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

Side by Side Diff: gpu/gpu.gyp

Issue 732423002: Update from chromium https://crrev.com/304586 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « gpu/config/gpu_driver_bug_workaround_type.h ('k') | mojo/tools/roll/cc_strip_video.patch » ('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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 ], 314 ],
315 'defines': [ 315 'defines': [
316 'GL_GLEXT_PROTOTYPES', 316 'GL_GLEXT_PROTOTYPES',
317 ], 317 ],
318 'sources': [ 318 'sources': [
319 # Note: sources list duplicated in GN build. 319 # Note: sources list duplicated in GN build.
320 'command_buffer/tests/compressed_texture_test.cc', 320 'command_buffer/tests/compressed_texture_test.cc',
321 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', 321 'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
322 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', 322 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
323 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', 323 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc',
324 'command_buffer/tests/gl_clear_framebuffer_unittest.cc',
324 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', 325 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
325 'command_buffer/tests/gl_depth_texture_unittest.cc', 326 'command_buffer/tests/gl_depth_texture_unittest.cc',
326 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc', 327 'command_buffer/tests/gl_gpu_memory_buffer_unittest.cc',
327 'command_buffer/tests/gl_lose_context_chromium_unittest.cc', 328 'command_buffer/tests/gl_lose_context_chromium_unittest.cc',
328 'command_buffer/tests/gl_manager.cc', 329 'command_buffer/tests/gl_manager.cc',
329 'command_buffer/tests/gl_manager.h', 330 'command_buffer/tests/gl_manager.h',
330 'command_buffer/tests/gl_pointcoord_unittest.cc', 331 'command_buffer/tests/gl_pointcoord_unittest.cc',
331 'command_buffer/tests/gl_program_unittest.cc', 332 'command_buffer/tests/gl_program_unittest.cc',
332 'command_buffer/tests/gl_query_unittest.cc', 333 'command_buffer/tests/gl_query_unittest.cc',
333 'command_buffer/tests/gl_readback_unittest.cc', 334 'command_buffer/tests/gl_readback_unittest.cc',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 ], 652 ],
652 'variables': { 653 'variables': {
653 'test_suite_name': 'gpu_unittests', 654 'test_suite_name': 'gpu_unittests',
654 }, 655 },
655 'includes': [ '../build/apk_test.gypi' ], 656 'includes': [ '../build/apk_test.gypi' ],
656 }, 657 },
657 ], 658 ],
658 }], 659 }],
659 ], 660 ],
660 } 661 }
OLDNEW
« no previous file with comments | « gpu/config/gpu_driver_bug_workaround_type.h ('k') | mojo/tools/roll/cc_strip_video.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698