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