| 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 27 matching lines...) Expand all Loading... |
| 38 '../components/components.gyp:translate_core_browser', | 38 '../components/components.gyp:translate_core_browser', |
| 39 '../components/components.gyp:translate_core_common', | 39 '../components/components.gyp:translate_core_common', |
| 40 '../components/components.gyp:user_prefs', | 40 '../components/components.gyp:user_prefs', |
| 41 # This depends directly on the variations target, rather than just | 41 # This depends directly on the variations target, rather than just |
| 42 # transitively via the common target because the proto sources need to | 42 # transitively via the common target because the proto sources need to |
| 43 # be generated before code in this target can start building. | 43 # be generated before code in this target can start building. |
| 44 '../components/components.gyp:variations', | 44 '../components/components.gyp:variations', |
| 45 '../components/components.gyp:webdata_common', | 45 '../components/components.gyp:webdata_common', |
| 46 '../content/content.gyp:content_browser', | 46 '../content/content.gyp:content_browser', |
| 47 '../content/content.gyp:content_common', | 47 '../content/content.gyp:content_common', |
| 48 '../courgette/courgette.gyp:courgette_lib', |
| 48 '../crypto/crypto.gyp:crypto', | 49 '../crypto/crypto.gyp:crypto', |
| 49 '../google_apis/google_apis.gyp:google_apis', | 50 '../google_apis/google_apis.gyp:google_apis', |
| 50 '../google_apis/gcm/gcm.gyp:gcm', | 51 '../google_apis/gcm/gcm.gyp:gcm', |
| 51 '../jingle/jingle.gyp:notifier', | 52 '../jingle/jingle.gyp:notifier', |
| 52 '../skia/skia.gyp:skia', | 53 '../skia/skia.gyp:skia', |
| 53 '../sql/sql.gyp:sql', | 54 '../sql/sql.gyp:sql', |
| 54 '../sync/sync.gyp:sync', | 55 '../sync/sync.gyp:sync', |
| 55 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 56 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
| 56 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 57 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 57 '../third_party/icu/icu.gyp:icui18n', | 58 '../third_party/icu/icu.gyp:icui18n', |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 441 'browser/command_updater.h', | 442 'browser/command_updater.h', |
| 442 'browser/command_updater_delegate.h', | 443 'browser/command_updater_delegate.h', |
| 443 'browser/common/cancelable_request.cc', | 444 'browser/common/cancelable_request.cc', |
| 444 'browser/common/cancelable_request.h', | 445 'browser/common/cancelable_request.h', |
| 445 'browser/component_updater/background_downloader_win.cc', | 446 'browser/component_updater/background_downloader_win.cc', |
| 446 'browser/component_updater/background_downloader_win.h', | 447 'browser/component_updater/background_downloader_win.h', |
| 447 'browser/component_updater/component_patcher.cc', | 448 'browser/component_updater/component_patcher.cc', |
| 448 'browser/component_updater/component_patcher.h', | 449 'browser/component_updater/component_patcher.h', |
| 449 'browser/component_updater/component_patcher_operation.cc', | 450 'browser/component_updater/component_patcher_operation.cc', |
| 450 'browser/component_updater/component_patcher_operation.h', | 451 'browser/component_updater/component_patcher_operation.h', |
| 451 'browser/component_updater/component_patcher_win.cc', | |
| 452 'browser/component_updater/component_patcher_win.h', | |
| 453 'browser/component_updater/component_updater_configurator.cc', | 452 'browser/component_updater/component_updater_configurator.cc', |
| 454 'browser/component_updater/component_updater_configurator.h', | 453 'browser/component_updater/component_updater_configurator.h', |
| 455 'browser/component_updater/component_unpacker.cc', | 454 'browser/component_updater/component_unpacker.cc', |
| 456 'browser/component_updater/component_unpacker.h', | 455 'browser/component_updater/component_unpacker.h', |
| 457 'browser/component_updater/component_updater_ping_manager.cc', | 456 'browser/component_updater/component_updater_ping_manager.cc', |
| 458 'browser/component_updater/component_updater_ping_manager.h', | 457 'browser/component_updater/component_updater_ping_manager.h', |
| 459 'browser/component_updater/component_updater_service.cc', | 458 'browser/component_updater/component_updater_service.cc', |
| 460 'browser/component_updater/component_updater_service.h', | 459 'browser/component_updater/component_updater_service.h', |
| 461 'browser/component_updater/component_updater_utils.cc', | 460 'browser/component_updater/component_updater_utils.cc', |
| 462 'browser/component_updater/component_updater_utils.h', | 461 'browser/component_updater/component_updater_utils.h', |
| (...skipping 3255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3718 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3717 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3719 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3718 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3720 }, | 3719 }, |
| 3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3720 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3722 }, | 3721 }, |
| 3723 ], | 3722 ], |
| 3724 }, | 3723 }, |
| 3725 ], | 3724 ], |
| 3726 ], | 3725 ], |
| 3727 } | 3726 } |
| OLD | NEW |