| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'browser/component_updater/component_updater_configurator.cc', | 361 'browser/component_updater/component_updater_configurator.cc', |
| 362 'browser/component_updater/component_updater_configurator.h', | 362 'browser/component_updater/component_updater_configurator.h', |
| 363 'browser/component_updater/component_unpacker.cc', | 363 'browser/component_updater/component_unpacker.cc', |
| 364 'browser/component_updater/component_unpacker.h', | 364 'browser/component_updater/component_unpacker.h', |
| 365 'browser/component_updater/component_updater_service.cc', | 365 'browser/component_updater/component_updater_service.cc', |
| 366 'browser/component_updater/component_updater_service.h', | 366 'browser/component_updater/component_updater_service.h', |
| 367 'browser/component_updater/flash_component_installer.h', | 367 'browser/component_updater/flash_component_installer.h', |
| 368 'browser/component_updater/pepper_flash_component_installer.cc', | 368 'browser/component_updater/pepper_flash_component_installer.cc', |
| 369 'browser/component_updater/pnacl/pnacl_component_installer.cc', | 369 'browser/component_updater/pnacl/pnacl_component_installer.cc', |
| 370 'browser/component_updater/pnacl/pnacl_component_installer.h', | 370 'browser/component_updater/pnacl/pnacl_component_installer.h', |
| 371 'browser/component_updater/pnacl/pnacl_profile_observer.cc', |
| 372 'browser/component_updater/pnacl/pnacl_profile_observer.h', |
| 371 'browser/component_updater/recovery_component_installer.cc', | 373 'browser/component_updater/recovery_component_installer.cc', |
| 372 'browser/component_updater/recovery_component_installer.h', | 374 'browser/component_updater/recovery_component_installer.h', |
| 373 'browser/component_updater/swiftshader_component_installer.cc', | 375 'browser/component_updater/swiftshader_component_installer.cc', |
| 374 'browser/component_updater/swiftshader_component_installer.h', | 376 'browser/component_updater/swiftshader_component_installer.h', |
| 375 'browser/content_settings/content_settings_default_provider.cc', | 377 'browser/content_settings/content_settings_default_provider.cc', |
| 376 'browser/content_settings/content_settings_default_provider.h', | 378 'browser/content_settings/content_settings_default_provider.h', |
| 377 'browser/content_settings/content_settings_details.cc', | 379 'browser/content_settings/content_settings_details.cc', |
| 378 'browser/content_settings/content_settings_details.h', | 380 'browser/content_settings/content_settings_details.h', |
| 379 'browser/content_settings/content_settings_custom_extension_provider.cc'
, | 381 'browser/content_settings/content_settings_custom_extension_provider.cc'
, |
| 380 'browser/content_settings/content_settings_custom_extension_provider.h', | 382 'browser/content_settings/content_settings_custom_extension_provider.h', |
| (...skipping 2638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3019 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3021 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3020 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3022 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3021 }, | 3023 }, |
| 3022 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3024 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3023 }, | 3025 }, |
| 3024 ], | 3026 ], |
| 3025 }, | 3027 }, |
| 3026 ], | 3028 ], |
| 3027 ], | 3029 ], |
| 3028 } | 3030 } |
| OLD | NEW |