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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'gl_surface_osmesa.h', | 106 'gl_surface_osmesa.h', |
107 'gl_surface_overlay.cc', | 107 'gl_surface_overlay.cc', |
108 'gl_surface_overlay.h', | 108 'gl_surface_overlay.h', |
109 'gl_surface_ozone.cc', | 109 'gl_surface_ozone.cc', |
110 'gl_surface_stub.cc', | 110 'gl_surface_stub.cc', |
111 'gl_surface_stub.h', | 111 'gl_surface_stub.h', |
112 'gl_surface_win.cc', | 112 'gl_surface_win.cc', |
113 'gl_surface_x11.cc', | 113 'gl_surface_x11.cc', |
114 'gl_switches.cc', | 114 'gl_switches.cc', |
115 'gl_switches.h', | 115 'gl_switches.h', |
| 116 'gl_utils.cc', |
| 117 'gl_utils.h', |
116 'gl_version_info.cc', | 118 'gl_version_info.cc', |
117 'gl_version_info.h', | 119 'gl_version_info.h', |
118 'gpu_switching_manager.cc', | 120 'gpu_switching_manager.cc', |
119 'gpu_switching_manager.h', | 121 'gpu_switching_manager.h', |
120 'gpu_switching_observer.h', | 122 'gpu_switching_observer.h', |
121 'gpu_timing.cc', | 123 'gpu_timing.cc', |
122 'gpu_timing.h', | 124 'gpu_timing.h', |
123 'scoped_api.cc', | 125 'scoped_api.cc', |
124 'scoped_api.h', | 126 'scoped_api.h', |
125 'scoped_binders.cc', | 127 'scoped_binders.cc', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 ], | 358 ], |
357 'variables': { | 359 'variables': { |
358 'jni_gen_package': 'ui/gl', | 360 'jni_gen_package': 'ui/gl', |
359 }, | 361 }, |
360 'includes': [ '../../build/jni_generator.gypi' ], | 362 'includes': [ '../../build/jni_generator.gypi' ], |
361 }, | 363 }, |
362 ], | 364 ], |
363 }], | 365 }], |
364 ], | 366 ], |
365 } | 367 } |
OLD | NEW |