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

Side by Side Diff: base/base.gyp

Issue 1921773003: Reland of [tracing] Add native allocation tracing mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make sure base builds first to generate debugging_flags.h Created 4 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
« no previous file with comments | « no previous file | base/base_switches.h » ('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 'hard_dependency': 1,
Primiano Tucci (use gerrit) 2016/04/26 15:20:14 Hmm this is a strong hammer. Not sure we needed, n
16 'type': '<(component)', 17 'type': '<(component)',
17 'toolsets': ['host', 'target'], 18 'toolsets': ['host', 'target'],
18 'variables': { 19 'variables': {
19 'base_target': 1, 20 'base_target': 1,
20 'enable_wexit_time_destructors': 1, 21 'enable_wexit_time_destructors': 1,
21 'optimize': 'max', 22 'optimize': 'max',
22 }, 23 },
23 'dependencies': [ 24 'dependencies': [
24 'allocator/allocator.gyp:allocator', 25 'allocator/allocator.gyp:allocator',
25 'allocator/allocator.gyp:allocator_features#target', 26 'allocator/allocator.gyp:allocator_features#target',
(...skipping 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after
1726 '../build/isolate.gypi', 1727 '../build/isolate.gypi',
1727 ], 1728 ],
1728 'sources': [ 1729 'sources': [
1729 'base_unittests.isolate', 1730 'base_unittests.isolate',
1730 ], 1731 ],
1731 }, 1732 },
1732 ], 1733 ],
1733 }], 1734 }],
1734 ], 1735 ],
1735 } 1736 }
OLDNEW
« no previous file with comments | « no previous file | base/base_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698