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

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

Issue 2261253003: Add chrome/browser/extensions to "GN check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dumb typo Created 4 years, 4 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/safe_browsing_db/BUILD.gn ('k') | components/spellcheck/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/BUILD.gn
diff --git a/components/signin/core/browser/BUILD.gn b/components/signin/core/browser/BUILD.gn
index a0d760d2eae70e9c55d2607a1965f2b1709b4e9e..551626d572f87fdf471cc658202900c800c67a3d 100644
--- a/components/signin/core/browser/BUILD.gn
+++ b/components/signin/core/browser/BUILD.gn
@@ -74,6 +74,10 @@ static_library("browser") {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
+ public_deps = [
+ "//components/signin/core/account_id",
+ "//components/signin/core/common",
+ ]
deps = [
"//base",
"//base:i18n",
@@ -86,8 +90,6 @@ static_library("browser") {
"//components/os_crypt",
"//components/pref_registry",
"//components/prefs",
- "//components/signin/core/account_id",
- "//components/signin/core/common",
"//components/webdata/common",
"//crypto",
"//google_apis",
« no previous file with comments | « components/safe_browsing_db/BUILD.gn ('k') | components/spellcheck/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698