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

Unified Diff: third_party/WebKit/Source/platform/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/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 830dbc5fd0a1c8834b7fbd03d41fd9819a6a5618..7c1d03ac10dff761ce8c254cbd73ddc81ab8eb91 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -339,6 +339,7 @@ component("platform") {
"//v8",
]
deps = [
+ "//content/common:mojo_bindings",
Yuki 2016/03/22 07:15:03 As you already knew, Blink shouldn't depend on con
RaviKasibhatla 2016/03/23 15:20:50 Done. My bad. I had added when the new location of
"//device/battery:mojo_bindings",
"//mojo/public/c/system:for_component",
"//third_party/WebKit/Source/platform/heap",

Powered by Google App Engine
This is Rietveld 408576698