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

Unified Diff: tools/json_schema_compiler/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net 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 | « tools/gn/example/build/toolchain/BUILD.gn ('k') | tools/json_to_struct/json_to_struct.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/json_schema_compiler/BUILD.gn
diff --git a/tools/json_schema_compiler/BUILD.gn b/tools/json_schema_compiler/BUILD.gn
index 2d7c183807d7ca129b8bf71b94ffac9ef123eb74..f92f937cce915b5a0208cf03ca9ca9c398a1b55a 100644
--- a/tools/json_schema_compiler/BUILD.gn
+++ b/tools/json_schema_compiler/BUILD.gn
@@ -6,8 +6,9 @@
source_set("generated_api_util") {
sources = [
"util.cc",
- "util.h"
+ "util.h",
+ ]
+ deps = [
+ "//base",
]
- deps = [ "//base" ]
}
-
« no previous file with comments | « tools/gn/example/build/toolchain/BUILD.gn ('k') | tools/json_to_struct/json_to_struct.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698