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

Side by Side Diff: base/base.gyp

Issue 1794943006: Make the allocator_features gyp target target-only (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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
« no previous file with comments | « base/allocator/allocator.gyp ('k') | no next file » | 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 'allocator/allocator.gyp:allocator', 24 'allocator/allocator.gyp:allocator',
25 'allocator/allocator.gyp:allocator_features', 25 'allocator/allocator.gyp:allocator_features#target',
26 'base_debugging_flags#target', 26 'base_debugging_flags#target',
27 'base_static', 27 'base_static',
28 'base_build_date#target', 28 'base_build_date#target',
29 '../testing/gtest.gyp:gtest_prod', 29 '../testing/gtest.gyp:gtest_prod',
30 '../third_party/modp_b64/modp_b64.gyp:modp_b64', 30 '../third_party/modp_b64/modp_b64.gyp:modp_b64',
31 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 31 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
32 ], 32 ],
33 # TODO(gregoryd): direct_dependent_settings should be shared with the 33 # TODO(gregoryd): direct_dependent_settings should be shared with the
34 # 64-bit target, but it doesn't work due to a bug in gyp 34 # 64-bit target, but it doesn't work due to a bug in gyp
35 'direct_dependent_settings': { 35 'direct_dependent_settings': {
(...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 '../build/isolate.gypi', 1708 '../build/isolate.gypi',
1709 ], 1709 ],
1710 'sources': [ 1710 'sources': [
1711 'base_unittests.isolate', 1711 'base_unittests.isolate',
1712 ], 1712 ],
1713 }, 1713 },
1714 ], 1714 ],
1715 }], 1715 }],
1716 ], 1716 ],
1717 } 1717 }
OLDNEW
« no previous file with comments | « base/allocator/allocator.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698