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

Unified Diff: components/login/BUILD.gn

Issue 928163002: Initial implementation of WebUI generator (WUG) toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 10 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/login.gypi ('k') | components/resources/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/login/BUILD.gn
diff --git a/components/login/BUILD.gn b/components/login/BUILD.gn
index be7525a831b2d22ac24d52b4a1dd94076598c252..26a28685f6cff5f9a182a6dcd60b8791f873618c 100644
--- a/components/login/BUILD.gn
+++ b/components/login/BUILD.gn
@@ -15,9 +15,12 @@ component("login") {
defines = [ "LOGIN_IMPLEMENTATION" ]
deps = [
- "//base",
"//ui/base",
]
+
+ public_deps = [
+ "//base",
+ ]
}
source_set("unit_tests") {
« no previous file with comments | « components/login.gypi ('k') | components/resources/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698