| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'browser/component_updater/component_updater_configurator.cc', | 368 'browser/component_updater/component_updater_configurator.cc', |
| 369 'browser/component_updater/component_updater_configurator.h', | 369 'browser/component_updater/component_updater_configurator.h', |
| 370 'browser/component_updater/component_unpacker.cc', | 370 'browser/component_updater/component_unpacker.cc', |
| 371 'browser/component_updater/component_unpacker.h', | 371 'browser/component_updater/component_unpacker.h', |
| 372 'browser/component_updater/component_updater_service.cc', | 372 'browser/component_updater/component_updater_service.cc', |
| 373 'browser/component_updater/component_updater_service.h', | 373 'browser/component_updater/component_updater_service.h', |
| 374 'browser/component_updater/flash_component_installer.h', | 374 'browser/component_updater/flash_component_installer.h', |
| 375 'browser/component_updater/pepper_flash_component_installer.cc', | 375 'browser/component_updater/pepper_flash_component_installer.cc', |
| 376 'browser/component_updater/pnacl/pnacl_component_installer.cc', | 376 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
| 377 'browser/component_updater/pnacl/pnacl_component_installer.h', | 377 'browser/component_updater/pnacl/pnacl_component_installer.h', |
| 378 'browser/component_updater/pnacl/pnacl_profile_observer.cc', |
| 379 'browser/component_updater/pnacl/pnacl_profile_observer.h', |
| 378 'browser/component_updater/recovery_component_installer.cc', | 380 'browser/component_updater/recovery_component_installer.cc', |
| 379 'browser/component_updater/recovery_component_installer.h', | 381 'browser/component_updater/recovery_component_installer.h', |
| 380 'browser/component_updater/swiftshader_component_installer.cc', | 382 'browser/component_updater/swiftshader_component_installer.cc', |
| 381 'browser/component_updater/swiftshader_component_installer.h', | 383 'browser/component_updater/swiftshader_component_installer.h', |
| 382 'browser/content_settings/content_settings_default_provider.cc', | 384 'browser/content_settings/content_settings_default_provider.cc', |
| 383 'browser/content_settings/content_settings_default_provider.h', | 385 'browser/content_settings/content_settings_default_provider.h', |
| 384 'browser/content_settings/content_settings_details.cc', | 386 'browser/content_settings/content_settings_details.cc', |
| 385 'browser/content_settings/content_settings_details.h', | 387 'browser/content_settings/content_settings_details.h', |
| 386 'browser/content_settings/content_settings_custom_extension_provider.cc'
, | 388 'browser/content_settings/content_settings_custom_extension_provider.cc'
, |
| 387 'browser/content_settings/content_settings_custom_extension_provider.h', | 389 'browser/content_settings/content_settings_custom_extension_provider.h', |
| (...skipping 2732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3120 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3122 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3121 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3123 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3122 }, | 3124 }, |
| 3123 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3125 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3124 }, | 3126 }, |
| 3125 ], | 3127 ], |
| 3126 }, | 3128 }, |
| 3127 ], | 3129 ], |
| 3128 ], | 3130 ], |
| 3129 } | 3131 } |
| OLD | NEW |