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

Unified Diff: third_party/WebKit/Source/modules/DEPS

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 new comments. Fixed build errors! Created 4 years, 8 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/modules/DEPS
diff --git a/third_party/WebKit/Source/modules/DEPS b/third_party/WebKit/Source/modules/DEPS
index c8e67bd7b684ce2aceb630523e8627c13c3b505a..e5ee5c1ff4d9e21c3dbe5973c6c7c9937600d071 100644
--- a/third_party/WebKit/Source/modules/DEPS
+++ b/third_party/WebKit/Source/modules/DEPS
@@ -7,4 +7,5 @@ include_rules = [
"+public/platform",
"+skia/ext",
"-web",
+ "+mojo/public",
haraken 2016/04/27 06:51:06 I'm curious why we need to add this dependency now
RaviKasibhatla 2016/04/27 14:33:49 The other place that I noticed mojo/public was inc
]

Powered by Google App Engine
This is Rietveld 408576698