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

Unified Diff: third_party/stp/BUILD.gn

Issue 779473002: gn format //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « third_party/sqlite/BUILD.gn ('k') | third_party/usrsctp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/stp/BUILD.gn
diff --git a/third_party/stp/BUILD.gn b/third_party/stp/BUILD.gn
index 22e40f3b8b49f147243053a89cf36f168bca320c..553f41bc25e64308face02b44d1a0eaf2166465c 100644
--- a/third_party/stp/BUILD.gn
+++ b/third_party/stp/BUILD.gn
@@ -30,15 +30,11 @@ config("stp_config") {
"-Wno-unused-function",
"-Wno-unused-private-field",
]
- cflags_cc = [
- "-fexceptions",
- ]
+ cflags_cc = [ "-fexceptions" ]
}
config("stp_public_config") {
- include_dirs = [
- "src/include",
- ]
+ include_dirs = [ "src/include" ]
}
component("stp") {
@@ -372,9 +368,7 @@ action_foreach("generate_lexer") {
"src/lib/Parser/smt.lex",
"src/lib/Parser/smt2.lex",
]
- outputs = [
- "{{source_gen_dir}}/lex{{source_name_part}}.cpp",
- ]
+ outputs = [ "{{source_gen_dir}}/lex{{source_name_part}}.cpp" ]
args = [
"{{source}}",
"{{source_name_part}}",
« no previous file with comments | « third_party/sqlite/BUILD.gn ('k') | third_party/usrsctp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698