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 30 matching lines...) Expand all Loading... | |
41 ], | 41 ], |
42 'sources': [ | 42 'sources': [ |
43 'android/gl_jni_registrar.cc', | 43 'android/gl_jni_registrar.cc', |
44 'android/gl_jni_registrar.h', | 44 'android/gl_jni_registrar.h', |
45 'android/scoped_java_surface.cc', | 45 'android/scoped_java_surface.cc', |
46 'android/scoped_java_surface.h', | 46 'android/scoped_java_surface.h', |
47 'android/surface_texture_bridge.cc', | 47 'android/surface_texture_bridge.cc', |
48 'android/surface_texture_bridge.h', | 48 'android/surface_texture_bridge.h', |
49 'android/surface_texture_listener.cc', | 49 'android/surface_texture_listener.cc', |
50 'android/surface_texture_listener.h', | 50 'android/surface_texture_listener.h', |
51 'android/surface_factory_webview.cc', | |
52 'android/surface_factory_webview.h', | |
no sievers
2013/08/06 01:50:06
nit: order
boliu
2013/08/06 02:14:26
Done.
| |
51 'gl_bindings.h', | 53 'gl_bindings.h', |
52 'gl_bindings_skia_in_process.cc', | 54 'gl_bindings_skia_in_process.cc', |
53 'gl_bindings_skia_in_process.h', | 55 'gl_bindings_skia_in_process.h', |
54 'gl_context.cc', | 56 'gl_context.cc', |
55 'gl_context.h', | 57 'gl_context.h', |
56 'gl_context_android.cc', | 58 'gl_context_android.cc', |
57 'gl_context_mac.mm', | 59 'gl_context_mac.mm', |
58 'gl_context_ozone.cc', | 60 'gl_context_ozone.cc', |
59 'gl_context_osmesa.cc', | 61 'gl_context_osmesa.cc', |
60 'gl_context_osmesa.h', | 62 'gl_context_osmesa.h', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
348 ], | 350 ], |
349 'variables': { | 351 'variables': { |
350 'jni_gen_package': 'ui/gl', | 352 'jni_gen_package': 'ui/gl', |
351 }, | 353 }, |
352 'includes': [ '../../build/jni_generator.gypi' ], | 354 'includes': [ '../../build/jni_generator.gypi' ], |
353 }, | 355 }, |
354 ], | 356 ], |
355 }], | 357 }], |
356 ], | 358 ], |
357 } | 359 } |
OLD | NEW |