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

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

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Created 4 years, 2 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/time_zone_monitor/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/imagecapture/BUILD.gn b/third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn
similarity index 53%
copy from third_party/WebKit/Source/modules/imagecapture/BUILD.gn
copy to third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn
index dfed63fd4777098b94833b2d4d7d8da9fc320baf..055a15ac94940765bd0643e0bbf4858aec5eb711 100644
--- a/third_party/WebKit/Source/modules/imagecapture/BUILD.gn
+++ b/third_party/WebKit/Source/modules/time_zone_monitor/BUILD.gn
@@ -4,16 +4,15 @@
import("//third_party/WebKit/Source/modules/modules.gni")
-blink_modules_sources("imagecapture") {
+blink_modules_sources("time_zone_monitor") {
sources = [
- "ImageCapture.cpp",
- "ImageCapture.h",
- "MediaSettingsRange.h",
- "PhotoCapabilities.cpp",
- "PhotoCapabilities.h",
+ "TimeZoneMonitorClient.cpp",
+ "TimeZoneMonitorClient.h",
]
deps = [
- "//media/mojo/interfaces:image_capture_blink",
+ "//device/time_zone_monitor/public/interfaces",
+ "//mojo/public/cpp/bindings",
+ "//third_party/icu:icui18n",
]
}

Powered by Google App Engine
This is Rietveld 408576698