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

Unified Diff: chrome/chrome_tests_unit.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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 30eacea2b9978e80b3b4ef30854167f47644f49e..3de939a6c66aa1dad296c4bee7e0752a0384c167 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -68,7 +68,6 @@
'browser/chrome_process_singleton_win_unittest.cc',
'browser/command_updater_unittest.cc',
'browser/component_updater/chrome_component_updater_configurator_unittest.cc',
- 'browser/component_updater/cld_component_installer_unittest.cc',
'browser/component_updater/sth_set_component_installer_unittest.cc',
'browser/component_updater/supervised_user_whitelist_installer_unittest.cc',
'browser/content_settings/content_settings_default_provider_unittest.cc',
@@ -2247,9 +2246,6 @@
'../google_apis/google_apis.gyp:google_apis',
'../skia/skia.gyp:skia',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
- # Unit tests should be independent of the CLD2 access mechanism,
- # just use static for simplicity.
- '../third_party/cld_2/cld_2.gyp:cld2_static',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libxml/libxml.gyp:libxml',

Powered by Google App Engine
This is Rietveld 408576698