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

Unified Diff: build/common.gypi

Issue 299703003: Build ChromeVox using gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address nits from Dominic. Created 6 years, 7 months 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 a515bc87f443dc5b5ab42e67267446392e33e1bb..cd50db2b62aeb1db4445449c048c8656404ca85b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1384,6 +1384,11 @@
'ozone_platform_ozonex%': 0,
'ozone_platform_test%': 0,
+ # Chrome OS: whether to build ChromeVox from sources in the Chromium
+ # repository rather than using precompiled JavaScript in
+ # chrome/third_party/chromevox. This is still experimental.
+ 'use_migrated_chromevox%': 0,
+
# Chrome OS: whether to also build the upcoming version of
# ChromeVox, which can then be enabled via a command-line switch.
'use_chromevox_next%': 0,

Powered by Google App Engine
This is Rietveld 408576698