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

Unified Diff: third_party/WebKit/public/blink.gyp

Issue 1808203005: [OnionSoup] Moving VR service from content to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to ToT again! Created 4 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/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index 68f5ecd4183a127e2191021303ae75cbdc45836e..7915d1ba3cffecc7e5b0cdecd2441a5af7c0e583 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -37,6 +37,7 @@
'platform/modules/geolocation/geolocation.mojom',
'platform/modules/imagecapture/image_capture.mojom',
'platform/modules/notifications/notification.mojom',
+ 'platform/modules/vr/vr_service.mojom',
'platform/modules/wake_lock/wake_lock_service.mojom',
],
'blink_android_mojo_sources': [
@@ -124,6 +125,7 @@
],
},
{
+ # GN version: //third_party/WebKit/public:mojo_bindings
'target_name': 'mojo_bindings',
'type': 'static_library',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698