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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'browser/component_updater/recovery_component_installer.cc', | 283 'browser/component_updater/recovery_component_installer.cc', |
284 'browser/component_updater/recovery_component_installer.h', | 284 'browser/component_updater/recovery_component_installer.h', |
285 'browser/component_updater/supervised_user_whitelist_installer.cc', | 285 'browser/component_updater/supervised_user_whitelist_installer.cc', |
286 'browser/component_updater/supervised_user_whitelist_installer.h', | 286 'browser/component_updater/supervised_user_whitelist_installer.h', |
287 'browser/component_updater/sw_reporter_installer_win.cc', | 287 'browser/component_updater/sw_reporter_installer_win.cc', |
288 'browser/component_updater/sw_reporter_installer_win.h', | 288 'browser/component_updater/sw_reporter_installer_win.h', |
289 'browser/component_updater/swiftshader_component_installer.cc', | 289 'browser/component_updater/swiftshader_component_installer.cc', |
290 'browser/component_updater/swiftshader_component_installer.h', | 290 'browser/component_updater/swiftshader_component_installer.h', |
291 'browser/crash_upload_list.cc', | 291 'browser/crash_upload_list.cc', |
292 'browser/crash_upload_list.h', | 292 'browser/crash_upload_list.h', |
| 293 'browser/crash_upload_list_mac.cc', |
| 294 'browser/crash_upload_list_mac.h', |
293 'browser/crash_upload_list_win.cc', | 295 'browser/crash_upload_list_win.cc', |
294 'browser/crash_upload_list_win.h', | 296 'browser/crash_upload_list_win.h', |
295 'browser/custom_handlers/protocol_handler_registry.cc', | 297 'browser/custom_handlers/protocol_handler_registry.cc', |
296 'browser/custom_handlers/protocol_handler_registry.h', | 298 'browser/custom_handlers/protocol_handler_registry.h', |
297 'browser/custom_handlers/protocol_handler_registry_factory.cc', | 299 'browser/custom_handlers/protocol_handler_registry_factory.cc', |
298 'browser/custom_handlers/protocol_handler_registry_factory.h', | 300 'browser/custom_handlers/protocol_handler_registry_factory.h', |
299 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', | 301 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', |
300 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', | 302 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', |
301 'browser/custom_handlers/register_protocol_handler_permission_request.cc', | 303 'browser/custom_handlers/register_protocol_handler_permission_request.cc', |
302 'browser/custom_handlers/register_protocol_handler_permission_request.h', | 304 'browser/custom_handlers/register_protocol_handler_permission_request.h', |
(...skipping 3450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3753 'variables': { | 3755 'variables': { |
3754 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3756 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3755 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3757 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3756 }, | 3758 }, |
3757 'includes': [ '../build/protoc.gypi' ] | 3759 'includes': [ '../build/protoc.gypi' ] |
3758 }, | 3760 }, |
3759 ], | 3761 ], |
3760 },], | 3762 },], |
3761 ], | 3763 ], |
3762 } | 3764 } |
OLD | NEW |