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

Unified Diff: components/autofill/content/browser/BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase 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
« no previous file with comments | « components/autofill/content/DEPS ('k') | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/browser/BUILD.gn
diff --git a/components/autofill/content/browser/BUILD.gn b/components/autofill/content/browser/BUILD.gn
index 3b9290e1e6ec932d5d4f4faeb464fc67027e37f2..07e3fcb0a94faf67cc66aa6cfd80695275aced0e 100644
--- a/components/autofill/content/browser/BUILD.gn
+++ b/components/autofill/content/browser/BUILD.gn
@@ -37,7 +37,7 @@ static_library("browser") {
"//gpu/config",
"//mojo/common:common_base",
"//net",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//sql",
"//third_party/icu",
"//third_party/libphonenumber",
@@ -78,7 +78,7 @@ source_set("unit_tests") {
"//mojo/common:common_base",
"//net",
"//net:test_support",
- "//services/shell/public/cpp",
+ "//services/service_manager/public/cpp",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « components/autofill/content/DEPS ('k') | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698