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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 333603002: Modularize Compact Language Detector 2 (CLD2) data sources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge https://codereview.chromium.org/326383005 Created 6 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 13ad3e6f4cf7dccf14685a007836ad4d36511512..c7d008756dac6cbcf28ba38beb69d38ef085f937 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -807,7 +807,6 @@
'browser/chromeos/ui/idle_app_name_notification_view_unittest.cc',
'browser/chromeos/version_loader_unittest.cc',
'browser/command_updater_unittest.cc',
- 'browser/component_updater/test/cld_component_installer_unittest.cc',
'browser/component_updater/test/component_installers_unittest.cc',
'browser/component_updater/test/component_patcher_unittest.cc',
'browser/component_updater/test/component_updater_ping_manager_unittest.cc',
@@ -2071,6 +2070,11 @@
'includes': ['chrome_ios_bundle_resources.gypi'],
'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']},
}],
+ ['cld2_data_source=="component"', {
+ 'sources': [
+ 'browser/component_updater/test/cld_component_installer_unittest.cc',
+ ]},
+ ],
['enable_background==0', {
'sources/': [
['exclude', '^browser/background/'],
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698