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

Unified Diff: skia/BUILD.gn

Issue 2607603004: Remove PlatformCanvas::GetBitmapContext() (Closed)
Patch Set: Mac build fix 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 | « no previous file | skia/ext/bitmap_platform_device_mac.h » ('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 da4eb2e7a95f7048164ef60afadf261bebf6f5c9..d4d567207aba06b43c1d7026f8bf34446d044f40 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -203,9 +203,6 @@ component("skia") {
"ext/image_operations.cc",
"ext/opacity_filter_canvas.cc",
"ext/platform_device.cc",
- "ext/platform_device_linux.cc",
- "ext/platform_device_mac.cc",
- "ext/platform_device_win.cc",
"ext/recursive_gaussian_convolution.cc",
"ext/skia_histogram.cc",
"ext/skia_memory_dump_provider.cc",
@@ -420,7 +417,6 @@ component("skia") {
if (is_android) {
set_sources_assignment_filter([])
- sources += [ "ext/platform_device_linux.cc" ]
set_sources_assignment_filter(sources_assignment_filter)
deps += [
"//third_party/android_tools:cpu_features",
« no previous file with comments | « no previous file | skia/ext/bitmap_platform_device_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698