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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 2758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3042 'browser/download/download_dir_policy_handler.cc', | 3044 'browser/download/download_dir_policy_handler.cc', |
3043 'browser/download/download_dir_policy_handler.h', | 3045 'browser/download/download_dir_policy_handler.h', |
3044 ], | 3046 ], |
3045 }], | 3047 }], |
3046 ['OS=="mac"', { | 3048 ['OS=="mac"', { |
3047 'dependencies': [ | 3049 'dependencies': [ |
3048 'app_shim', | 3050 'app_shim', |
3049 ], | 3051 ], |
3050 'sources': [ '<@(chrome_browser_mac_sources)' ] | 3052 'sources': [ '<@(chrome_browser_mac_sources)' ] |
3051 }], | 3053 }], |
3052 ['cld2_data_source=="component"', { | |
3053 'sources': [ | |
3054 'browser/component_updater/cld_component_installer.cc', | |
3055 'browser/component_updater/cld_component_installer.h', | |
3056 ]}, | |
3057 ], | |
3058 ['enable_extensions==1', { | 3054 ['enable_extensions==1', { |
3059 'dependencies': [ | 3055 'dependencies': [ |
3060 'sync_file_system_drive_proto', | 3056 'sync_file_system_drive_proto', |
3061 'sync_file_system_proto', | 3057 'sync_file_system_proto', |
3062 ], | 3058 ], |
3063 'sources': [ '<@(chrome_browser_extensions_sources)' ], | 3059 'sources': [ '<@(chrome_browser_extensions_sources)' ], |
3064 }], | 3060 }], |
3065 ['enable_background==1', { | 3061 ['enable_background==1', { |
3066 'sources': [ '<@(chrome_browser_background_sources)' ], | 3062 'sources': [ '<@(chrome_browser_background_sources)' ], |
3067 'conditions': [ | 3063 'conditions': [ |
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3614 'package_name': 'org/chromium/chrome/browser', | 3610 'package_name': 'org/chromium/chrome/browser', |
3615 'template_deps': ['browser/android/tab_load_status.h'], | 3611 'template_deps': ['browser/android/tab_load_status.h'], |
3616 }, | 3612 }, |
3617 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3613 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3618 }, | 3614 }, |
3619 ], | 3615 ], |
3620 }, | 3616 }, |
3621 ], | 3617 ], |
3622 ], | 3618 ], |
3623 } | 3619 } |
OLD | NEW |