| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'gl_implementation_x11.cc', | 88 'gl_implementation_x11.cc', |
| 89 'gl_osmesa_api_implementation.cc', | 89 'gl_osmesa_api_implementation.cc', |
| 90 'gl_osmesa_api_implementation.h', | 90 'gl_osmesa_api_implementation.h', |
| 91 'gl_share_group.cc', | 91 'gl_share_group.cc', |
| 92 'gl_share_group.h', | 92 'gl_share_group.h', |
| 93 'gl_state_restorer.cc', | 93 'gl_state_restorer.cc', |
| 94 'gl_state_restorer.h', | 94 'gl_state_restorer.h', |
| 95 'gl_surface.cc', | 95 'gl_surface.cc', |
| 96 'gl_surface.h', | 96 'gl_surface.h', |
| 97 'gl_surface_android.cc', | 97 'gl_surface_android.cc', |
| 98 'gl_surface_mac.cc', | |
| 99 'gl_surface_osmesa.cc', | 98 'gl_surface_osmesa.cc', |
| 100 'gl_surface_osmesa.h', | 99 'gl_surface_osmesa.h', |
| 101 'gl_surface_overlay.cc', | 100 'gl_surface_overlay.cc', |
| 102 'gl_surface_overlay.h', | 101 'gl_surface_overlay.h', |
| 103 'gl_surface_ozone.cc', | 102 'gl_surface_ozone.cc', |
| 103 'gl_surface_ozone.h', |
| 104 'gl_surface_stub.cc', | 104 'gl_surface_stub.cc', |
| 105 'gl_surface_stub.h', | 105 'gl_surface_stub.h', |
| 106 'gl_surface_win.cc', | 106 'gl_surface_win.cc', |
| 107 'gl_surface_x11.cc', | 107 'gl_surface_x11.cc', |
| 108 'gl_switches.cc', | 108 'gl_switches.cc', |
| 109 'gl_switches.h', | 109 'gl_switches.h', |
| 110 'gl_version_info.cc', | 110 'gl_version_info.cc', |
| 111 'gl_version_info.h', | 111 'gl_version_info.h', |
| 112 'gpu_switching_manager.cc', | 112 'gpu_switching_manager.cc', |
| 113 'gpu_switching_manager.h', | 113 'gpu_switching_manager.h', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 ['OS=="win"', { | 209 ['OS=="win"', { |
| 210 'sources': [ | 210 'sources': [ |
| 211 'angle_platform_impl.cc', | 211 'angle_platform_impl.cc', |
| 212 'angle_platform_impl.h', | 212 'angle_platform_impl.h', |
| 213 'gl_bindings_autogen_wgl.cc', | 213 'gl_bindings_autogen_wgl.cc', |
| 214 'gl_bindings_autogen_wgl.h', | 214 'gl_bindings_autogen_wgl.h', |
| 215 'gl_context_wgl.cc', | 215 'gl_context_wgl.cc', |
| 216 'gl_context_wgl.h', | 216 'gl_context_wgl.h', |
| 217 'gl_egl_api_implementation.cc', | 217 'gl_egl_api_implementation.cc', |
| 218 'gl_egl_api_implementation.h', | 218 'gl_egl_api_implementation.h', |
| 219 'gl_surface_osmesa_win.cc', |
| 220 'gl_surface_osmesa_win.h', |
| 219 'gl_surface_wgl.cc', | 221 'gl_surface_wgl.cc', |
| 220 'gl_surface_wgl.h', | 222 'gl_surface_wgl.h', |
| 221 'gl_wgl_api_implementation.cc', | 223 'gl_wgl_api_implementation.cc', |
| 222 'gl_wgl_api_implementation.h', | 224 'gl_wgl_api_implementation.h', |
| 223 'vsync_provider_win.cc', | 225 'vsync_provider_win.cc', |
| 224 'vsync_provider_win.h', | 226 'vsync_provider_win.h', |
| 225 ], | 227 ], |
| 226 'msvs_settings': { | 228 'msvs_settings': { |
| 227 'VCLinkerTool': { | 229 'VCLinkerTool': { |
| 228 'DelayLoadDLLs': [ | 230 'DelayLoadDLLs': [ |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 ], | 381 ], |
| 380 'variables': { | 382 'variables': { |
| 381 'jni_gen_package': 'ui/gl', | 383 'jni_gen_package': 'ui/gl', |
| 382 }, | 384 }, |
| 383 'includes': [ '../../build/jni_generator.gypi' ], | 385 'includes': [ '../../build/jni_generator.gypi' ], |
| 384 }, | 386 }, |
| 385 ], | 387 ], |
| 386 }], | 388 }], |
| 387 ], | 389 ], |
| 388 } | 390 } |
| OLD | NEW |