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

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: Rebase to 253436 Created 6 years, 9 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../components/components.gyp:translate_core_browser', 43 '../components/components.gyp:translate_core_browser',
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 # This depends directly on the variations target, rather than just 46 # This depends directly on the variations target, rather than just
47 # transitively via the common target because the proto sources need to 47 # transitively via the common target because the proto sources need to
48 # be generated before code in this target can start building. 48 # be generated before code in this target can start building.
49 '../components/components.gyp:variations', 49 '../components/components.gyp:variations',
50 '../components/components.gyp:webdata_common', 50 '../components/components.gyp:webdata_common',
51 '../content/content.gyp:content_browser', 51 '../content/content.gyp:content_browser',
52 '../content/content.gyp:content_common', 52 '../content/content.gyp:content_common',
53 '../courgette/courgette.gyp:courgette_lib',
53 '../crypto/crypto.gyp:crypto', 54 '../crypto/crypto.gyp:crypto',
54 '../google_apis/gcm/gcm.gyp:gcm', 55 '../google_apis/gcm/gcm.gyp:gcm',
55 '../google_apis/google_apis.gyp:google_apis', 56 '../google_apis/google_apis.gyp:google_apis',
56 '../jingle/jingle.gyp:notifier', 57 '../jingle/jingle.gyp:notifier',
57 '../media/cast/transport/cast_transport.gyp:cast_transport', 58 '../media/cast/transport/cast_transport.gyp:cast_transport',
58 '../skia/skia.gyp:skia', 59 '../skia/skia.gyp:skia',
59 '../sql/sql.gyp:sql', 60 '../sql/sql.gyp:sql',
60 '../sync/sync.gyp:sync', 61 '../sync/sync.gyp:sync',
61 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 62 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
62 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 63 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 'browser/command_updater.h', 466 'browser/command_updater.h',
466 'browser/command_updater_delegate.h', 467 'browser/command_updater_delegate.h',
467 'browser/common/cancelable_request.cc', 468 'browser/common/cancelable_request.cc',
468 'browser/common/cancelable_request.h', 469 'browser/common/cancelable_request.h',
469 'browser/component_updater/background_downloader_win.cc', 470 'browser/component_updater/background_downloader_win.cc',
470 'browser/component_updater/background_downloader_win.h', 471 'browser/component_updater/background_downloader_win.h',
471 'browser/component_updater/component_patcher.cc', 472 'browser/component_updater/component_patcher.cc',
472 'browser/component_updater/component_patcher.h', 473 'browser/component_updater/component_patcher.h',
473 'browser/component_updater/component_patcher_operation.cc', 474 'browser/component_updater/component_patcher_operation.cc',
474 'browser/component_updater/component_patcher_operation.h', 475 'browser/component_updater/component_patcher_operation.h',
475 'browser/component_updater/component_patcher_win.cc',
476 'browser/component_updater/component_patcher_win.h',
477 'browser/component_updater/component_updater_configurator.cc', 476 'browser/component_updater/component_updater_configurator.cc',
478 'browser/component_updater/component_updater_configurator.h', 477 'browser/component_updater/component_updater_configurator.h',
479 'browser/component_updater/component_unpacker.cc', 478 'browser/component_updater/component_unpacker.cc',
480 'browser/component_updater/component_unpacker.h', 479 'browser/component_updater/component_unpacker.h',
481 'browser/component_updater/component_updater_ping_manager.cc', 480 'browser/component_updater/component_updater_ping_manager.cc',
482 'browser/component_updater/component_updater_ping_manager.h', 481 'browser/component_updater/component_updater_ping_manager.h',
483 'browser/component_updater/component_updater_service.cc', 482 'browser/component_updater/component_updater_service.cc',
484 'browser/component_updater/component_updater_service.h', 483 'browser/component_updater/component_updater_service.h',
485 'browser/component_updater/component_updater_utils.cc', 484 'browser/component_updater/component_updater_utils.cc',
486 'browser/component_updater/component_updater_utils.h', 485 'browser/component_updater/component_updater_utils.h',
(...skipping 3269 matching lines...) Expand 10 before | Expand all | Expand 10 after
3756 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3755 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3757 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3756 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3758 }, 3757 },
3759 'includes': [ '../build/android/java_cpp_template.gypi' ], 3758 'includes': [ '../build/android/java_cpp_template.gypi' ],
3760 }, 3759 },
3761 ], 3760 ],
3762 }, 3761 },
3763 ], 3762 ],
3764 ], 3763 ],
3765 } 3764 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698