Index: chrome/chrome_resources.gyp |
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp |
index adc3439aff3b499b422ae770ccd23a94e03c39a0..af2f4a8084d16afd059dba709eb12ab9098833d5 100644 |
--- a/chrome/chrome_resources.gyp |
+++ b/chrome/chrome_resources.gyp |
@@ -114,6 +114,14 @@ |
], |
}], |
['chromeos==1 and disable_nacl==0 and disable_nacl_untrusted==0', { |
+ 'conditions': [ |
+ # TODO(dtseng): Remove use_chromevox_next once ChromeVox Next is ready for testing. |
+ ['use_chromevox_next==1', { |
+ 'dependencies': [ |
+ 'browser/resources/chromeos/chromevox2/chromevox.gyp:chromevox2_resources', |
+ ], |
+ }], |
+ ], |
'copies' : [ |
{ |
'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime', |