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

Unified Diff: third_party/WebKit/Source/modules/screen_orientation/BUILD.gn

Issue 2775483003: Use public Service Manager Connector API in Blink (Closed)
Patch Set: . Created 3 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/modules/screen_orientation/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
index 847d3fc0377e90893d988dc8ec11b536e24f1517..8ef956d0f742b0a99318f86e88d5fba775f68ead 100644
--- a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
@@ -20,6 +20,7 @@ blink_modules_sources("screen_orientation") {
deps = [
"//device/screen_orientation/public/interfaces:interfaces_blink",
"//services/device/public/interfaces:constants_blink",
+ "//services/service_manager/public/cpp",
"//third_party/WebKit/Source/platform",
]
}

Powered by Google App Engine
This is Rietveld 408576698