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

Unified Diff: android_webview/native/BUILD.gn

Issue 2611883002: Prepare to call GMS APIs from WebView (Closed)
Patch Set: explicit destructor for style checker Created 3 years, 11 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: android_webview/native/BUILD.gn
diff --git a/android_webview/native/BUILD.gn b/android_webview/native/BUILD.gn
index 6eaba42da66056e6e3c5cc74e31f445814b34196..2b2d04e6e06d194fa489d1357dc0deeae7efda4e 100644
--- a/android_webview/native/BUILD.gn
+++ b/android_webview/native/BUILD.gn
@@ -68,8 +68,8 @@ source_set("native") {
"aw_locale_manager_impl.h",
"aw_media_url_interceptor.cc",
"aw_media_url_interceptor.h",
- "aw_metrics_switch.cc",
- "aw_metrics_switch.h",
+ "aw_metrics_service_client_impl.cc",
+ "aw_metrics_service_client_impl.h",
"aw_pdf_exporter.cc",
"aw_pdf_exporter.h",
"aw_picture.cc",

Powered by Google App Engine
This is Rietveld 408576698