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

Unified Diff: build/secondary/testing/BUILD.gn

Issue 766573003: gn format //build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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 | « build/json_schema_api.gni ('k') | build/secondary/testing/gmock/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/secondary/testing/BUILD.gn
diff --git a/build/secondary/testing/BUILD.gn b/build/secondary/testing/BUILD.gn
index 2cafa68a281302c4e07352ce8fd1d63e4ee341dc..fc50637493a77acf10b4f0855e2a2331a11b8031 100644
--- a/build/secondary/testing/BUILD.gn
+++ b/build/secondary/testing/BUILD.gn
@@ -7,5 +7,7 @@ source_set("gmock_mutant") {
"gmock_mutant.h", # gMock helpers
]
- deps = [ "//base" ]
+ deps = [
+ "//base",
+ ]
}
« no previous file with comments | « build/json_schema_api.gni ('k') | build/secondary/testing/gmock/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698