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

Side by Side Diff: gpu/gpu.gyp

Issue 2164723003: Fix gpu mipmap support on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix indentation Created 4 years, 5 months 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
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 'build_angle_deqp_tests%': 0, 8 'build_angle_deqp_tests%': 0,
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'gles2_c_lib', 423 'gles2_c_lib',
424 #'gl_unittests', 424 #'gl_unittests',
425 ], 425 ],
426 'defines': [ 426 'defines': [
427 'GL_GLEXT_PROTOTYPES', 427 'GL_GLEXT_PROTOTYPES',
428 ], 428 ],
429 'sources': [ 429 'sources': [
430 # Note: sources list duplicated in GN build. 430 # Note: sources list duplicated in GN build.
431 'command_buffer/tests/compressed_texture_test.cc', 431 'command_buffer/tests/compressed_texture_test.cc',
432 'command_buffer/tests/es3_misc_functions_unittest.cc', 432 'command_buffer/tests/es3_misc_functions_unittest.cc',
433 'command_buffer/tests/gl_bgra_mipmap_unittest.cc',
433 'command_buffer/tests/gl_bind_uniform_location_unittest.cc', 434 'command_buffer/tests/gl_bind_uniform_location_unittest.cc',
434 'command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc' , 435 'command_buffer/tests/gl_chromium_framebuffer_mixed_samples_unittest.cc' ,
435 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc', 436 'command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc',
436 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc', 437 'command_buffer/tests/gl_chromium_path_rendering_unittest.cc',
437 'command_buffer/tests/gl_clear_framebuffer_unittest.cc', 438 'command_buffer/tests/gl_clear_framebuffer_unittest.cc',
438 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc', 439 'command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc',
439 'command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc', 440 'command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc',
440 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc', 441 'command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc',
441 'command_buffer/tests/gl_cube_map_texture_unittest.cc', 442 'command_buffer/tests/gl_cube_map_texture_unittest.cc',
442 'command_buffer/tests/gl_depth_texture_unittest.cc', 443 'command_buffer/tests/gl_depth_texture_unittest.cc',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 ], 1193 ],
1193 'sources': [ 1194 'sources': [
1194 'gpu_unittests_apk.isolate', 1195 'gpu_unittests_apk.isolate',
1195 ], 1196 ],
1196 }, 1197 },
1197 ], 1198 ],
1198 }, 1199 },
1199 ], 1200 ],
1200 ], 1201 ],
1201 } 1202 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698