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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'gl_surface_android.cc', | 90 'gl_surface_android.cc', |
91 'gl_surface_linux.cc', | 91 'gl_surface_linux.cc', |
92 'gl_surface_mac.cc', | 92 'gl_surface_mac.cc', |
93 'gl_surface_stub.cc', | 93 'gl_surface_stub.cc', |
94 'gl_surface_stub.h', | 94 'gl_surface_stub.h', |
95 'gl_surface_win.cc', | 95 'gl_surface_win.cc', |
96 'gl_surface_osmesa.cc', | 96 'gl_surface_osmesa.cc', |
97 'gl_surface_osmesa.h', | 97 'gl_surface_osmesa.h', |
98 'gl_switches.cc', | 98 'gl_switches.cc', |
99 'gl_switches.h', | 99 'gl_switches.h', |
| 100 'gpu_memory_buffer.h', |
100 'gpu_switching_manager.cc', | 101 'gpu_switching_manager.cc', |
101 'gpu_switching_manager.h', | 102 'gpu_switching_manager.h', |
102 'safe_shared_memory_pool.h', | 103 'safe_shared_memory_pool.h', |
103 'safe_shared_memory_pool.cc', | 104 'safe_shared_memory_pool.cc', |
104 'scoped_make_current.cc', | 105 'scoped_make_current.cc', |
105 'scoped_make_current.h', | 106 'scoped_make_current.h', |
106 'gl_state_restorer.cc', | 107 'gl_state_restorer.cc', |
107 'gl_state_restorer.h', | 108 'gl_state_restorer.h', |
108 'vsync_provider.cc', | 109 'vsync_provider.cc', |
109 'vsync_provider.h', | 110 'vsync_provider.h', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 ], | 297 ], |
297 }, | 298 }, |
298 'sources': [ | 299 'sources': [ |
299 'gl_mock.h', | 300 'gl_mock.h', |
300 'gl_mock.cc', | 301 'gl_mock.cc', |
301 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', | 302 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', |
302 ], | 303 ], |
303 }, | 304 }, |
304 ], | 305 ], |
305 } | 306 } |
OLD | NEW |