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

Side by Side Diff: app/app.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 | « DEPS ('k') | base/base.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [
10 '../build/common.gypi',
11 ],
12 'target_defaults': { 9 'target_defaults': {
13 'sources/': [ 10 'sources/': [
14 ['exclude', '/(cocoa|gtk|win)/'], 11 ['exclude', '/(cocoa|gtk|win)/'],
15 ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|x)\\.(cc|mm?)$'], 12 ['exclude', '_(cocoa|gtk|linux|mac|posix|skia|win|x)\\.(cc|mm?)$'],
16 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], 13 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'],
17 ], 14 ],
18 'conditions': [ 15 'conditions': [
19 ['OS=="linux"', {'sources/': [ 16 ['OS=="linux"', {'sources/': [
20 ['include', '/gtk/'], 17 ['include', '/gtk/'],
21 ['include', '_(gtk|linux|posix|skia|x)\\.cc$'], 18 ['include', '_(gtk|linux|posix|skia|x)\\.cc$'],
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'process_outputs_as_sources': 1, 349 'process_outputs_as_sources': 1,
353 'message': 'Generating appid information in <(SHARED_INTERMEDIAT E_DIR)/chrome/appid.h' 350 'message': 'Generating appid information in <(SHARED_INTERMEDIAT E_DIR)/chrome/appid.h'
354 }, 351 },
355 ], 352 ],
356 }, 353 },
357 ], 354 ],
358 ], 355 ],
359 }, 356 },
360 ], 357 ],
361 } 358 }
OLDNEW
« no previous file with comments | « DEPS ('k') | base/base.gyp » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698