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

Side by Side Diff: chrome/chrome.gyp

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 10 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
11 # Linux or Mac, and into chrome.dll on Windows. 11 # Linux or Mac, and into chrome.dll on Windows.
12 # NOTE: Most new includes should go in the OS!="ios" condition below. 12 # NOTE: Most new includes should go in the OS!="ios" condition below.
13 # 13 #
14 # GN version is the group //chrome:browser_dependencies 14 # GN version is the group //chrome:browser_dependencies
15 'chromium_browser_dependencies': [ 15 'chromium_browser_dependencies': [
16 'common', 16 'common',
17 'browser', 17 'browser',
18 '../sync/sync.gyp:sync', 18 '../sync/sync.gyp:sync',
19 ], 19 ],
20 # GN version is the group //chrome:child_dependencies 20 # GN version is the group //chrome:child_dependencies
21 'chromium_child_dependencies': [ 21 'chromium_child_dependencies': [
22 'common', 22 'common',
23 '../sync/sync.gyp:sync', 23 '../sync/sync.gyp:sync',
24 ], 24 ],
25 'allocator_target': '../base/allocator/allocator.gyp:allocator',
26 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 25 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
27 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 26 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
28 'conditions': [ 27 'conditions': [
29 ['OS!="ios"', { 28 ['OS!="ios"', {
30 'chromium_browser_dependencies': [ 29 'chromium_browser_dependencies': [
31 'debugger', 30 'debugger',
32 '../ppapi/ppapi_internal.gyp:ppapi_host', 31 '../ppapi/ppapi_internal.gyp:ppapi_host',
33 ], 32 ],
34 'chromium_child_dependencies': [ 33 'chromium_child_dependencies': [
35 'child', 34 'child',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 'service/service_utility_process_host.cc', 769 'service/service_utility_process_host.cc',
771 'service/service_utility_process_host.h', 770 'service/service_utility_process_host.h',
772 ], 771 ],
773 }], 772 }],
774 ], 773 ],
775 }, 774 },
776 ], 775 ],
777 }], 776 }],
778 ], # 'conditions' 777 ], # 'conditions'
779 } 778 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/chromevox_tests.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698