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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked as per comments! Created 4 years, 9 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/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 2576634a35a308bd1fb9c19d4c580d18726c50a1..f4a584429b17af8b069b9b9d4f670f97b8cac27d 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -175,8 +175,10 @@ grit("image_resources") {
]
}
+# GYP version: WebKit/public/blink.gyp:mojo_bindings
mojom("mojo_bindings") {
sources = [
"platform/modules/bluetooth/web_bluetooth.mojom",
+ "platform/modules/vr/vr_service.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698