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

Unified Diff: android_webview/BUILD.gn

Issue 1881253003: Create a PrefStore in support of Blimp metrics collection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix conflict with ptr migration work. Created 4 years, 8 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 | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 1ed4de12da92575398704bda4f332c40b79d40ed..b102d93331d5f54e6efa010b0e624f50204ad941 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -423,8 +423,6 @@ source_set("common") {
"browser/aw_metrics_service_client.h",
"browser/aw_permission_manager.cc",
"browser/aw_permission_manager.h",
- "browser/aw_pref_store.cc",
- "browser/aw_pref_store.h",
"browser/aw_print_manager.cc",
"browser/aw_print_manager.h",
"browser/aw_printing_message_filter.cc",
@@ -566,6 +564,7 @@ source_set("common") {
"//components/metrics:profiler",
"//components/metrics:ui",
"//components/navigation_interception",
+ "//components/prefs",
"//components/printing/browser",
"//components/printing/common",
"//components/printing/renderer",
« no previous file with comments | « no previous file | android_webview/android_webview.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698