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

Unified Diff: build/common.gypi

Issue 299703003: Build ChromeVox using gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix build 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 0879daca73c9af333c35b3e7757fadb5c32e42b3..6c77ea5125b90c76b6b4e0e0ca2deab9db2ccbaa 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1395,6 +1395,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