| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 | 9 |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 ], | 23 ], |
| 24 'variables': { | 24 'variables': { |
| 25 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/gl', | 25 'gl_binding_output_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/gl', |
| 26 }, | 26 }, |
| 27 'defines': [ | 27 'defines': [ |
| 28 'GL_IMPLEMENTATION', | 28 'GL_IMPLEMENTATION', |
| 29 ], | 29 ], |
| 30 'include_dirs': [ | 30 'include_dirs': [ |
| 31 '<(DEPTH)/third_party/swiftshader/include', | 31 '<(DEPTH)/third_party/swiftshader/include', |
| 32 '<(DEPTH)/third_party/khronos', | 32 '<(DEPTH)/third_party/khronos', |
| 33 '<(DEPTH)/third_party/mesa/src/include', | |
| 34 '<(gl_binding_output_dir)', | 33 '<(gl_binding_output_dir)', |
| 35 ], | 34 ], |
| 36 'direct_dependent_settings': { | 35 'direct_dependent_settings': { |
| 37 'include_dirs': [ | 36 'include_dirs': [ |
| 38 '<(gl_binding_output_dir)', | 37 '<(gl_binding_output_dir)', |
| 39 ], | 38 ], |
| 40 }, | 39 }, |
| 41 'export_dependent_settings': [ | 40 'export_dependent_settings': [ |
| 42 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', | 41 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', |
| 43 ], | 42 ], |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 ], | 365 ], |
| 367 'variables': { | 366 'variables': { |
| 368 'jni_gen_package': 'ui/gl', | 367 'jni_gen_package': 'ui/gl', |
| 369 }, | 368 }, |
| 370 'includes': [ '../../build/jni_generator.gypi' ], | 369 'includes': [ '../../build/jni_generator.gypi' ], |
| 371 }, | 370 }, |
| 372 ], | 371 ], |
| 373 }], | 372 }], |
| 374 ], | 373 ], |
| 375 } | 374 } |
| OLD | NEW |