Chromium Code Reviews

Side by Side Diff: chrome/chrome_browser.gypi

Issue 25909005: Use UtilityProcessHost to patch files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nonblocking
Patch Set: Fix ASAN failure, rebase to LKGR/259825 Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
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 33 matching lines...)
44 '../components/components.gyp:translate_core_common', 44 '../components/components.gyp:translate_core_common',
45 '../components/components.gyp:user_prefs', 45 '../components/components.gyp:user_prefs',
46 '../components/components_strings.gyp:components_strings', 46 '../components/components_strings.gyp:components_strings',
47 # This depends directly on the variations target, rather than just 47 # This depends directly on the variations target, rather than just
48 # transitively via the common target because the proto sources need to 48 # transitively via the common target because the proto sources need to
49 # be generated before code in this target can start building. 49 # be generated before code in this target can start building.
50 '../components/components.gyp:variations', 50 '../components/components.gyp:variations',
51 '../components/components.gyp:webdata_common', 51 '../components/components.gyp:webdata_common',
52 '../content/content.gyp:content_browser', 52 '../content/content.gyp:content_browser',
53 '../content/content.gyp:content_common', 53 '../content/content.gyp:content_common',
54 '../courgette/courgette.gyp:courgette_lib',
54 '../crypto/crypto.gyp:crypto', 55 '../crypto/crypto.gyp:crypto',
55 '../google_apis/gcm/gcm.gyp:gcm', 56 '../google_apis/gcm/gcm.gyp:gcm',
56 '../google_apis/google_apis.gyp:google_apis', 57 '../google_apis/google_apis.gyp:google_apis',
57 '../jingle/jingle.gyp:notifier', 58 '../jingle/jingle.gyp:notifier',
58 '../media/cast/logging/logging.gyp:cast_common_logging', 59 '../media/cast/logging/logging.gyp:cast_common_logging',
59 '../skia/skia.gyp:skia', 60 '../skia/skia.gyp:skia',
60 '../sql/sql.gyp:sql', 61 '../sql/sql.gyp:sql',
61 '../sync/sync.gyp:sync', 62 '../sync/sync.gyp:sync',
62 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 63 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
63 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
(...skipping 421 matching lines...)
485 'browser/command_updater.h', 486 'browser/command_updater.h',
486 'browser/command_updater_delegate.h', 487 'browser/command_updater_delegate.h',
487 'browser/common/cancelable_request.cc', 488 'browser/common/cancelable_request.cc',
488 'browser/common/cancelable_request.h', 489 'browser/common/cancelable_request.h',
489 'browser/component_updater/background_downloader_win.cc', 490 'browser/component_updater/background_downloader_win.cc',
490 'browser/component_updater/background_downloader_win.h', 491 'browser/component_updater/background_downloader_win.h',
491 'browser/component_updater/component_patcher.cc', 492 'browser/component_updater/component_patcher.cc',
492 'browser/component_updater/component_patcher.h', 493 'browser/component_updater/component_patcher.h',
493 'browser/component_updater/component_patcher_operation.cc', 494 'browser/component_updater/component_patcher_operation.cc',
494 'browser/component_updater/component_patcher_operation.h', 495 'browser/component_updater/component_patcher_operation.h',
495 'browser/component_updater/component_patcher_win.cc',
496 'browser/component_updater/component_patcher_win.h',
497 'browser/component_updater/component_updater_configurator.cc', 496 'browser/component_updater/component_updater_configurator.cc',
498 'browser/component_updater/component_updater_configurator.h', 497 'browser/component_updater/component_updater_configurator.h',
499 'browser/component_updater/component_unpacker.cc', 498 'browser/component_updater/component_unpacker.cc',
500 'browser/component_updater/component_unpacker.h', 499 'browser/component_updater/component_unpacker.h',
501 'browser/component_updater/component_updater_ping_manager.cc', 500 'browser/component_updater/component_updater_ping_manager.cc',
502 'browser/component_updater/component_updater_ping_manager.h', 501 'browser/component_updater/component_updater_ping_manager.h',
503 'browser/component_updater/component_updater_service.cc', 502 'browser/component_updater/component_updater_service.cc',
504 'browser/component_updater/component_updater_service.h', 503 'browser/component_updater/component_updater_service.h',
505 'browser/component_updater/component_updater_utils.cc', 504 'browser/component_updater/component_updater_utils.cc',
506 'browser/component_updater/component_updater_utils.h', 505 'browser/component_updater/component_updater_utils.h',
(...skipping 3374 matching lines...)
3881 'package_name': 'org/chromium/chrome/browser', 3880 'package_name': 'org/chromium/chrome/browser',
3882 'template_deps': ['browser/android/tab_load_status.h'], 3881 'template_deps': ['browser/android/tab_load_status.h'],
3883 }, 3882 },
3884 'includes': [ '../build/android/java_cpp_template.gypi' ], 3883 'includes': [ '../build/android/java_cpp_template.gypi' ],
3885 }, 3884 },
3886 ], 3885 ],
3887 }, 3886 },
3888 ], 3887 ],
3889 ], 3888 ],
3890 } 3889 }
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/test/component_updater_service_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine