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

Side by Side Diff: cc/BUILD.gn

Issue 1990773002: cc: Remove IOSurfaceDrawQuad (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "proto/synced_property_conversions.cc", 320 "proto/synced_property_conversions.cc",
321 "proto/synced_property_conversions.h", 321 "proto/synced_property_conversions.h",
322 "quads/content_draw_quad_base.cc", 322 "quads/content_draw_quad_base.cc",
323 "quads/content_draw_quad_base.h", 323 "quads/content_draw_quad_base.h",
324 "quads/debug_border_draw_quad.cc", 324 "quads/debug_border_draw_quad.cc",
325 "quads/debug_border_draw_quad.h", 325 "quads/debug_border_draw_quad.h",
326 "quads/draw_polygon.cc", 326 "quads/draw_polygon.cc",
327 "quads/draw_polygon.h", 327 "quads/draw_polygon.h",
328 "quads/draw_quad.cc", 328 "quads/draw_quad.cc",
329 "quads/draw_quad.h", 329 "quads/draw_quad.h",
330 "quads/io_surface_draw_quad.cc",
331 "quads/io_surface_draw_quad.h",
332 "quads/largest_draw_quad.cc", 330 "quads/largest_draw_quad.cc",
333 "quads/largest_draw_quad.h", 331 "quads/largest_draw_quad.h",
334 "quads/picture_draw_quad.cc", 332 "quads/picture_draw_quad.cc",
335 "quads/picture_draw_quad.h", 333 "quads/picture_draw_quad.h",
336 "quads/render_pass.cc", 334 "quads/render_pass.cc",
337 "quads/render_pass.h", 335 "quads/render_pass.h",
338 "quads/render_pass_draw_quad.cc", 336 "quads/render_pass_draw_quad.cc",
339 "quads/render_pass_draw_quad.h", 337 "quads/render_pass_draw_quad.h",
340 "quads/render_pass_id.cc", 338 "quads/render_pass_id.cc",
341 "quads/render_pass_id.h", 339 "quads/render_pass_id.h",
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 "//ui/gfx/geometry", 1005 "//ui/gfx/geometry",
1008 "//ui/gl", 1006 "//ui/gl",
1009 "//ui/gl:test_support", 1007 "//ui/gl:test_support",
1010 ] 1008 ]
1011 1009
1012 # This target should not require the Chrome executable to run. 1010 # This target should not require the Chrome executable to run.
1013 assert_no_deps = [ "//chrome" ] 1011 assert_no_deps = [ "//chrome" ]
1014 } 1012 }
1015 # When adding support for isolates, please have a look at run-time dependencies 1013 # When adding support for isolates, please have a look at run-time dependencies
1016 # in the cc_unittests_run target in cc_tests.gyp. 1014 # in the cc_unittests_run target in cc_tests.gyp.
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