| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 'msvs_disabled_warnings': [ 4267, ], | 332 'msvs_disabled_warnings': [ 4267, ], |
| 333 }, | 333 }, |
| 334 { | 334 { |
| 335 'target_name': 'gpu_unittest_utils', | 335 'target_name': 'gpu_unittest_utils', |
| 336 'type': 'static_library', | 336 'type': 'static_library', |
| 337 'dependencies': [ | 337 'dependencies': [ |
| 338 '../testing/gmock.gyp:gmock', | 338 '../testing/gmock.gyp:gmock', |
| 339 '../testing/gtest.gyp:gtest', | 339 '../testing/gtest.gyp:gtest', |
| 340 '../third_party/khronos/khronos.gyp:khronos_headers', | 340 '../third_party/khronos/khronos.gyp:khronos_headers', |
| 341 '../ui/gl/gl.gyp:gl_unittest_utils', | 341 '../ui/gl/gl.gyp:gl_unittest_utils', |
| 342 'gles2_implementation', |
| 342 'gpu', | 343 'gpu', |
| 343 ], | 344 ], |
| 344 'include_dirs': [ | 345 'include_dirs': [ |
| 345 '..', | 346 '..', |
| 346 ], | 347 ], |
| 347 'sources': [ | 348 'sources': [ |
| 348 'command_buffer/service/gles2_cmd_decoder_mock.cc', | 349 'command_buffer/service/gles2_cmd_decoder_mock.cc', |
| 349 'command_buffer/service/error_state_mock.cc', | 350 'command_buffer/service/error_state_mock.cc', |
| 350 'command_buffer/client/gles2_interface_stub.cc', | 351 'command_buffer/client/gles2_interface_stub.cc', |
| 351 'command_buffer/client/gles2_interface_stub.h', | 352 'command_buffer/client/gles2_interface_stub.h', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 570 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', | 571 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', |
| 571 }, | 572 }, |
| 572 'includes': [ | 573 'includes': [ |
| 573 '../build/apk_test.gypi', | 574 '../build/apk_test.gypi', |
| 574 ], | 575 ], |
| 575 }, | 576 }, |
| 576 ], | 577 ], |
| 577 }], | 578 }], |
| 578 ], | 579 ], |
| 579 } | 580 } |
| OLD | NEW |