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

Unified Diff: chrome/chrome_browser.gypi

Issue 424053002: Add a new "Configure" mechanism to CLD browser-side data interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sorin@'s comments Created 6 years, 5 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/browser/translate/chrome_translate_client.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 262ea6899daf09b16bd401f7926248e22a7bca85..813f8498f00b3ad89ca5fd80f368a07edfec40f5 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -271,6 +271,8 @@
'browser/command_updater_delegate.h',
'browser/component_updater/background_downloader_win.cc',
'browser/component_updater/background_downloader_win.h',
+ 'browser/component_updater/cld_component_installer.cc',
+ 'browser/component_updater/cld_component_installer.h',
'browser/component_updater/component_patcher.cc',
'browser/component_updater/component_patcher.h',
'browser/component_updater/component_patcher_operation.cc',
@@ -3052,12 +3054,6 @@
],
'sources': [ '<@(chrome_browser_mac_sources)' ]
}],
- ['cld2_data_source=="component"', {
- 'sources': [
- 'browser/component_updater/cld_component_installer.cc',
- 'browser/component_updater/cld_component_installer.h',
- ]},
- ],
['enable_extensions==1', {
'dependencies': [
'sync_file_system_drive_proto',
« no previous file with comments | « chrome/browser/translate/chrome_translate_client.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698