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

Unified Diff: chrome/chrome_tests.gypi

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address thakis@'s comments Created 4 years, 6 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.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index bd892468e64a7ce2efcd5da535de3b94b3aee7fa..84083aa4027bfe9abe7c1d6ee3ff5932eef5e091 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -462,14 +462,6 @@
'browser/task_management/task_manager_tester.h',
'browser/themes/theme_service_browsertest.cc',
'browser/tracing/chrome_tracing_delegate_browsertest.cc',
- 'browser/translate/cld_data_harness.cc',
- 'browser/translate/cld_data_harness.h',
- 'browser/translate/cld_data_harness_factory.cc',
- 'browser/translate/cld_data_harness_factory.h',
- 'browser/translate/component_cld_data_harness.cc',
- 'browser/translate/component_cld_data_harness.h',
- 'browser/translate/standalone_cld_data_harness.cc',
- 'browser/translate/standalone_cld_data_harness.h',
'browser/translate/translate_browsertest.cc',
'browser/translate/translate_manager_browsertest.cc',
'browser/ui/autofill/card_unmask_prompt_view_browsertest.cc',
@@ -1674,7 +1666,6 @@
'../sync/sync.gyp:sync',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../third_party/cld_2/cld_2.gyp:cld2_platform_impl',
'../third_party/hunspell/hunspell.gyp:hunspell',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
@@ -2199,7 +2190,6 @@
'../testing/gtest.gyp:gtest',
'../testing/perf/perf_test.gyp:*',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
- '../third_party/cld_2/cld_2.gyp:cld2_platform_impl',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
@@ -2769,7 +2759,6 @@
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../testing/perf/perf_test.gyp:*',
- '../third_party/cld_2/cld_2.gyp:cld2_platform_impl',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
@@ -2934,10 +2923,6 @@
'../sync/sync.gyp:sync',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- # Language detection is irrelevant to sync, so it can depend on
- # any implementation for CLD2. Dynamic is smaller, so go with
- # dynamic.
- '../third_party/cld_2/cld_2.gyp:cld2_dynamic',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
@@ -3039,10 +3024,6 @@
'../sync/sync.gyp:sync',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- # Language detection is irrelevant to sync, so it can depend on
- # any implementation for CLD2. Dynamic is smaller, so go with
- # dynamic.
- '../third_party/cld_2/cld_2.gyp:cld2_dynamic',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698