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

Side by Side Diff: third_party/tcmalloc/tcmalloc.gyp

Issue 206006: Force inclusion of build/common.gypi for all chromium gyp files. (Closed)
Patch Set: 2nd round of feedback Created 11 years, 3 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [
7 '../../build/common.gypi',
8 ],
9 'targets': [ 6 'targets': [
10 { 7 {
11 'target_name': 'tcmalloc', 8 'target_name': 'tcmalloc',
12 'type': '<(library)', 9 'type': '<(library)',
13 'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321', 10 'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321',
14 'include_dirs': [ 11 'include_dirs': [
15 '.', 12 '.',
16 'tcmalloc/src/base', 13 'tcmalloc/src/base',
17 'tcmalloc/src', 14 'tcmalloc/src',
18 '../..', 15 '../..',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 '$(VCInstallDir)lib', 254 '$(VCInstallDir)lib',
258 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc', 255 '<(SHARED_INTERMEDIATE_DIR)/tcmalloc',
259 ], 256 ],
260 }, 257 },
261 ], 258 ],
262 }, 259 },
263 ], 260 ],
264 }], 261 }],
265 ], 262 ],
266 } 263 }
OLDNEW
« o3d/DEPS_gyp ('K') | « third_party/sqlite/sqlite.gyp ('k') | third_party/zlib/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698