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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi

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: Make changes to exclude files/paths from webstore release. 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/browser/resources/chromeos/chromevox/chromevox_tests.gypi
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
index 6305bdd7ac2d08b931f2a0b4fd64ac7ae994291e..15d792f0fbd1be8e237046784bd2457f316645ba 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
@@ -142,6 +142,7 @@
'common/spannable_test.unitjs',
'chromevox/injected/event_watcher_test.unitjs',
'chromevox/injected/live_regions_test.unitjs',
+ 'cvox2/background/background.extjs',
'host/chrome/braille_display_manager_test.unitjs',
'host/chrome/braille_input_handler_test.unitjs',
'host/chrome/braille_integration_test.unitjs',
@@ -159,11 +160,6 @@
'walkers/table_walker_test.unitjs',
'walkers/word_walker_test.unitjs',
],
- 'conditions': [
- ['use_chromevox_next==1', {
- 'sources': ['../chromevox2/cvox2/background/background.extjs'],
- }],
- ],
}, # target chromevox_tests
{
'target_name': 'chromevox_test_messages_js',

Powered by Google App Engine
This is Rietveld 408576698