| 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 29 matching lines...) Expand all Loading... |
| 40 'android/surface_texture.cc', | 40 'android/surface_texture.cc', |
| 41 'android/surface_texture.h', | 41 'android/surface_texture.h', |
| 42 'android/surface_texture_listener.cc', | 42 'android/surface_texture_listener.cc', |
| 43 'android/surface_texture_listener.h', | 43 'android/surface_texture_listener.h', |
| 44 'gl_bindings.cc', | 44 'gl_bindings.cc', |
| 45 'gl_bindings.h', | 45 'gl_bindings.h', |
| 46 'gl_bindings_autogen_gl.cc', | 46 'gl_bindings_autogen_gl.cc', |
| 47 'gl_bindings_autogen_gl.h', | 47 'gl_bindings_autogen_gl.h', |
| 48 'gl_bindings_autogen_osmesa.cc', | 48 'gl_bindings_autogen_osmesa.cc', |
| 49 'gl_bindings_autogen_osmesa.h', | 49 'gl_bindings_autogen_osmesa.h', |
| 50 'gl_bindings_skia_in_process.cc', | |
| 51 'gl_bindings_skia_in_process.h', | |
| 52 'gl_context.cc', | 50 'gl_context.cc', |
| 53 'gl_context.h', | 51 'gl_context.h', |
| 54 'gl_context_android.cc', | 52 'gl_context_android.cc', |
| 55 'gl_context_mac.mm', | 53 'gl_context_mac.mm', |
| 56 'gl_context_osmesa.cc', | 54 'gl_context_osmesa.cc', |
| 57 'gl_context_osmesa.h', | 55 'gl_context_osmesa.h', |
| 58 'gl_context_ozone.cc', | 56 'gl_context_ozone.cc', |
| 59 'gl_context_stub.cc', | 57 'gl_context_stub.cc', |
| 60 'gl_context_stub.h', | 58 'gl_context_stub.h', |
| 61 'gl_context_stub_with_extensions.cc', | 59 'gl_context_stub_with_extensions.cc', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 366 ], | 364 ], |
| 367 'variables': { | 365 'variables': { |
| 368 'jni_gen_package': 'ui/gl', | 366 'jni_gen_package': 'ui/gl', |
| 369 }, | 367 }, |
| 370 'includes': [ '../../build/jni_generator.gypi' ], | 368 'includes': [ '../../build/jni_generator.gypi' ], |
| 371 }, | 369 }, |
| 372 ], | 370 ], |
| 373 }], | 371 }], |
| 374 ], | 372 ], |
| 375 } | 373 } |
| OLD | NEW |