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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Clean up comments, fix mac build Created 3 years, 11 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 27557791eba847124951792f47629fb81d3030e0..00cd1646ef1e2309bf87ac04c94317116dcee99f 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1011,12 +1011,18 @@ component("platform") {
"graphics/paint/GeometryMapper.h",
"graphics/paint/PaintArtifact.cpp",
"graphics/paint/PaintArtifact.h",
+ "graphics/paint/PaintCanvas.h",
"graphics/paint/PaintChunk.h",
"graphics/paint/PaintChunkProperties.h",
"graphics/paint/PaintChunker.cpp",
"graphics/paint/PaintChunker.h",
"graphics/paint/PaintController.cpp",
"graphics/paint/PaintController.h",
+ "graphics/paint/PaintFlags.h",
+ "graphics/paint/PaintRecord.h",
+ "graphics/paint/PaintRecorder.h",
+ "graphics/paint/PaintShader.h",
+ "graphics/paint/PaintSurface.h",
"graphics/paint/PropertyTreeState.cpp",
"graphics/paint/PropertyTreeState.h",
"graphics/paint/RasterInvalidationTracking.cpp",
@@ -1435,6 +1441,7 @@ component("platform") {
"//base",
"//cc",
"//cc/animation",
+ "//cc/paint",
danakj 2017/01/20 23:34:14 why public deps?
enne (OOO) 2017/01/24 01:51:28 Because it includes files from cc/paint? So if you
"//gpu/command_buffer/client:client",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_interface",

Powered by Google App Engine
This is Rietveld 408576698