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

Unified Diff: chrome/chrome_tests_unit.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/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 321a404cb07bf40213b5ce91817f324fe6ded70f..db50fc2233317bc0879a1fc390aaca03f2afe682 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2326,6 +2326,12 @@
'../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
],
}],
+ [ 'cld_version==2', {
+ 'dependencies': [
+ # Unit tests should be independent of the CLD2 access mechanism,
+ # just use static for simplicity.
+ '../third_party/cld_2/cld_2.gyp:cld2_static', ],
+ }],
['OS=="linux"', {
'dependencies': [
'../build/linux/system.gyp:ssl',

Powered by Google App Engine
This is Rietveld 408576698