| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'browser/chrome_plugin_service_filter.h', | 444 'browser/chrome_plugin_service_filter.h', |
| 445 'browser/chrome_quota_permission_context.cc', | 445 'browser/chrome_quota_permission_context.cc', |
| 446 'browser/chrome_quota_permission_context.h', | 446 'browser/chrome_quota_permission_context.h', |
| 447 'browser/chrome_to_mobile_service.cc', | 447 'browser/chrome_to_mobile_service.cc', |
| 448 'browser/chrome_to_mobile_service.h', | 448 'browser/chrome_to_mobile_service.h', |
| 449 'browser/chrome_to_mobile_service_factory.cc', | 449 'browser/chrome_to_mobile_service_factory.cc', |
| 450 'browser/chrome_to_mobile_service_factory.h', | 450 'browser/chrome_to_mobile_service_factory.h', |
| 451 'browser/command_observer.h', | 451 'browser/command_observer.h', |
| 452 'browser/command_updater.cc', | 452 'browser/command_updater.cc', |
| 453 'browser/command_updater.h', | 453 'browser/command_updater.h', |
| 454 'browser/command_updater_delegate.h', |
| 454 'browser/common/cancelable_request.cc', | 455 'browser/common/cancelable_request.cc', |
| 455 'browser/common/cancelable_request.h', | 456 'browser/common/cancelable_request.h', |
| 456 'browser/component_updater/component_updater_configurator.cc', | 457 'browser/component_updater/component_updater_configurator.cc', |
| 457 'browser/component_updater/component_updater_configurator.h', | 458 'browser/component_updater/component_updater_configurator.h', |
| 458 'browser/component_updater/component_unpacker.cc', | 459 'browser/component_updater/component_unpacker.cc', |
| 459 'browser/component_updater/component_unpacker.h', | 460 'browser/component_updater/component_unpacker.h', |
| 460 'browser/component_updater/component_updater_service.cc', | 461 'browser/component_updater/component_updater_service.cc', |
| 461 'browser/component_updater/component_updater_service.h', | 462 'browser/component_updater/component_updater_service.h', |
| 462 'browser/component_updater/flash_component_installer.h', | 463 'browser/component_updater/flash_component_installer.h', |
| 463 'browser/component_updater/npapi_flash_component_installer.cc', | 464 'browser/component_updater/npapi_flash_component_installer.cc', |
| (...skipping 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3070 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3071 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3071 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3072 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3072 }, | 3073 }, |
| 3073 'includes': ['../build/protoc.gypi'], | 3074 'includes': ['../build/protoc.gypi'], |
| 3074 }, | 3075 }, |
| 3075 ], | 3076 ], |
| 3076 }, | 3077 }, |
| 3077 ], | 3078 ], |
| 3078 ], | 3079 ], |
| 3079 } | 3080 } |
| OLD | NEW |