| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'browser/component_updater/component_updater_configurator.cc', | 367 'browser/component_updater/component_updater_configurator.cc', |
| 368 'browser/component_updater/component_updater_configurator.h', | 368 'browser/component_updater/component_updater_configurator.h', |
| 369 'browser/component_updater/component_unpacker.cc', | 369 'browser/component_updater/component_unpacker.cc', |
| 370 'browser/component_updater/component_unpacker.h', | 370 'browser/component_updater/component_unpacker.h', |
| 371 'browser/component_updater/component_updater_service.cc', | 371 'browser/component_updater/component_updater_service.cc', |
| 372 'browser/component_updater/component_updater_service.h', | 372 'browser/component_updater/component_updater_service.h', |
| 373 'browser/component_updater/flash_component_installer.h', | 373 'browser/component_updater/flash_component_installer.h', |
| 374 'browser/component_updater/pepper_flash_component_installer.cc', | 374 'browser/component_updater/pepper_flash_component_installer.cc', |
| 375 'browser/component_updater/pnacl/pnacl_component_installer.cc', | 375 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
| 376 'browser/component_updater/pnacl/pnacl_component_installer.h', | 376 'browser/component_updater/pnacl/pnacl_component_installer.h', |
| 377 'browser/component_updater/pnacl/pnacl_profile_observer.cc', |
| 378 'browser/component_updater/pnacl/pnacl_profile_observer.h', |
| 377 'browser/component_updater/recovery_component_installer.cc', | 379 'browser/component_updater/recovery_component_installer.cc', |
| 378 'browser/component_updater/recovery_component_installer.h', | 380 'browser/component_updater/recovery_component_installer.h', |
| 379 'browser/component_updater/swiftshader_component_installer.cc', | 381 'browser/component_updater/swiftshader_component_installer.cc', |
| 380 'browser/component_updater/swiftshader_component_installer.h', | 382 'browser/component_updater/swiftshader_component_installer.h', |
| 381 'browser/content_settings/content_settings_default_provider.cc', | 383 'browser/content_settings/content_settings_default_provider.cc', |
| 382 'browser/content_settings/content_settings_default_provider.h', | 384 'browser/content_settings/content_settings_default_provider.h', |
| 383 'browser/content_settings/content_settings_details.cc', | 385 'browser/content_settings/content_settings_details.cc', |
| 384 'browser/content_settings/content_settings_details.h', | 386 'browser/content_settings/content_settings_details.h', |
| 385 'browser/content_settings/content_settings_custom_extension_provider.cc'
, | 387 'browser/content_settings/content_settings_custom_extension_provider.cc'
, |
| 386 'browser/content_settings/content_settings_custom_extension_provider.h', | 388 'browser/content_settings/content_settings_custom_extension_provider.h', |
| (...skipping 2742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3129 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3131 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3130 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3132 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3131 }, | 3133 }, |
| 3132 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3134 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3133 }, | 3135 }, |
| 3134 ], | 3136 ], |
| 3135 }, | 3137 }, |
| 3136 ], | 3138 ], |
| 3137 ], | 3139 ], |
| 3138 } | 3140 } |
| OLD | NEW |