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

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: Fix messages unittest 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') | content/common/cc_messages_unittest.cc » ('J')
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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 "//ui/gfx/geometry", 1001 "//ui/gfx/geometry",
1004 "//ui/gl", 1002 "//ui/gl",
1005 "//ui/gl:test_support", 1003 "//ui/gl:test_support",
1006 ] 1004 ]
1007 1005
1008 # This target should not require the Chrome executable to run. 1006 # This target should not require the Chrome executable to run.
1009 assert_no_deps = [ "//chrome" ] 1007 assert_no_deps = [ "//chrome" ]
1010 } 1008 }
1011 # When adding support for isolates, please have a look at run-time dependencies 1009 # When adding support for isolates, please have a look at run-time dependencies
1012 # in the cc_unittests_run target in cc_tests.gyp. 1010 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | content/common/cc_messages_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698