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

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

Issue 2096763005: Provide StructTraits for a vector<SkBitmap> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 6 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
« no previous file with comments | « no previous file | skia/public/interfaces/bitmap_array.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/public/interfaces/BUILD.gn
diff --git a/skia/public/interfaces/BUILD.gn b/skia/public/interfaces/BUILD.gn
index 8a19498a5dc4b182ac0680cafdc9b6fd16475b5c..3ad2ab6d8a2ac4a456f2fd0990f6873117ee6c17 100644
--- a/skia/public/interfaces/BUILD.gn
+++ b/skia/public/interfaces/BUILD.gn
@@ -11,6 +11,15 @@ mojom("interfaces") {
]
}
+mojom("mojo") {
+ sources = [
+ "bitmap_array.mojom",
+ ]
+ public_deps = [
+ ":interfaces",
+ ]
+}
+
mojom("test_interfaces") {
testonly = true
sources = [
@@ -19,5 +28,6 @@ mojom("test_interfaces") {
public_deps = [
":interfaces",
+ ":mojo",
]
}
« no previous file with comments | « no previous file | skia/public/interfaces/bitmap_array.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698