| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |