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

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

Issue 1150083005: Add a Mojo interface for SkBitmap and appropriate type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment. Created 5 years, 7 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 | « skia/public/BUILD.gn ('k') | skia/public/interfaces/bitmap.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/device/usb/public/interfaces/BUILD.gn b/skia/public/interfaces/BUILD.gn
similarity index 85%
copy from device/usb/public/interfaces/BUILD.gn
copy to skia/public/interfaces/BUILD.gn
index 14b93625005689164e8e5335ecee5a916866ddf0..ea57c5032c69bab5af4ccc9dbedb3dea703ba328 100644
--- a/device/usb/public/interfaces/BUILD.gn
+++ b/skia/public/interfaces/BUILD.gn
@@ -6,7 +6,6 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "device.mojom",
- "device_manager.mojom",
+ "bitmap.mojom",
]
}
« no previous file with comments | « skia/public/BUILD.gn ('k') | skia/public/interfaces/bitmap.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698