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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 'browser/command_updater_delegate.h', | 452 'browser/command_updater_delegate.h', |
453 'browser/common/cancelable_request.cc', | 453 'browser/common/cancelable_request.cc', |
454 'browser/common/cancelable_request.h', | 454 'browser/common/cancelable_request.h', |
455 'browser/component_updater/component_updater_configurator.cc', | 455 'browser/component_updater/component_updater_configurator.cc', |
456 'browser/component_updater/component_updater_configurator.h', | 456 'browser/component_updater/component_updater_configurator.h', |
457 'browser/component_updater/component_unpacker.cc', | 457 'browser/component_updater/component_unpacker.cc', |
458 'browser/component_updater/component_unpacker.h', | 458 'browser/component_updater/component_unpacker.h', |
459 'browser/component_updater/component_updater_service.cc', | 459 'browser/component_updater/component_updater_service.cc', |
460 'browser/component_updater/component_updater_service.h', | 460 'browser/component_updater/component_updater_service.h', |
461 'browser/component_updater/flash_component_installer.h', | 461 'browser/component_updater/flash_component_installer.h', |
462 'browser/component_updater/npapi_flash_component_installer.cc', | |
463 'browser/component_updater/pepper_flash_component_installer.cc', | 462 'browser/component_updater/pepper_flash_component_installer.cc', |
464 'browser/component_updater/pnacl/pnacl_component_installer.cc', | 463 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
465 'browser/component_updater/pnacl/pnacl_component_installer.h', | 464 'browser/component_updater/pnacl/pnacl_component_installer.h', |
466 'browser/component_updater/recovery_component_installer.cc', | 465 'browser/component_updater/recovery_component_installer.cc', |
467 'browser/component_updater/recovery_component_installer.h', | 466 'browser/component_updater/recovery_component_installer.h', |
468 'browser/component_updater/swiftshader_component_installer.cc', | 467 'browser/component_updater/swiftshader_component_installer.cc', |
469 'browser/component_updater/swiftshader_component_installer.h', | 468 'browser/component_updater/swiftshader_component_installer.h', |
470 'browser/content_settings/content_settings_default_provider.cc', | 469 'browser/content_settings/content_settings_default_provider.cc', |
471 'browser/content_settings/content_settings_default_provider.h', | 470 'browser/content_settings/content_settings_default_provider.h', |
472 'browser/content_settings/content_settings_details.cc', | 471 'browser/content_settings/content_settings_details.cc', |
(...skipping 2678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3151 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3150 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3152 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3151 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3153 }, | 3152 }, |
3154 'includes': ['../build/protoc.gypi'], | 3153 'includes': ['../build/protoc.gypi'], |
3155 }, | 3154 }, |
3156 ], | 3155 ], |
3157 }, | 3156 }, |
3158 ], | 3157 ], |
3159 ], | 3158 ], |
3160 } | 3159 } |
OLD | NEW |