| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 274 'command_buffer/client/gpu_memory_buffer_mock.cc', |
| 275 'command_buffer/client/gpu_memory_buffer_mock.h', | 275 'command_buffer/client/gpu_memory_buffer_mock.h', |
| 276 'command_buffer/client/image_factory_mock.cc', | 276 'command_buffer/client/image_factory_mock.cc', |
| 277 'command_buffer/client/image_factory_mock.h', | 277 'command_buffer/client/image_factory_mock.h', |
| 278 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', | 278 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', |
| 279 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', | 279 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', |
| 280 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', | 280 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', |
| 281 'command_buffer/tests/gl_ext_color_buffer_half_float_unittest.cc', |
| 281 'command_buffer/tests/gl_depth_texture_unittest.cc', | 282 'command_buffer/tests/gl_depth_texture_unittest.cc', |
| 282 'command_buffer/tests/gl_gpu_memory_buffer_unittests.cc', | 283 'command_buffer/tests/gl_gpu_memory_buffer_unittests.cc', |
| 283 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', | 284 'command_buffer/tests/gl_lose_context_chromium_unittests.cc', |
| 284 'command_buffer/tests/gl_manager.cc', | 285 'command_buffer/tests/gl_manager.cc', |
| 285 'command_buffer/tests/gl_manager.h', | 286 'command_buffer/tests/gl_manager.h', |
| 286 'command_buffer/tests/gl_pointcoord_unittest.cc', | 287 'command_buffer/tests/gl_pointcoord_unittest.cc', |
| 287 'command_buffer/tests/gl_program_unittests.cc', | 288 'command_buffer/tests/gl_program_unittests.cc', |
| 288 'command_buffer/tests/gl_query_unittests.cc', | 289 'command_buffer/tests/gl_query_unittests.cc', |
| 289 'command_buffer/tests/gl_readback_unittests.cc', | 290 'command_buffer/tests/gl_readback_unittests.cc', |
| 290 'command_buffer/tests/gl_shared_resources_unittests.cc', | 291 'command_buffer/tests/gl_shared_resources_unittests.cc', |
| (...skipping 255 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)', | 547 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', |
| 547 }, | 548 }, |
| 548 'includes': [ | 549 'includes': [ |
| 549 '../build/apk_test.gypi', | 550 '../build/apk_test.gypi', |
| 550 ], | 551 ], |
| 551 }, | 552 }, |
| 552 ], | 553 ], |
| 553 }], | 554 }], |
| 554 ], | 555 ], |
| 555 } | 556 } |
| OLD | NEW |