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 'nacl_win64_target': 0, | 7 'nacl_win64_target': 0, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'gpu_common.gypi', | 10 'gpu_common.gypi', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 'GLES2_C_LIB_IMPLEMENTATION', | 229 'GLES2_C_LIB_IMPLEMENTATION', |
230 'GL_GLEXT_PROTOTYPES', | 230 'GL_GLEXT_PROTOTYPES', |
231 ], | 231 ], |
232 'sources': [ | 232 'sources': [ |
233 '<@(gles2_c_lib_source_files)', | 233 '<@(gles2_c_lib_source_files)', |
234 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', | 234 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', |
235 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', | 235 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |
236 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', | 236 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', |
237 'command_buffer/tests/gl_depth_texture_unittest.cc', | 237 'command_buffer/tests/gl_depth_texture_unittest.cc', |
238 'command_buffer/tests/gl_query_unittests.cc', | 238 'command_buffer/tests/gl_query_unittests.cc', |
| 239 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', |
239 'command_buffer/tests/gl_manager.cc', | 240 'command_buffer/tests/gl_manager.cc', |
240 'command_buffer/tests/gl_manager.h', | 241 'command_buffer/tests/gl_manager.h', |
241 'command_buffer/tests/gl_pointcoord_unittest.cc', | 242 'command_buffer/tests/gl_pointcoord_unittest.cc', |
242 'command_buffer/tests/gl_program_unittests.cc', | 243 'command_buffer/tests/gl_program_unittests.cc', |
243 'command_buffer/tests/gl_shared_resources_unittests.cc', | 244 'command_buffer/tests/gl_shared_resources_unittests.cc', |
244 'command_buffer/tests/gl_tests_main.cc', | 245 'command_buffer/tests/gl_tests_main.cc', |
245 'command_buffer/tests/gl_test_utils.cc', | 246 'command_buffer/tests/gl_test_utils.cc', |
246 'command_buffer/tests/gl_test_utils.h', | 247 'command_buffer/tests/gl_test_utils.h', |
247 'command_buffer/tests/gl_texture_mailbox_unittests.cc', | 248 'command_buffer/tests/gl_texture_mailbox_unittests.cc', |
248 'command_buffer/tests/gl_texture_storage_unittests.cc', | 249 'command_buffer/tests/gl_texture_storage_unittests.cc', |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'configurations': { | 427 'configurations': { |
427 'Common_Base': { | 428 'Common_Base': { |
428 'msvs_target_platform': 'x64', | 429 'msvs_target_platform': 'x64', |
429 }, | 430 }, |
430 }, | 431 }, |
431 }, | 432 }, |
432 ], | 433 ], |
433 }], | 434 }], |
434 ], | 435 ], |
435 } | 436 } |
OLD | NEW |