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

Side by Side Diff: base/base.gyp

Issue 1505743002: Remove allocator_extension_thunks since this layer is not required (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@allocator_clean_win
Patch Set: rebase Created 5 years 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
« no previous file with comments | « base/allocator/allocator_extension_thunks.cc ('k') | base/trace_event/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
11 'base.gypi', 11 'base.gypi',
12 ], 12 ],
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'base', 15 'target_name': 'base',
16 'type': '<(component)', 16 'type': '<(component)',
17 'toolsets': ['host', 'target'], 17 'toolsets': ['host', 'target'],
18 'variables': { 18 'variables': {
19 'base_target': 1, 19 'base_target': 1,
20 'enable_wexit_time_destructors': 1, 20 'enable_wexit_time_destructors': 1,
21 'optimize': 'max', 21 'optimize': 'max',
22 }, 22 },
23 'dependencies': [ 23 'dependencies': [
24 'base_debugging_flags', 24 'base_debugging_flags',
25 'base_static', 25 'base_static',
26 'allocator/allocator.gyp:allocator_extension_thunks',
27 '../testing/gtest.gyp:gtest_prod', 26 '../testing/gtest.gyp:gtest_prod',
28 '../third_party/modp_b64/modp_b64.gyp:modp_b64', 27 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
29 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 28 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
30 ], 29 ],
31 # TODO(gregoryd): direct_dependent_settings should be shared with the 30 # TODO(gregoryd): direct_dependent_settings should be shared with the
32 # 64-bit target, but it doesn't work due to a bug in gyp 31 # 64-bit target, but it doesn't work due to a bug in gyp
33 'direct_dependent_settings': { 32 'direct_dependent_settings': {
34 'include_dirs': [ 33 'include_dirs': [
35 '..', 34 '..',
36 ], 35 ],
(...skipping 1103 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 # (the normal build is 32 bits). 1139 # (the normal build is 32 bits).
1141 { 1140 {
1142 'target_name': 'base_win64', 1141 'target_name': 'base_win64',
1143 'type': '<(component)', 1142 'type': '<(component)',
1144 'variables': { 1143 'variables': {
1145 'base_target': 1, 1144 'base_target': 1,
1146 }, 1145 },
1147 'dependencies': [ 1146 'dependencies': [
1148 'base_debugging_flags', 1147 'base_debugging_flags',
1149 'base_static_win64', 1148 'base_static_win64',
1150 'allocator/allocator.gyp:allocator_extension_thunks_win64',
1151 '../third_party/modp_b64/modp_b64.gyp:modp_b64_win64', 1149 '../third_party/modp_b64/modp_b64.gyp:modp_b64_win64',
1152 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations_win64', 1150 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations_win64',
1153 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest', 1151 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
1154 ], 1152 ],
1155 # TODO(gregoryd): direct_dependent_settings should be shared with the 1153 # TODO(gregoryd): direct_dependent_settings should be shared with the
1156 # 32-bit target, but it doesn't work due to a bug in gyp 1154 # 32-bit target, but it doesn't work due to a bug in gyp
1157 'direct_dependent_settings': { 1155 'direct_dependent_settings': {
1158 'include_dirs': [ 1156 'include_dirs': [
1159 '..', 1157 '..',
1160 ], 1158 ],
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 '../build/isolate.gypi', 1728 '../build/isolate.gypi',
1731 ], 1729 ],
1732 'sources': [ 1730 'sources': [
1733 'base_unittests.isolate', 1731 'base_unittests.isolate',
1734 ], 1732 ],
1735 }, 1733 },
1736 ], 1734 ],
1737 }], 1735 }],
1738 ], 1736 ],
1739 } 1737 }
OLDNEW
« no previous file with comments | « base/allocator/allocator_extension_thunks.cc ('k') | base/trace_event/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698