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

Side by Side Diff: cc/cc.gyp

Issue 404563005: Make RenderPass::Id an isolated class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more case in mojo Created 6 years, 4 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
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/append_quads_data.h » ('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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'quads/draw_quad.h', 317 'quads/draw_quad.h',
318 'quads/io_surface_draw_quad.cc', 318 'quads/io_surface_draw_quad.cc',
319 'quads/io_surface_draw_quad.h', 319 'quads/io_surface_draw_quad.h',
320 'quads/largest_draw_quad.h', 320 'quads/largest_draw_quad.h',
321 'quads/picture_draw_quad.cc', 321 'quads/picture_draw_quad.cc',
322 'quads/picture_draw_quad.h', 322 'quads/picture_draw_quad.h',
323 'quads/render_pass.cc', 323 'quads/render_pass.cc',
324 'quads/render_pass.h', 324 'quads/render_pass.h',
325 'quads/render_pass_draw_quad.cc', 325 'quads/render_pass_draw_quad.cc',
326 'quads/render_pass_draw_quad.h', 326 'quads/render_pass_draw_quad.h',
327 'quads/render_pass_id.cc',
328 'quads/render_pass_id.h',
327 'quads/shared_quad_state.cc', 329 'quads/shared_quad_state.cc',
328 'quads/shared_quad_state.h', 330 'quads/shared_quad_state.h',
329 'quads/solid_color_draw_quad.cc', 331 'quads/solid_color_draw_quad.cc',
330 'quads/solid_color_draw_quad.h', 332 'quads/solid_color_draw_quad.h',
331 'quads/stream_video_draw_quad.cc', 333 'quads/stream_video_draw_quad.cc',
332 'quads/stream_video_draw_quad.h', 334 'quads/stream_video_draw_quad.h',
333 'quads/surface_draw_quad.cc', 335 'quads/surface_draw_quad.cc',
334 'quads/surface_draw_quad.h', 336 'quads/surface_draw_quad.h',
335 'quads/texture_draw_quad.cc', 337 'quads/texture_draw_quad.cc',
336 'quads/texture_draw_quad.h', 338 'quads/texture_draw_quad.h',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'surfaces/surface_id_allocator.h', 524 'surfaces/surface_id_allocator.h',
523 'surfaces/surface_manager.cc', 525 'surfaces/surface_manager.cc',
524 'surfaces/surface_manager.h', 526 'surfaces/surface_manager.h',
525 'surfaces/surface_resource_holder.cc', 527 'surfaces/surface_resource_holder.cc',
526 'surfaces/surface_resource_holder.h', 528 'surfaces/surface_resource_holder.h',
527 'surfaces/surfaces_export.h', 529 'surfaces/surfaces_export.h',
528 ], 530 ],
529 }, 531 },
530 ], 532 ],
531 } 533 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/append_quads_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698