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

Unified Diff: chrome/chrome_resources.gyp

Issue 272013002: Provide skeleton for ChromeVox next. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index c41896f36be8c881ada127ae4dbe2a26e81038cd..8e3d4b2205bbd0412da2c340f4235f45dfc6f009 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -112,19 +112,28 @@
],
},
],
- }],
+ }],
['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', {
- 'copies' : [
- {
- 'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime',
- 'files': [
- 'browser/resources/chromeos/braille_ime/manifest.json',
+ 'conditions': [
+ ['use_chromevox_next==1', {
+ 'dependencies': [
+ 'browser/resources/chromeos/chromevox_next/chromevox.gyp:chromevox_resources',
+ 'chromevox_strings',
],
- },
- ],
- 'dependencies': [
- '../chrome/third_party/chromevox/chromevox.gyp:chromevox_resources',
- 'chromevox_strings',
+ }, { # use_chromevox_next==0
+ 'copies' : [
+ {
+ 'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime',
+ 'files': [
+ 'browser/resources/chromeos/braille_ime/manifest.json',
+ ],
+ },
+ ],
+ 'dependencies': [
+ '../chrome/third_party/chromevox/chromevox.gyp:chromevox_resources',
+ 'chromevox_strings',
+ ],
+ }],
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698