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

Side by Side Diff: breakpad/breakpad.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
« no previous file with comments | « base/base.gyp ('k') | build/all.gyp » ('j') | build/common.gypi » ('J')
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=="mac"', { 7 [ 'OS=="mac"', {
11 'target_defaults': { 8 'target_defaults': {
12 'include_dirs': [ 9 'include_dirs': [
13 'src', 10 'src',
14 ], 11 ],
15 'configurations': { 12 'configurations': {
16 'Debug': { 13 'Debug': {
17 'defines': [ 14 'defines': [
18 # This is needed for GTMLogger to work correctly. 15 # This is needed for GTMLogger to work correctly.
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ], 339 ],
343 340
344 'include_dirs': [ 341 'include_dirs': [
345 '..', 342 '..',
346 ], 343 ],
347 }, 344 },
348 ], 345 ],
349 }], 346 }],
350 ], 347 ],
351 } 348 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | build/all.gyp » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698