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

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: Check port name. 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..bff70964a1e5bb08e68f37e6cbac852641bc209c 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -112,8 +112,16 @@
],
},
],
- }],
+ }],
Peter Lundblad 2014/05/12 18:37:32 nit: indentation.
David Tseng 2014/05/12 20:33:38 Done.
['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/chromevox_next/chromevox.gyp:chromevox_resources',
+ ],
+ }],
+ ],
'copies' : [
{
'destination': '<(PRODUCT_DIR)/resources/chromeos/braille_ime',

Powered by Google App Engine
This is Rietveld 408576698