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

Side by Side Diff: cc/BUILD.gn

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 | « no previous file | cc/cc.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "quads/draw_quad.h", 289 "quads/draw_quad.h",
290 "quads/io_surface_draw_quad.cc", 290 "quads/io_surface_draw_quad.cc",
291 "quads/io_surface_draw_quad.h", 291 "quads/io_surface_draw_quad.h",
292 "quads/largest_draw_quad.h", 292 "quads/largest_draw_quad.h",
293 "quads/picture_draw_quad.cc", 293 "quads/picture_draw_quad.cc",
294 "quads/picture_draw_quad.h", 294 "quads/picture_draw_quad.h",
295 "quads/render_pass.cc", 295 "quads/render_pass.cc",
296 "quads/render_pass.h", 296 "quads/render_pass.h",
297 "quads/render_pass_draw_quad.cc", 297 "quads/render_pass_draw_quad.cc",
298 "quads/render_pass_draw_quad.h", 298 "quads/render_pass_draw_quad.h",
299 "quads/render_pass_id.cc",
300 "quads/render_pass_id.h",
299 "quads/shared_quad_state.cc", 301 "quads/shared_quad_state.cc",
300 "quads/shared_quad_state.h", 302 "quads/shared_quad_state.h",
301 "quads/solid_color_draw_quad.cc", 303 "quads/solid_color_draw_quad.cc",
302 "quads/solid_color_draw_quad.h", 304 "quads/solid_color_draw_quad.h",
303 "quads/stream_video_draw_quad.cc", 305 "quads/stream_video_draw_quad.cc",
304 "quads/stream_video_draw_quad.h", 306 "quads/stream_video_draw_quad.h",
305 "quads/surface_draw_quad.cc", 307 "quads/surface_draw_quad.cc",
306 "quads/surface_draw_quad.h", 308 "quads/surface_draw_quad.h",
307 "quads/texture_draw_quad.cc", 309 "quads/texture_draw_quad.cc",
308 "quads/texture_draw_quad.h", 310 "quads/texture_draw_quad.h",
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "//gpu/command_buffer/common:gles2_utils", 799 "//gpu/command_buffer/common:gles2_utils",
798 "//media", 800 "//media",
799 "//skia", 801 "//skia",
800 "//testing/gmock", 802 "//testing/gmock",
801 "//testing/gtest", 803 "//testing/gtest",
802 "//testing/perf", 804 "//testing/perf",
803 "//ui/gfx", 805 "//ui/gfx",
804 "//ui/gfx/geometry", 806 "//ui/gfx/geometry",
805 ] 807 ]
806 } 808 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698