| 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 'sources': [ | 34 'sources': [ |
| 35 'android/gl_jni_registrar.cc', | 35 'android/gl_jni_registrar.cc', |
| 36 'android/gl_jni_registrar.h', | 36 'android/gl_jni_registrar.h', |
| 37 'android/scoped_java_surface.cc', | 37 'android/scoped_java_surface.cc', |
| 38 'android/scoped_java_surface.h', | 38 'android/scoped_java_surface.h', |
| 39 'android/surface_texture.cc', | 39 'android/surface_texture.cc', |
| 40 'android/surface_texture.h', | 40 'android/surface_texture.h', |
| 41 'android/surface_texture_listener.cc', | 41 'android/surface_texture_listener.cc', |
| 42 'android/surface_texture_listener.h', | 42 'android/surface_texture_listener.h', |
| 43 'gl_bindings.cc', |
| 43 'gl_bindings.h', | 44 'gl_bindings.h', |
| 44 'gl_bindings_autogen_gl.cc', | 45 'gl_bindings_autogen_gl.cc', |
| 45 'gl_bindings_autogen_gl.h', | 46 'gl_bindings_autogen_gl.h', |
| 46 'gl_bindings_autogen_osmesa.cc', | 47 'gl_bindings_autogen_osmesa.cc', |
| 47 'gl_bindings_autogen_osmesa.h', | 48 'gl_bindings_autogen_osmesa.h', |
| 48 'gl_bindings_skia_in_process.cc', | 49 'gl_bindings_skia_in_process.cc', |
| 49 'gl_bindings_skia_in_process.h', | 50 'gl_bindings_skia_in_process.h', |
| 50 'gl_context.cc', | 51 'gl_context.cc', |
| 51 'gl_context.h', | 52 'gl_context.h', |
| 52 'gl_context_android.cc', | 53 'gl_context_android.cc', |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 ], | 310 ], |
| 310 'variables': { | 311 'variables': { |
| 311 'jni_gen_package': 'ui/gl', | 312 'jni_gen_package': 'ui/gl', |
| 312 }, | 313 }, |
| 313 'includes': [ '../../build/jni_generator.gypi' ], | 314 'includes': [ '../../build/jni_generator.gypi' ], |
| 314 }, | 315 }, |
| 315 ], | 316 ], |
| 316 }], | 317 }], |
| 317 ], | 318 ], |
| 318 } | 319 } |
| OLD | NEW |