| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'gl_surface_stub.cc', | 97 'gl_surface_stub.cc', |
| 98 'gl_surface_stub.h', | 98 'gl_surface_stub.h', |
| 99 'gl_surface_win.cc', | 99 'gl_surface_win.cc', |
| 100 'gl_surface_x11.cc', | 100 'gl_surface_x11.cc', |
| 101 'gl_surface_osmesa.cc', | 101 'gl_surface_osmesa.cc', |
| 102 'gl_surface_osmesa.h', | 102 'gl_surface_osmesa.h', |
| 103 'gl_switches.cc', | 103 'gl_switches.cc', |
| 104 'gl_switches.h', | 104 'gl_switches.h', |
| 105 'gpu_switching_manager.cc', | 105 'gpu_switching_manager.cc', |
| 106 'gpu_switching_manager.h', | 106 'gpu_switching_manager.h', |
| 107 'io_surface_support_mac.cc', |
| 108 'io_surface_support_mac.h', |
| 107 'scoped_binders.cc', | 109 'scoped_binders.cc', |
| 108 'scoped_binders.h', | 110 'scoped_binders.h', |
| 109 'scoped_make_current.cc', | 111 'scoped_make_current.cc', |
| 110 'scoped_make_current.h', | 112 'scoped_make_current.h', |
| 111 'vsync_provider.cc', | 113 'vsync_provider.cc', |
| 112 'vsync_provider.h', | 114 'vsync_provider.h', |
| 113 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', | 115 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', |
| 114 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', | 116 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', |
| 115 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', | 117 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', |
| 116 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', | 118 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 ], | 346 ], |
| 345 'variables': { | 347 'variables': { |
| 346 'jni_gen_package': 'ui/gl', | 348 'jni_gen_package': 'ui/gl', |
| 347 }, | 349 }, |
| 348 'includes': [ '../../build/jni_generator.gypi' ], | 350 'includes': [ '../../build/jni_generator.gypi' ], |
| 349 }, | 351 }, |
| 350 ], | 352 ], |
| 351 }], | 353 }], |
| 352 ], | 354 ], |
| 353 } | 355 } |
| OLD | NEW |