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

Side by Side Diff: gpu/gpu.gyp

Issue 11275120: Virtual GL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « gpu/command_buffer_service.gypi ('k') | ui/gl/generate_bindings.py » ('j') | 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'command_buffer/tests/gl_query_unittests.cc', 250 'command_buffer/tests/gl_query_unittests.cc',
251 'command_buffer/tests/gl_manager.cc', 251 'command_buffer/tests/gl_manager.cc',
252 'command_buffer/tests/gl_manager.h', 252 'command_buffer/tests/gl_manager.h',
253 'command_buffer/tests/gl_pointcoord_unittest.cc', 253 'command_buffer/tests/gl_pointcoord_unittest.cc',
254 'command_buffer/tests/gl_program_unittests.cc', 254 'command_buffer/tests/gl_program_unittests.cc',
255 'command_buffer/tests/gl_tests_main.cc', 255 'command_buffer/tests/gl_tests_main.cc',
256 'command_buffer/tests/gl_test_utils.cc', 256 'command_buffer/tests/gl_test_utils.cc',
257 'command_buffer/tests/gl_test_utils.h', 257 'command_buffer/tests/gl_test_utils.h',
258 'command_buffer/tests/gl_texture_mailbox_unittests.cc', 258 'command_buffer/tests/gl_texture_mailbox_unittests.cc',
259 'command_buffer/tests/gl_unittests.cc', 259 'command_buffer/tests/gl_unittests.cc',
260 'command_buffer/tests/gl_virtual_contexts_unittests.cc',
260 'command_buffer/tests/occlusion_query_unittests.cc', 261 'command_buffer/tests/occlusion_query_unittests.cc',
261 ], 262 ],
262 }, 263 },
263 { 264 {
264 'target_name': 'gpu_unittest_utils', 265 'target_name': 'gpu_unittest_utils',
265 'type': 'static_library', 266 'type': 'static_library',
266 'dependencies': [ 267 'dependencies': [
267 '../testing/gmock.gyp:gmock', 268 '../testing/gmock.gyp:gmock',
268 '../testing/gtest.gyp:gtest', 269 '../testing/gtest.gyp:gtest',
269 '../ui/gl/gl.gyp:gl', 270 '../ui/gl/gl.gyp:gl',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'configurations': { 438 'configurations': {
438 'Common_Base': { 439 'Common_Base': {
439 'msvs_target_platform': 'x64', 440 'msvs_target_platform': 'x64',
440 }, 441 },
441 }, 442 },
442 }, 443 },
443 ], 444 ],
444 }], 445 }],
445 ], 446 ],
446 } 447 }
OLDNEW
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | ui/gl/generate_bindings.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698