OLD | NEW |
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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/common/cancelable_request.cc', | 272 'browser/common/cancelable_request.cc', |
273 'browser/common/cancelable_request.h', | 273 'browser/common/cancelable_request.h', |
274 'browser/component_updater/background_downloader_win.cc', | 274 'browser/component_updater/background_downloader_win.cc', |
275 'browser/component_updater/background_downloader_win.h', | 275 'browser/component_updater/background_downloader_win.h', |
| 276 'browser/component_updater/cld_component_installer.cc', |
| 277 'browser/component_updater/cld_component_installer.h', |
276 'browser/component_updater/component_patcher.cc', | 278 'browser/component_updater/component_patcher.cc', |
277 'browser/component_updater/component_patcher.h', | 279 'browser/component_updater/component_patcher.h', |
278 'browser/component_updater/component_patcher_operation.cc', | 280 'browser/component_updater/component_patcher_operation.cc', |
279 'browser/component_updater/component_patcher_operation.h', | 281 'browser/component_updater/component_patcher_operation.h', |
280 'browser/component_updater/component_updater_configurator.cc', | 282 'browser/component_updater/component_updater_configurator.cc', |
281 'browser/component_updater/component_updater_configurator.h', | 283 'browser/component_updater/component_updater_configurator.h', |
282 'browser/component_updater/component_unpacker.cc', | 284 'browser/component_updater/component_unpacker.cc', |
283 'browser/component_updater/component_unpacker.h', | 285 'browser/component_updater/component_unpacker.h', |
284 'browser/component_updater/component_updater_ping_manager.cc', | 286 'browser/component_updater/component_updater_ping_manager.cc', |
285 'browser/component_updater/component_updater_ping_manager.h', | 287 'browser/component_updater/component_updater_ping_manager.h', |
(...skipping 2764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3050 'browser/download/download_dir_policy_handler.cc', | 3052 'browser/download/download_dir_policy_handler.cc', |
3051 'browser/download/download_dir_policy_handler.h', | 3053 'browser/download/download_dir_policy_handler.h', |
3052 ], | 3054 ], |
3053 }], | 3055 }], |
3054 ['OS=="mac"', { | 3056 ['OS=="mac"', { |
3055 'dependencies': [ | 3057 'dependencies': [ |
3056 'app_shim', | 3058 'app_shim', |
3057 ], | 3059 ], |
3058 'sources': [ '<@(chrome_browser_mac_sources)' ] | 3060 'sources': [ '<@(chrome_browser_mac_sources)' ] |
3059 }], | 3061 }], |
3060 ['cld2_data_source=="component"', { | |
3061 'sources': [ | |
3062 'browser/component_updater/cld_component_installer.cc', | |
3063 'browser/component_updater/cld_component_installer.h', | |
3064 ]}, | |
3065 ], | |
3066 ['enable_extensions==1', { | 3062 ['enable_extensions==1', { |
3067 'dependencies': [ | 3063 'dependencies': [ |
3068 'sync_file_system_drive_proto', | 3064 'sync_file_system_drive_proto', |
3069 'sync_file_system_proto', | 3065 'sync_file_system_proto', |
3070 ], | 3066 ], |
3071 'sources': [ '<@(chrome_browser_extensions_sources)' ], | 3067 'sources': [ '<@(chrome_browser_extensions_sources)' ], |
3072 }], | 3068 }], |
3073 ['enable_background==1', { | 3069 ['enable_background==1', { |
3074 'sources': [ '<@(chrome_browser_background_sources)' ], | 3070 'sources': [ '<@(chrome_browser_background_sources)' ], |
3075 'conditions': [ | 3071 'conditions': [ |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3622 'package_name': 'org/chromium/chrome/browser', | 3618 'package_name': 'org/chromium/chrome/browser', |
3623 'template_deps': ['browser/android/tab_load_status.h'], | 3619 'template_deps': ['browser/android/tab_load_status.h'], |
3624 }, | 3620 }, |
3625 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3621 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3626 }, | 3622 }, |
3627 ], | 3623 ], |
3628 }, | 3624 }, |
3629 ], | 3625 ], |
3630 ], | 3626 ], |
3631 } | 3627 } |
OLD | NEW |