| 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', | |
| 101 'gpu_switching_manager.cc', | 100 'gpu_switching_manager.cc', |
| 102 'gpu_switching_manager.h', | 101 'gpu_switching_manager.h', |
| 103 'safe_shared_memory_pool.h', | 102 'safe_shared_memory_pool.h', |
| 104 'safe_shared_memory_pool.cc', | 103 'safe_shared_memory_pool.cc', |
| 105 'scoped_make_current.cc', | 104 'scoped_make_current.cc', |
| 106 'scoped_make_current.h', | 105 'scoped_make_current.h', |
| 107 'gl_state_restorer.cc', | 106 'gl_state_restorer.cc', |
| 108 'gl_state_restorer.h', | 107 'gl_state_restorer.h', |
| 109 'vsync_provider.cc', | 108 'vsync_provider.cc', |
| 110 'vsync_provider.h', | 109 'vsync_provider.h', |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 ], | 298 ], |
| 300 }, | 299 }, |
| 301 'sources': [ | 300 'sources': [ |
| 302 'gl_mock.h', | 301 'gl_mock.h', |
| 303 'gl_mock.cc', | 302 'gl_mock.cc', |
| 304 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', | 303 '<(gl_binding_output_dir)/gl_mock_autogen_gl.h', |
| 305 ], | 304 ], |
| 306 }, | 305 }, |
| 307 ], | 306 ], |
| 308 } | 307 } |
| OLD | NEW |