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

Unified Diff: components/login/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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/invalidation/BUILD.gn ('k') | components/metrics/BUILD.gn » ('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 d44ea691fbedd6d9b8d81704a2591ebd4ced05f3..e5c4d05bb2917eebe3b67147004e05a0d40b15ed 100644
--- a/components/login/BUILD.gn
+++ b/components/login/BUILD.gn
@@ -10,9 +10,7 @@ component("login") {
"screens/screen_context.h",
]
- defines = [
- "LOGIN_IMPLEMENTATION"
- ]
+ defines = [ "LOGIN_IMPLEMENTATION" ]
deps = [
"//base",
@@ -21,7 +19,9 @@ component("login") {
source_set("unit_tests") {
testonly = true
- sources = ["screens/screen_context_unittest.cc"]
+ sources = [
+ "screens/screen_context_unittest.cc",
+ ]
deps = [
":login",
« no previous file with comments | « components/invalidation/BUILD.gn ('k') | components/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698