| 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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'browser/component_updater/recovery_component_installer.cc', | 275 'browser/component_updater/recovery_component_installer.cc', |
| 276 'browser/component_updater/recovery_component_installer.h', | 276 'browser/component_updater/recovery_component_installer.h', |
| 277 'browser/component_updater/supervised_user_whitelist_installer.cc', | 277 'browser/component_updater/supervised_user_whitelist_installer.cc', |
| 278 'browser/component_updater/supervised_user_whitelist_installer.h', | 278 'browser/component_updater/supervised_user_whitelist_installer.h', |
| 279 'browser/component_updater/sw_reporter_installer_win.cc', | 279 'browser/component_updater/sw_reporter_installer_win.cc', |
| 280 'browser/component_updater/sw_reporter_installer_win.h', | 280 'browser/component_updater/sw_reporter_installer_win.h', |
| 281 'browser/component_updater/swiftshader_component_installer.cc', | 281 'browser/component_updater/swiftshader_component_installer.cc', |
| 282 'browser/component_updater/swiftshader_component_installer.h', | 282 'browser/component_updater/swiftshader_component_installer.h', |
| 283 'browser/crash_upload_list.cc', | 283 'browser/crash_upload_list.cc', |
| 284 'browser/crash_upload_list.h', | 284 'browser/crash_upload_list.h', |
| 285 'browser/crash_upload_list_mac.cc', |
| 286 'browser/crash_upload_list_mac.h', |
| 285 'browser/crash_upload_list_win.cc', | 287 'browser/crash_upload_list_win.cc', |
| 286 'browser/crash_upload_list_win.h', | 288 'browser/crash_upload_list_win.h', |
| 287 'browser/custom_handlers/protocol_handler_registry.cc', | 289 'browser/custom_handlers/protocol_handler_registry.cc', |
| 288 'browser/custom_handlers/protocol_handler_registry.h', | 290 'browser/custom_handlers/protocol_handler_registry.h', |
| 289 'browser/custom_handlers/protocol_handler_registry_factory.cc', | 291 'browser/custom_handlers/protocol_handler_registry_factory.cc', |
| 290 'browser/custom_handlers/protocol_handler_registry_factory.h', | 292 'browser/custom_handlers/protocol_handler_registry_factory.h', |
| 291 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', | 293 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', |
| 292 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', | 294 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', |
| 293 'browser/custom_handlers/register_protocol_handler_permission_request.cc', | 295 'browser/custom_handlers/register_protocol_handler_permission_request.cc', |
| 294 'browser/custom_handlers/register_protocol_handler_permission_request.h', | 296 'browser/custom_handlers/register_protocol_handler_permission_request.h', |
| (...skipping 3419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3714 'variables': { | 3716 'variables': { |
| 3715 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3717 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3716 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3718 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3717 }, | 3719 }, |
| 3718 'includes': [ '../build/protoc.gypi' ] | 3720 'includes': [ '../build/protoc.gypi' ] |
| 3719 }, | 3721 }, |
| 3720 ], | 3722 ], |
| 3721 },], | 3723 },], |
| 3722 ], | 3724 ], |
| 3723 } | 3725 } |
| OLD | NEW |