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

Unified Diff: skia/BUILD.gn

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 years 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 | « printing/pdf_metafile_skia.cc ('k') | skia/ext/bitmap_platform_device_cairo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index b239fa059185ccde858e58031906a53943b44efa..3c386ac8324f3f7de6c898bebeb01aaa80559fc4 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -208,6 +208,24 @@ component("skia") {
"ext/SkMemory_new_handler.cpp",
"ext/analysis_canvas.cc",
"ext/benchmarking_canvas.cc",
+ "ext/cdl_canvas.cc",
+ "ext/cdl_canvas.h",
+ "ext/cdl_common.h",
+ "ext/cdl_no_draw_canvas.h",
+ "ext/cdl_paint.cc",
+ "ext/cdl_paint.h",
+ "ext/cdl_picture.cc",
+ "ext/cdl_picture.h",
+ "ext/cdl_picture_buffer.cc",
+ "ext/cdl_picture_buffer.h",
+ "ext/cdl_picture_recorder.cc",
+ "ext/cdl_picture_recorder.h",
+ "ext/cdl_picture_recording_canvas.cc",
+ "ext/cdl_picture_recording_canvas.h",
+ "ext/cdl_shader.cc",
+ "ext/cdl_shader.h",
+ "ext/cdl_surface.cc",
+ "ext/cdl_surface.h",
"ext/convolver.cc",
"ext/event_tracer_impl.cc",
"ext/fontmgr_default_linux.cc",
« no previous file with comments | « printing/pdf_metafile_skia.cc ('k') | skia/ext/bitmap_platform_device_cairo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698