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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/translate/chrome_translate_client.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'browser/chrome_page_zoom_constants.cc', 264 'browser/chrome_page_zoom_constants.cc',
265 'browser/chrome_page_zoom_constants.h', 265 'browser/chrome_page_zoom_constants.h',
266 'browser/chrome_quota_permission_context.cc', 266 'browser/chrome_quota_permission_context.cc',
267 'browser/chrome_quota_permission_context.h', 267 'browser/chrome_quota_permission_context.h',
268 'browser/command_observer.h', 268 'browser/command_observer.h',
269 'browser/command_updater.cc', 269 'browser/command_updater.cc',
270 'browser/command_updater.h', 270 'browser/command_updater.h',
271 'browser/command_updater_delegate.h', 271 'browser/command_updater_delegate.h',
272 'browser/component_updater/background_downloader_win.cc', 272 'browser/component_updater/background_downloader_win.cc',
273 'browser/component_updater/background_downloader_win.h', 273 'browser/component_updater/background_downloader_win.h',
274 'browser/component_updater/cld_component_installer.cc',
275 'browser/component_updater/cld_component_installer.h',
274 'browser/component_updater/component_patcher.cc', 276 'browser/component_updater/component_patcher.cc',
275 'browser/component_updater/component_patcher.h', 277 'browser/component_updater/component_patcher.h',
276 'browser/component_updater/component_patcher_operation.cc', 278 'browser/component_updater/component_patcher_operation.cc',
277 'browser/component_updater/component_patcher_operation.h', 279 'browser/component_updater/component_patcher_operation.h',
278 'browser/component_updater/component_updater_configurator.cc', 280 'browser/component_updater/component_updater_configurator.cc',
279 'browser/component_updater/component_updater_configurator.h', 281 'browser/component_updater/component_updater_configurator.h',
280 'browser/component_updater/component_unpacker.cc', 282 'browser/component_updater/component_unpacker.cc',
281 'browser/component_updater/component_unpacker.h', 283 'browser/component_updater/component_unpacker.h',
282 'browser/component_updater/component_updater_ping_manager.cc', 284 'browser/component_updater/component_updater_ping_manager.cc',
283 'browser/component_updater/component_updater_ping_manager.h', 285 'browser/component_updater/component_updater_ping_manager.h',
(...skipping 2761 matching lines...) Expand 10 before | Expand all | Expand 10 after
3045 'browser/download/download_dir_policy_handler.cc', 3047 'browser/download/download_dir_policy_handler.cc',
3046 'browser/download/download_dir_policy_handler.h', 3048 'browser/download/download_dir_policy_handler.h',
3047 ], 3049 ],
3048 }], 3050 }],
3049 ['OS=="mac"', { 3051 ['OS=="mac"', {
3050 'dependencies': [ 3052 'dependencies': [
3051 'app_shim', 3053 'app_shim',
3052 ], 3054 ],
3053 'sources': [ '<@(chrome_browser_mac_sources)' ] 3055 'sources': [ '<@(chrome_browser_mac_sources)' ]
3054 }], 3056 }],
3055 ['cld2_data_source=="component"', {
3056 'sources': [
3057 'browser/component_updater/cld_component_installer.cc',
3058 'browser/component_updater/cld_component_installer.h',
3059 ]},
3060 ],
3061 ['enable_extensions==1', { 3057 ['enable_extensions==1', {
3062 'dependencies': [ 3058 'dependencies': [
3063 'sync_file_system_drive_proto', 3059 'sync_file_system_drive_proto',
3064 'sync_file_system_proto', 3060 'sync_file_system_proto',
3065 ], 3061 ],
3066 'sources': [ '<@(chrome_browser_extensions_sources)' ], 3062 'sources': [ '<@(chrome_browser_extensions_sources)' ],
3067 }], 3063 }],
3068 ['enable_background==1', { 3064 ['enable_background==1', {
3069 'sources': [ '<@(chrome_browser_background_sources)' ], 3065 'sources': [ '<@(chrome_browser_background_sources)' ],
3070 'conditions': [ 3066 'conditions': [
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
3617 'package_name': 'org/chromium/chrome/browser', 3613 'package_name': 'org/chromium/chrome/browser',
3618 'template_deps': ['browser/android/tab_load_status.h'], 3614 'template_deps': ['browser/android/tab_load_status.h'],
3619 }, 3615 },
3620 'includes': [ '../build/android/java_cpp_template.gypi' ], 3616 'includes': [ '../build/android/java_cpp_template.gypi' ],
3621 }, 3617 },
3622 ], 3618 ],
3623 }, 3619 },
3624 ], 3620 ],
3625 ], 3621 ],
3626 } 3622 }
OLDNEW
« 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