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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 'gl_bindings_skia_in_process.h', | 54 'gl_bindings_skia_in_process.h', |
55 'gl_context.cc', | 55 'gl_context.cc', |
56 'gl_context.h', | 56 'gl_context.h', |
57 'gl_context_android.cc', | 57 'gl_context_android.cc', |
58 'gl_context_mac.mm', | 58 'gl_context_mac.mm', |
59 'gl_context_ozone.cc', | 59 'gl_context_ozone.cc', |
60 'gl_context_osmesa.cc', | 60 'gl_context_osmesa.cc', |
61 'gl_context_osmesa.h', | 61 'gl_context_osmesa.h', |
62 'gl_context_stub.cc', | 62 'gl_context_stub.cc', |
63 'gl_context_stub.h', | 63 'gl_context_stub.h', |
| 64 'gl_context_stub_with_extensions.cc', |
| 65 'gl_context_stub_with_extensions.h', |
64 'gl_context_win.cc', | 66 'gl_context_win.cc', |
65 'gl_context_x11.cc', | 67 'gl_context_x11.cc', |
66 'gl_export.h', | 68 'gl_export.h', |
67 'gl_fence.cc', | 69 'gl_fence.cc', |
68 'gl_fence.h', | 70 'gl_fence.h', |
69 'gl_gl_api_implementation.cc', | 71 'gl_gl_api_implementation.cc', |
70 'gl_gl_api_implementation.h', | 72 'gl_gl_api_implementation.h', |
71 'gl_image.cc', | 73 'gl_image.cc', |
72 'gl_image.h', | 74 'gl_image.h', |
73 'gl_image_android.cc', | 75 'gl_image_android.cc', |
(...skipping 26 matching lines...) Expand all Loading... |
100 'gl_surface.h', | 102 'gl_surface.h', |
101 'gl_surface_mac.cc', | 103 'gl_surface_mac.cc', |
102 'gl_surface_stub.cc', | 104 'gl_surface_stub.cc', |
103 'gl_surface_stub.h', | 105 'gl_surface_stub.h', |
104 'gl_surface_win.cc', | 106 'gl_surface_win.cc', |
105 'gl_surface_x11.cc', | 107 'gl_surface_x11.cc', |
106 'gl_surface_osmesa.cc', | 108 'gl_surface_osmesa.cc', |
107 'gl_surface_osmesa.h', | 109 'gl_surface_osmesa.h', |
108 'gl_switches.cc', | 110 'gl_switches.cc', |
109 'gl_switches.h', | 111 'gl_switches.h', |
| 112 'gl_version_info.cc', |
| 113 'gl_version_info.h', |
110 'gpu_switching_manager.cc', | 114 'gpu_switching_manager.cc', |
111 'gpu_switching_manager.h', | 115 'gpu_switching_manager.h', |
112 'io_surface_support_mac.cc', | 116 'io_surface_support_mac.cc', |
113 'io_surface_support_mac.h', | 117 'io_surface_support_mac.h', |
114 'scoped_binders.cc', | 118 'scoped_binders.cc', |
115 'scoped_binders.h', | 119 'scoped_binders.h', |
116 'scoped_make_current.cc', | 120 'scoped_make_current.cc', |
117 'scoped_make_current.h', | 121 'scoped_make_current.h', |
118 'sync_control_vsync_provider.cc', | 122 'sync_control_vsync_provider.cc', |
119 'sync_control_vsync_provider.h', | 123 'sync_control_vsync_provider.h', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 'variables': { | 359 'variables': { |
356 'jni_gen_package': 'ui/gl', | 360 'jni_gen_package': 'ui/gl', |
357 'jni_generator_ptr_type': 'long', | 361 'jni_generator_ptr_type': 'long', |
358 }, | 362 }, |
359 'includes': [ '../../build/jni_generator.gypi' ], | 363 'includes': [ '../../build/jni_generator.gypi' ], |
360 }, | 364 }, |
361 ], | 365 ], |
362 }], | 366 }], |
363 ], | 367 ], |
364 } | 368 } |
OLD | NEW |