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

Side by Side Diff: build/common.gypi

Issue 331002: Adding the o3d-internal include path before the others so that if o3d-interna... Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | core/core.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 'variables': { 6 'variables': {
7 'antlrdir': 'third_party/antlr3', 7 'antlrdir': 'third_party/antlr3',
8 'breakpaddir': 'breakpad/src', 8 'breakpaddir': 'breakpad/src',
9 'fcolladadir': 'third_party/fcollada/files', 9 'fcolladadir': 'third_party/fcollada/files',
10 'glewdir': 'third_party/glew/files', 10 'glewdir': 'third_party/glew/files',
11 'gtestdir': 'testing/gtest/include', 11 'gtestdir': 'testing/gtest/include',
12 'internaldir':'o3d-internal',
12 'jpegdir': 'third_party/libjpeg', 13 'jpegdir': 'third_party/libjpeg',
13 'nacldir': 'third_party/native_client/googleclient', 14 'nacldir': 'third_party/native_client/googleclient',
14 'nixysadir': 'o3d/third_party/nixysa', 15 'nixysadir': 'o3d/third_party/nixysa',
15 'npapidir': 'o3d/third_party/npapi', 16 'npapidir': 'o3d/third_party/npapi',
16 'pdiffdir': 'third_party/pdiff/files', 17 'pdiffdir': 'third_party/pdiff/files',
17 'pngdir': 'third_party/libpng', 18 'pngdir': 'third_party/libpng',
18 'screenshotsdir': 'o3d_assets/tests/screenshots', 19 'screenshotsdir': 'o3d_assets/tests/screenshots',
19 'seleniumdir': 'third_party/selenium_rc/files', 20 'seleniumdir': 'third_party/selenium_rc/files',
20 'skiadir': 'third_party/skia/include', 21 'skiadir': 'third_party/skia/include',
21 'zlibdir': 'third_party/zlib', 22 'zlibdir': 'third_party/zlib',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 { 206 {
206 'target_defaults': { 207 'target_defaults': {
207 'defines': [ 208 'defines': [
208 'CB_SERVICE_GL', 209 'CB_SERVICE_GL',
209 ], 210 ],
210 }, 211 },
211 }, 212 },
212 ], 213 ],
213 ], 214 ],
214 } 215 }
OLDNEW
« no previous file with comments | « no previous file | core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698