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

Unified Diff: content/browser/BUILD.gn

Issue 2353283002: [TimeZoneMonitor] Decouple //content/browser/time_zone_monitor* to //device/. (Closed)
Patch Set: Do not set output_name in gn Created 4 years, 3 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
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »
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 4984e4d6fca1ca3e6058287b9a26630da87e25f4..c9992d5a1dd2121ae0004c676c4a129046b82e53 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -63,6 +63,7 @@ source_set("browser") {
"//device/geolocation",
"//device/geolocation/public/interfaces",
"//device/power_save_blocker",
+ "//device/time_zone_monitor",
"//device/vibration",
"//gin",
"//google_apis",
@@ -1292,14 +1293,6 @@ source_set("browser") {
"streams/stream_write_observer.h",
"theme_helper_mac.h",
"theme_helper_mac.mm",
- "time_zone_monitor.cc",
- "time_zone_monitor.h",
- "time_zone_monitor_android.cc",
- "time_zone_monitor_android.h",
- "time_zone_monitor_chromeos.cc",
- "time_zone_monitor_linux.cc",
- "time_zone_monitor_mac.mm",
- "time_zone_monitor_win.cc",
"tracing/background_tracing_config_impl.cc",
"tracing/background_tracing_config_impl.h",
"tracing/background_tracing_manager_impl.cc",
« no previous file with comments | « content/app/android/library_loader_hooks.cc ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698