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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'gl_state_restorer.cc', | 94 'gl_state_restorer.cc', |
95 'gl_state_restorer.h', | 95 'gl_state_restorer.h', |
96 'gl_surface.cc', | 96 'gl_surface.cc', |
97 'gl_surface.h', | 97 'gl_surface.h', |
98 'gl_surface_osmesa.cc', | 98 'gl_surface_osmesa.cc', |
99 'gl_surface_osmesa.h', | 99 'gl_surface_osmesa.h', |
100 'gl_surface_overlay.cc', | 100 'gl_surface_overlay.cc', |
101 'gl_surface_overlay.h', | 101 'gl_surface_overlay.h', |
102 'gl_surface_stub.cc', | 102 'gl_surface_stub.cc', |
103 'gl_surface_stub.h', | 103 'gl_surface_stub.h', |
| 104 "gl_stub_api.cc", |
| 105 "gl_stub_api.h", |
| 106 "gl_stub_api_base.h", |
| 107 "gl_stub_autogen_gl.cc", |
| 108 "gl_stub_autogen_gl.h", |
104 'gl_switches.cc', | 109 'gl_switches.cc', |
105 'gl_switches.h', | 110 'gl_switches.h', |
106 'gl_version_info.cc', | 111 'gl_version_info.cc', |
107 'gl_version_info.h', | 112 'gl_version_info.h', |
108 'gpu_switching_manager.cc', | 113 'gpu_switching_manager.cc', |
109 'gpu_switching_manager.h', | 114 'gpu_switching_manager.h', |
110 'gpu_switching_observer.h', | 115 'gpu_switching_observer.h', |
111 'gpu_timing.cc', | 116 'gpu_timing.cc', |
112 'gpu_timing.h', | 117 'gpu_timing.h', |
113 'scoped_api.cc', | 118 'scoped_api.cc', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 ], | 385 ], |
381 'variables': { | 386 'variables': { |
382 'jni_gen_package': 'ui/gl', | 387 'jni_gen_package': 'ui/gl', |
383 }, | 388 }, |
384 'includes': [ '../../build/jni_generator.gypi' ], | 389 'includes': [ '../../build/jni_generator.gypi' ], |
385 }, | 390 }, |
386 ], | 391 ], |
387 }], | 392 }], |
388 ], | 393 ], |
389 } | 394 } |
OLD | NEW |