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

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: penalty fixes 2 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 12caf6ae019bc6033476920770435db06302c14d..9c23b7cf73bd90f47b1c63cca300151b72554fa1 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