Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 213923002: Revert of Use UtilityProcessHost to patch files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@nonblocking
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
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...) Expand 10 before | Expand all | Expand 10 after
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',
55 '../crypto/crypto.gyp:crypto', 54 '../crypto/crypto.gyp:crypto',
56 '../google_apis/gcm/gcm.gyp:gcm', 55 '../google_apis/gcm/gcm.gyp:gcm',
57 '../google_apis/google_apis.gyp:google_apis', 56 '../google_apis/google_apis.gyp:google_apis',
58 '../jingle/jingle.gyp:notifier', 57 '../jingle/jingle.gyp:notifier',
59 '../media/cast/logging/logging.gyp:cast_common_logging', 58 '../media/cast/logging/logging.gyp:cast_common_logging',
60 '../skia/skia.gyp:skia', 59 '../skia/skia.gyp:skia',
61 '../sql/sql.gyp:sql', 60 '../sql/sql.gyp:sql',
62 '../sync/sync.gyp:sync', 61 '../sync/sync.gyp:sync',
63 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 62 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 63 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'browser/command_updater.h', 487 'browser/command_updater.h',
489 'browser/command_updater_delegate.h', 488 'browser/command_updater_delegate.h',
490 'browser/common/cancelable_request.cc', 489 'browser/common/cancelable_request.cc',
491 'browser/common/cancelable_request.h', 490 'browser/common/cancelable_request.h',
492 'browser/component_updater/background_downloader_win.cc', 491 'browser/component_updater/background_downloader_win.cc',
493 'browser/component_updater/background_downloader_win.h', 492 'browser/component_updater/background_downloader_win.h',
494 'browser/component_updater/component_patcher.cc', 493 'browser/component_updater/component_patcher.cc',
495 'browser/component_updater/component_patcher.h', 494 'browser/component_updater/component_patcher.h',
496 'browser/component_updater/component_patcher_operation.cc', 495 'browser/component_updater/component_patcher_operation.cc',
497 'browser/component_updater/component_patcher_operation.h', 496 'browser/component_updater/component_patcher_operation.h',
497 'browser/component_updater/component_patcher_win.cc',
498 'browser/component_updater/component_patcher_win.h',
498 'browser/component_updater/component_updater_configurator.cc', 499 'browser/component_updater/component_updater_configurator.cc',
499 'browser/component_updater/component_updater_configurator.h', 500 'browser/component_updater/component_updater_configurator.h',
500 'browser/component_updater/component_unpacker.cc', 501 'browser/component_updater/component_unpacker.cc',
501 'browser/component_updater/component_unpacker.h', 502 'browser/component_updater/component_unpacker.h',
502 'browser/component_updater/component_updater_ping_manager.cc', 503 'browser/component_updater/component_updater_ping_manager.cc',
503 'browser/component_updater/component_updater_ping_manager.h', 504 'browser/component_updater/component_updater_ping_manager.h',
504 'browser/component_updater/component_updater_service.cc', 505 'browser/component_updater/component_updater_service.cc',
505 'browser/component_updater/component_updater_service.h', 506 'browser/component_updater/component_updater_service.h',
506 'browser/component_updater/component_updater_utils.cc', 507 'browser/component_updater/component_updater_utils.cc',
507 'browser/component_updater/component_updater_utils.h', 508 'browser/component_updater/component_updater_utils.h',
(...skipping 3374 matching lines...) Expand 10 before | Expand all | Expand 10 after
3882 'package_name': 'org/chromium/chrome/browser', 3883 'package_name': 'org/chromium/chrome/browser',
3883 'template_deps': ['browser/android/tab_load_status.h'], 3884 'template_deps': ['browser/android/tab_load_status.h'],
3884 }, 3885 },
3885 'includes': [ '../build/android/java_cpp_template.gypi' ], 3886 'includes': [ '../build/android/java_cpp_template.gypi' ],
3886 }, 3887 },
3887 ], 3888 ],
3888 }, 3889 },
3889 ], 3890 ],
3890 ], 3891 ],
3891 } 3892 }
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
This is Rietveld 408576698