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

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: Add in_memory_pref_store to prefs.gyp. 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') | components/prefs/in_memory_pref_store.h » ('J')
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 2475e7b4137b301ab0e98c9410498d2e8af2ae51..09d1635ef238be9c0b72b98e9d1b24eea9360e8d 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",
@@ -564,6 +562,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') | components/prefs/in_memory_pref_store.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698