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

Unified Diff: skia/public/interfaces/BUILD.gn

Issue 2850733003: Remove BitmapArray. (Closed)
Patch Set: Remove more headers. Created 3 years, 8 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/interfaces/BUILD.gn
diff --git a/skia/public/interfaces/BUILD.gn b/skia/public/interfaces/BUILD.gn
index 64dc3c2635a013aefffbe6eaa709b623131e3485..3b935a21c6f219c8aa3a796b3ceec4c085286f33 100644
--- a/skia/public/interfaces/BUILD.gn
+++ b/skia/public/interfaces/BUILD.gn
@@ -11,15 +11,6 @@ mojom("interfaces") {
]
}
-mojom("mojo") {
- sources = [
- "bitmap_array.mojom",
- ]
- public_deps = [
- ":interfaces",
- ]
-}
-
mojom("test_interfaces") {
testonly = true
sources = [
@@ -28,7 +19,6 @@ mojom("test_interfaces") {
public_deps = [
":interfaces",
- ":mojo",
]
}
« no previous file with comments | « services/ui/public/interfaces/cursor/cursor_struct_traits_unittest.cc ('k') | skia/public/interfaces/bitmap_array.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698