Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Side by Side Diff: gpu/gpu.gyp

Issue 93283002: Add GLES2Interface version of TWGC3D Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/test/test_web_graphics_context_3d.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « cc/test/test_web_graphics_context_3d.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698