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

Side by Side Diff: sandbox/sandbox.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
« o3d/DEPS_gyp ('K') | « rlz/rlz.gyp ('k') | sdch/sdch.gyp » ('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) 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 'conditions': [ 6 'conditions': [
10 [ 'OS=="linux"', { 7 [ 'OS=="linux"', {
11 'targets': [ 8 'targets': [
12 { 9 {
13 'target_name': 'chrome_sandbox', 10 'target_name': 'chrome_sandbox',
14 'type': 'executable', 11 'type': 'executable',
15 'sources': [ 12 'sources': [
16 'linux/suid/sandbox.c', 13 'linux/suid/sandbox.c',
17 ], 14 ],
18 'include_dirs': [ 15 'include_dirs': [
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'POCDLL_EXPORTS', 320 'POCDLL_EXPORTS',
324 ], 321 ],
325 'include_dirs': [ 322 'include_dirs': [
326 '..', 323 '..',
327 ], 324 ],
328 }, 325 },
329 ], 326 ],
330 }], 327 }],
331 ], 328 ],
332 } 329 }
OLDNEW
« o3d/DEPS_gyp ('K') | « rlz/rlz.gyp ('k') | sdch/sdch.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698