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

Side by Side Diff: cc/cc.gyp

Issue 127373002: Add cc:DrawQuad type for surfaces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update cc_messages_unittests Created 6 years, 11 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 | « no previous file | cc/output/gl_renderer.cc » ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'quads/render_pass.cc', 283 'quads/render_pass.cc',
284 'quads/render_pass.h', 284 'quads/render_pass.h',
285 'quads/render_pass_draw_quad.cc', 285 'quads/render_pass_draw_quad.cc',
286 'quads/render_pass_draw_quad.h', 286 'quads/render_pass_draw_quad.h',
287 'quads/shared_quad_state.cc', 287 'quads/shared_quad_state.cc',
288 'quads/shared_quad_state.h', 288 'quads/shared_quad_state.h',
289 'quads/solid_color_draw_quad.cc', 289 'quads/solid_color_draw_quad.cc',
290 'quads/solid_color_draw_quad.h', 290 'quads/solid_color_draw_quad.h',
291 'quads/stream_video_draw_quad.cc', 291 'quads/stream_video_draw_quad.cc',
292 'quads/stream_video_draw_quad.h', 292 'quads/stream_video_draw_quad.h',
293 'quads/surface_draw_quad.cc',
294 'quads/surface_draw_quad.h',
293 'quads/texture_draw_quad.cc', 295 'quads/texture_draw_quad.cc',
294 'quads/texture_draw_quad.h', 296 'quads/texture_draw_quad.h',
295 'quads/tile_draw_quad.cc', 297 'quads/tile_draw_quad.cc',
296 'quads/tile_draw_quad.h', 298 'quads/tile_draw_quad.h',
297 'quads/yuv_video_draw_quad.cc', 299 'quads/yuv_video_draw_quad.cc',
298 'quads/yuv_video_draw_quad.h', 300 'quads/yuv_video_draw_quad.h',
299 'resources/bitmap_content_layer_updater.cc', 301 'resources/bitmap_content_layer_updater.cc',
300 'resources/bitmap_content_layer_updater.h', 302 'resources/bitmap_content_layer_updater.h',
301 'resources/bitmap_skpicture_content_layer_updater.cc', 303 'resources/bitmap_skpicture_content_layer_updater.cc',
302 'resources/bitmap_skpicture_content_layer_updater.h', 304 'resources/bitmap_skpicture_content_layer_updater.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'trees/thread_proxy.cc', 439 'trees/thread_proxy.cc',
438 'trees/thread_proxy.h', 440 'trees/thread_proxy.h',
439 'trees/tree_synchronizer.cc', 441 'trees/tree_synchronizer.cc',
440 'trees/tree_synchronizer.h', 442 'trees/tree_synchronizer.h',
441 ], 443 ],
442 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 444 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
443 'msvs_disabled_warnings': [ 4267, ], 445 'msvs_disabled_warnings': [ 4267, ],
444 }, 446 },
445 ], 447 ],
446 } 448 }
OLDNEW
« no previous file with comments | « no previous file | cc/output/gl_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698