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

Unified Diff: content/browser/BUILD.gn

Issue 2460723003: Enable connection to Mojo services from Blink (Closed)
Patch Set: Response to reviews Created 4 years 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
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/child/blink_platform_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 1872e6aa422957e442e89cf1c9bdd224e5db3939..4a2ccc0b7bd137694c43a40a73e97a767f0b2004 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -78,8 +78,6 @@ source_set("browser") {
"//device/power_save_blocker",
"//device/screen_orientation/public/interfaces",
"//device/sensors/public/cpp",
- "//device/time_zone_monitor",
- "//device/time_zone_monitor/public/interfaces",
"//device/vibration",
"//device/wake_lock",
"//gin",
@@ -108,7 +106,7 @@ source_set("browser") {
"//printing/features",
"//services/catalog/public/interfaces:constants",
"//services/device:lib",
- "//services/device/public/cpp",
+ "//services/device/public/interfaces",
"//services/file:lib",
"//services/file/public/interfaces",
"//services/service_manager",
« no previous file with comments | « no previous file | content/browser/DEPS » ('j') | content/child/blink_platform_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698