| 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 22 matching lines...) Expand all Loading... |
| 33 ], | 33 ], |
| 34 'direct_dependent_settings': { | 34 'direct_dependent_settings': { |
| 35 'include_dirs': [ | 35 'include_dirs': [ |
| 36 '<(gl_binding_output_dir)', | 36 '<(gl_binding_output_dir)', |
| 37 ], | 37 ], |
| 38 }, | 38 }, |
| 39 'export_dependent_settings': [ | 39 'export_dependent_settings': [ |
| 40 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', | 40 '<(DEPTH)/third_party/mesa/mesa.gyp:mesa_headers', |
| 41 ], | 41 ], |
| 42 'sources': [ | 42 'sources': [ |
| 43 'async_pixel_transfer_delegate.h', |
| 44 'async_pixel_transfer_delegate_stub.cc', |
| 45 'async_pixel_transfer_delegate_stub.h', |
| 43 'gl_bindings.h', | 46 'gl_bindings.h', |
| 44 'gl_bindings_skia_in_process.cc', | 47 'gl_bindings_skia_in_process.cc', |
| 45 'gl_bindings_skia_in_process.h', | 48 'gl_bindings_skia_in_process.h', |
| 46 'gl_context.cc', | 49 'gl_context.cc', |
| 47 'gl_context.h', | 50 'gl_context.h', |
| 48 'gl_context_android.cc', | 51 'gl_context_android.cc', |
| 49 'gl_context_linux.cc', | 52 'gl_context_linux.cc', |
| 50 'gl_context_mac.mm', | 53 'gl_context_mac.mm', |
| 51 'gl_context_osmesa.cc', | 54 'gl_context_osmesa.cc', |
| 52 'gl_context_osmesa.h', | 55 'gl_context_osmesa.h', |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 ], | 277 ], |
| 275 }, | 278 }, |
| 276 'sources': [ | 279 'sources': [ |
| 277 'gl_mock.h', | 280 'gl_mock.h', |
| 278 'gl_mock.cc', | 281 'gl_mock.cc', |
| 279 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', | 282 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', |
| 280 ], | 283 ], |
| 281 }, | 284 }, |
| 282 ], | 285 ], |
| 283 } | 286 } |
| OLD | NEW |