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

Unified Diff: cc/BUILD.gn

Issue 1405883002: cc: Remove the base RasterSource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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.gyp » ('j') | cc/playback/display_list_raster_source.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 105004ae7e7cf1cf7014fa2914ae81a1db56bec2..01f32f8f81a8171df538943dc1182274db5ca1cb 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -307,9 +307,6 @@ component("cc") {
"playback/largest_display_item.cc",
"playback/largest_display_item.h",
"playback/position_image.h",
- "playback/raster_source.h",
- "playback/raster_source_helper.cc",
- "playback/raster_source_helper.h",
"playback/transform_display_item.cc",
"playback/transform_display_item.h",
"quads/content_draw_quad_base.cc",
@@ -880,7 +877,9 @@ test("cc_unittests") {
"//ui/gl:test_support",
]
- data_deps = [ "//third_party/mesa:osmesa" ]
+ data_deps = [
+ "//third_party/mesa:osmesa",
+ ]
}
test("cc_perftests") {
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/playback/display_list_raster_source.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698