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

Side by Side Diff: gpu/gpu.gyp

Issue 3150026: Fixes for the default texture.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc', 263 'command_buffer/service/gles2_cmd_decoder_unittest_base.cc',
264 'command_buffer/service/gles2_cmd_decoder_unittest.cc', 264 'command_buffer/service/gles2_cmd_decoder_unittest.cc',
265 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', 265 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc',
266 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h', 266 'command_buffer/service/gles2_cmd_decoder_unittest_1_autogen.h',
267 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc', 267 'command_buffer/service/gles2_cmd_decoder_unittest_2.cc',
268 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h', 268 'command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h',
269 'command_buffer/service/id_manager_unittest.cc', 269 'command_buffer/service/id_manager_unittest.cc',
270 'command_buffer/service/program_manager_unittest.cc', 270 'command_buffer/service/program_manager_unittest.cc',
271 'command_buffer/service/renderbuffer_manager_unittest.cc', 271 'command_buffer/service/renderbuffer_manager_unittest.cc',
272 'command_buffer/service/shader_manager_unittest.cc', 272 'command_buffer/service/shader_manager_unittest.cc',
273 'command_buffer/service/test_helper.h',
274 'command_buffer/service/test_helper.cc',
273 'command_buffer/service/texture_manager_unittest.cc', 275 'command_buffer/service/texture_manager_unittest.cc',
274 ], 276 ],
275 }, 277 },
276 { 278 {
277 'target_name': 'gles2_demo_lib', 279 'target_name': 'gles2_demo_lib',
278 'type': 'static_library', 280 'type': 'static_library',
279 'dependencies': [ 281 'dependencies': [
280 'command_buffer_client', 282 'command_buffer_client',
281 'gles2_lib', 283 'gles2_lib',
282 'gles2_c_lib', 284 'gles2_c_lib',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 }, 339 },
338 ], 340 ],
339 ], 341 ],
340 } 342 }
341 343
342 # Local Variables: 344 # Local Variables:
343 # tab-width:2 345 # tab-width:2
344 # indent-tabs-mode:nil 346 # indent-tabs-mode:nil
345 # End: 347 # End:
346 # vim: set expandtab tabstop=2 shiftwidth=2: 348 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698