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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'gl_surface_x11.cc', | 108 'gl_surface_x11.cc', |
109 'gl_switches.cc', | 109 'gl_switches.cc', |
110 'gl_switches.h', | 110 'gl_switches.h', |
111 'gl_version_info.cc', | 111 'gl_version_info.cc', |
112 'gl_version_info.h', | 112 'gl_version_info.h', |
113 'gpu_switching_manager.cc', | 113 'gpu_switching_manager.cc', |
114 'gpu_switching_manager.h', | 114 'gpu_switching_manager.h', |
115 'gpu_switching_observer.h', | 115 'gpu_switching_observer.h', |
116 'gpu_timing.cc', | 116 'gpu_timing.cc', |
117 'gpu_timing.h', | 117 'gpu_timing.h', |
| 118 'scoped_api.cc', |
| 119 'scoped_api.h', |
118 'scoped_binders.cc', | 120 'scoped_binders.cc', |
119 'scoped_binders.h', | 121 'scoped_binders.h', |
120 'scoped_make_current.cc', | 122 'scoped_make_current.cc', |
121 'scoped_make_current.h', | 123 'scoped_make_current.h', |
122 'sync_control_vsync_provider.cc', | 124 'sync_control_vsync_provider.cc', |
123 'sync_control_vsync_provider.h', | 125 'sync_control_vsync_provider.h', |
124 'trace_util.cc', | 126 'trace_util.cc', |
125 'trace_util.h', | 127 'trace_util.h', |
126 ], | 128 ], |
127 'conditions': [ | 129 'conditions': [ |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 ], | 343 ], |
342 'variables': { | 344 'variables': { |
343 'jni_gen_package': 'ui/gl', | 345 'jni_gen_package': 'ui/gl', |
344 }, | 346 }, |
345 'includes': [ '../../build/jni_generator.gypi' ], | 347 'includes': [ '../../build/jni_generator.gypi' ], |
346 }, | 348 }, |
347 ], | 349 ], |
348 }], | 350 }], |
349 ], | 351 ], |
350 } | 352 } |
OLD | NEW |