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

Unified Diff: components/components_tests.gyp

Issue 1920853002: Drop support for Compact Language Detector v1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Preserve yfriedman@ comment in chrome/android/chrome_apk.gyp Created 4 years, 8 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/translate.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index a3c1f7f7f93c2d48faca4a62cde8d655572b946e..49e66b69b71bd2242f5b98c617a003f99c6436d4 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1038,6 +1038,7 @@
'../sync/sync.gyp:test_support_sync_api',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../third_party/cld_2/cld_2.gyp:cld2_static',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
@@ -1208,11 +1209,6 @@
'components.gyp:browser_watcher_client',
]
}],
- [ 'cld_version==2', {
- 'dependencies': [
- # Unit tests should always use statically-linked CLD data.
- '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
- }],
['OS != "ios"', {
'sources': [
'<@(certificate_transparency_unittest_sources)',
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/translate.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698