 Chromium Code Reviews
 Chromium Code Reviews Issue 1808203005:
  [OnionSoup] Moving VR service from content to Blink  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1808203005:
  [OnionSoup] Moving VR service from content to Blink  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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
 | 
| ] |