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

Side by Side Diff: o3d/build/all.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': [ 6 'includes': [
7 '../../build/common.gypi',
8 'common.gypi', 7 'common.gypi',
9 ], 8 ],
10 'targets': [ 9 'targets': [
11 { 10 {
12 'target_name': 'All', 11 'target_name': 'All',
13 'type': 'none', 12 'type': 'none',
14 'dependencies': [ 13 'dependencies': [
15 '../../<(antlrdir)/antlr.gyp:*', 14 '../../<(antlrdir)/antlr.gyp:*',
16 '../../<(fcolladadir)/fcollada.gyp:*', 15 '../../<(fcolladadir)/fcollada.gyp:*',
17 '../../<(jpegdir)/libjpeg.gyp:*', 16 '../../<(jpegdir)/libjpeg.gyp:*',
(...skipping 27 matching lines...) Expand all
45 { 44 {
46 'dependencies': [ 45 'dependencies': [
47 '../../breakpad/breakpad.gyp:breakpad', 46 '../../breakpad/breakpad.gyp:breakpad',
48 ], 47 ],
49 }, 48 },
50 ], 49 ],
51 ], 50 ],
52 }, 51 },
53 ], 52 ],
54 } 53 }
OLDNEW
« o3d/DEPS_gyp ('K') | « o3d/DEPS_gyp ('k') | o3d/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698