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

Unified Diff: cc/BUILD.gn

Issue 941433002: cc: Remove unused PictureDrawQuad support from GLRenderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm-picturedrawquad: . Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/debug/debug_colors.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 01a3a6c7d006622c99affa41b986e8f2c916179e..f1e2e1398f32418830efdade62bfe3455cfc528c 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -806,6 +806,7 @@ if (!is_win || link_chrome_on_windows) {
"resources/picture_pile_impl_unittest.cc",
"resources/picture_pile_unittest.cc",
"resources/picture_unittest.cc",
+ "resources/platform_color_unittest.cc",
enne (OOO) 2015/02/18 22:32:27 What's with the platform color unittest? Is that f
danakj 2015/02/18 22:33:39 I added that to replace the GLRendererPixelTest I
"resources/prioritized_resource_unittest.cc",
"resources/resource_provider_unittest.cc",
"resources/resource_update_controller_unittest.cc",
@@ -832,7 +833,6 @@ if (!is_win || link_chrome_on_windows) {
"trees/layer_tree_host_pixeltest_blending.cc",
"trees/layer_tree_host_pixeltest_filters.cc",
"trees/layer_tree_host_pixeltest_masks.cc",
- "trees/layer_tree_host_pixeltest_on_demand_raster.cc",
"trees/layer_tree_host_pixeltest_readback.cc",
"trees/layer_tree_host_pixeltest_synchronous.cc",
"trees/layer_tree_host_unittest.cc",
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/debug/debug_colors.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698