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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 'gles2_implementation_client_side_arrays', | 264 'gles2_implementation_client_side_arrays', |
265 'gles2_cmd_helper', | 265 'gles2_cmd_helper', |
266 #'gl_unittests', | 266 #'gl_unittests', |
267 ], | 267 ], |
268 'defines': [ | 268 'defines': [ |
269 'GLES2_C_LIB_IMPLEMENTATION', | 269 'GLES2_C_LIB_IMPLEMENTATION', |
270 'GL_GLEXT_PROTOTYPES', | 270 'GL_GLEXT_PROTOTYPES', |
271 ], | 271 ], |
272 'sources': [ | 272 'sources': [ |
273 '<@(gles2_c_lib_source_files)', | 273 '<@(gles2_c_lib_source_files)', |
274 'command_buffer/client/gpu_memory_buffer_mock.cc', | |
275 'command_buffer/client/gpu_memory_buffer_mock.h', | |
276 'command_buffer/client/image_factory_mock.cc', | |
277 'command_buffer/client/image_factory_mock.h', | |
278 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', | 274 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', |
279 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', | 275 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |
280 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', | 276 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', |
281 'command_buffer/tests/gl_depth_texture_unittest.cc', | 277 'command_buffer/tests/gl_depth_texture_unittest.cc', |
282 'command_buffer/tests/gl_gpu_memory_buffer_unittests.cc', | 278 'command_buffer/tests/gl_gpu_memory_buffer_unittests.cc', |
283 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', | 279 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', |
284 'command_buffer/tests/gl_manager.cc', | 280 'command_buffer/tests/gl_manager.cc', |
285 'command_buffer/tests/gl_manager.h', | 281 'command_buffer/tests/gl_manager.h', |
286 'command_buffer/tests/gl_pointcoord_unittest.cc', | 282 'command_buffer/tests/gl_pointcoord_unittest.cc', |
287 'command_buffer/tests/gl_program_unittests.cc', | 283 'command_buffer/tests/gl_program_unittests.cc', |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', | 542 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', |
547 }, | 543 }, |
548 'includes': [ | 544 'includes': [ |
549 '../build/apk_test.gypi', | 545 '../build/apk_test.gypi', |
550 ], | 546 ], |
551 }, | 547 }, |
552 ], | 548 ], |
553 }], | 549 }], |
554 ], | 550 ], |
555 } | 551 } |
OLD | NEW |