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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2892953006: WIP POC blob transport over mojo
Patch Set: pass mojo blobs over ipc Created 3 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 35ab5051a338aa1f57dc52e359c8e4cbb9d4dce0..3b9c899ffe89f7552bdeb07bc09491c9a05af1c7 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -517,6 +517,8 @@ component("platform") {
"bindings/WrapperCreationSecurityCheck.h",
"bindings/WrapperTypeInfo.cpp",
"bindings/WrapperTypeInfo.h",
+ "blob/BlobBytesProvider.cpp",
+ "blob/BlobBytesProvider.h",
"blob/BlobData.cpp",
"blob/BlobData.h",
"blob/BlobRegistry.cpp",
@@ -1570,6 +1572,7 @@ component("platform") {
"//services/service_manager/public/cpp",
"//third_party/WebKit/Source/platform/heap",
"//third_party/WebKit/Source/platform/loader",
+ "//third_party/WebKit/public:blob_mojo_bindings_blink",
"//third_party/WebKit/public:mojo_bindings_blink",
"//third_party/WebKit/public:offscreen_canvas_mojo_bindings_blink",
"//third_party/ced",
« no previous file with comments | « storage/browser/blob/blob_registry_impl.cc ('k') | third_party/WebKit/Source/platform/blob/BlobBytesProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698