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

Unified Diff: chrome/chrome_resources.gyp

Issue 584313003: Enable runtime switching between ChromeVox and ChromeVox next via command line. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 d2a04e14b38ad7a4ab29ee8430a6e5e7ff96c118..ac4e98a43601a498cc484a977a3b19b646ff8846 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -111,17 +111,9 @@
],
}],
['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',
- ],
- }, { # else use_chromevox_next == 0
- 'dependencies': [
- 'browser/resources/chromeos/chromevox/chromevox.gyp:chromevox',
- ],
- }],
+ 'dependencies': [
+ 'browser/resources/chromeos/chromevox/chromevox.gyp:chromevox',
+ 'browser/resources/chromeos/chromevox2/chromevox.gyp:chromevox2',
Peter Lundblad 2014/09/23 09:06:20 Maybe unify to only have one dependency here to cl
David Tseng 2014/09/23 17:16:31 I'd like to keep both separated since (at some tim
],
}],
['enable_extensions==1', {

Powered by Google App Engine
This is Rietveld 408576698