summarylogtreecommitdiffstats
path: root/dont-bootstrap-libchromiumcontent.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dont-bootstrap-libchromiumcontent.patch')
-rw-r--r--dont-bootstrap-libchromiumcontent.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dont-bootstrap-libchromiumcontent.patch b/dont-bootstrap-libchromiumcontent.patch
new file mode 100644
index 000000000000..e6971e848467
--- /dev/null
+++ b/dont-bootstrap-libchromiumcontent.patch
@@ -0,0 +1,11 @@
+--- a/script/build-libchromiumcontent.py
++++ b/script/build-libchromiumcontent.py
+@@ -44,7 +44,7 @@ def main():
+ build = os.path.join(script_dir, 'build')
+ create_dist = os.path.join(script_dir, 'create-dist')
+ if args.force_update or libchromiumcontent_outdated():
+- execute_stdout([sys.executable, bootstrap])
++ # execute_stdout([sys.executable, bootstrap])
+ execute_stdout([sys.executable, update, '-t', args.target_arch])
+ update_gclient_done_marker()
+ if args.debug: