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

Unified Diff: skia/public/BUILD.gn

Issue 1648533002: [mojo] Get rid of Skia type converters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native-arrays
Patch Set: fix ios gyp; proper pickle sizing Created 4 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: skia/public/BUILD.gn
diff --git a/skia/public/BUILD.gn b/skia/public/BUILD.gn
index bcc7a289dd85af9a26b51c87cb5b57de50926b8d..09f7f88efb03089c84921c9a9cbe88ffb9286571 100644
--- a/skia/public/BUILD.gn
+++ b/skia/public/BUILD.gn
@@ -3,11 +3,6 @@
# found in the LICENSE file.
source_set("public") {
- sources = [
- "type_converters.cc",
- "type_converters.h",
- ]
-
public_deps = [
"//skia/public/interfaces",
]

Powered by Google App Engine
This is Rietveld 408576698