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

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

Issue 461633002: Refactor language detection logic to allow non-static CLD data sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix merge error in chrome/browser/BUILD.gn Created 6 years, 2 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 9159c4979fc4ec5345bd8cceba71200d31edd7c7..647d2d26d0987cfc8e3ef623292382593628cde9 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi
@@ -30,6 +30,14 @@
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
'chromevox_test_deps_js',
],
+ 'conditions': [
+ [ 'cld_version==2', {
+ 'dependencies': [
+ # Interactive tests should use whatever CLD2 data access mode that
+ # the application embedder is using.
+ '../../../../../third_party/cld_2/cld_2.gyp:cld2_platform_impl', ],
+ }],
+ ],
'defines': [
'HAS_OUT_OF_PROC_TEST_RUNNER',
],

Powered by Google App Engine
This is Rietveld 408576698