Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(782)

Unified Diff: build/common.gypi

Issue 707173003: Disable load completion hacks flag, remove usages of the flag in chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c899e14d4bf06b80ac8bf7f7c478145b59e4caab..6726ffb8e6bc8394b781d4c465464138b56fc0ba 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -619,7 +619,7 @@
# completion, but only actually requires them for layout tests. However,
# we need to maintain all the old behaviors while the plumbing is put in
# place on both sides of the repo boundary.
- 'enable_load_completion_hacks%': 1,
+ 'enable_load_completion_hacks%': 0,
# Automatically select platforms under ozone. Turn this off to
# build only explicitly selected platforms.

Powered by Google App Engine
This is Rietveld 408576698