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

Side by Side Diff: o3d/build/common.gypi

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 'variables': { 6 'variables': {
10 'antlrdir': 'third_party/antlr3', 7 'antlrdir': 'third_party/antlr3',
11 'breakpaddir': 'breakpad/src', 8 'breakpaddir': 'breakpad/src',
12 'fcolladadir': 'third_party/fcollada/files', 9 'fcolladadir': 'third_party/fcollada/files',
13 'glewdir': 'third_party/glew/files', 10 'glewdir': 'third_party/glew/files',
14 'gtestdir': 'testing/gtest/include', 11 'gtestdir': 'testing/gtest/include',
15 'jpegdir': 'third_party/libjpeg', 12 'jpegdir': 'third_party/libjpeg',
16 'nacldir': 'third_party/native_client/googleclient', 13 'nacldir': 'third_party/native_client/googleclient',
17 'nixysadir': 'third_party/nixysa', 14 'nixysadir': 'third_party/nixysa',
18 'npapidir': 'third_party/npapi', 15 'npapidir': 'third_party/npapi',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 ], 116 ],
120 'cflags': [ 117 'cflags': [
121 '-fvisibility=hidden', 118 '-fvisibility=hidden',
122 '-Wstrict-aliasing', 119 '-Wstrict-aliasing',
123 ], 120 ],
124 }, 121 },
125 }, 122 },
126 ], 123 ],
127 ], 124 ],
128 } 125 }
OLDNEW
« o3d/DEPS_gyp ('K') | « o3d/build/all.gyp ('k') | o3d/build/gyp_o3d » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698