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

Unified Diff: components/history/core/browser/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 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
« no previous file with comments | « components/google/core/browser/BUILD.gn ('k') | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/BUILD.gn
diff --git a/components/history/core/browser/BUILD.gn b/components/history/core/browser/BUILD.gn
index 0d888399af52ad446ee07209315dabc273ec8460..3d038fd084c284da37310261983b792078336dc0 100644
--- a/components/history/core/browser/BUILD.gn
+++ b/components/history/core/browser/BUILD.gn
@@ -93,10 +93,10 @@ static_library("browser") {
deps = [
"//base",
"//base:i18n",
- "//base:prefs",
"//components/favicon_base",
"//components/history/core/common",
"//components/keyed_service/core",
+ "//components/prefs",
"//components/query_parser",
"//components/signin/core/browser",
"//components/sync_driver",
@@ -160,11 +160,11 @@ source_set("unit_tests") {
deps = [
":browser",
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
"//components/favicon_base",
"//components/history/core/common",
"//components/history/core/test",
+ "//components/prefs:test_support",
"//components/sync_driver:test_support",
"//sql",
"//sql:test_support",
« no previous file with comments | « components/google/core/browser/BUILD.gn ('k') | components/invalidation/impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698