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

Unified Diff: third_party/stp/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 | « third_party/opus/BUILD.gn ('k') | third_party/widevine/cdm/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 553f41bc25e64308face02b44d1a0eaf2166465c..5463eec4d13591571d193855b147bb74b8810c93 100644
--- a/third_party/stp/BUILD.gn
+++ b/third_party/stp/BUILD.gn
@@ -368,7 +368,9 @@ 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/opus/BUILD.gn ('k') | third_party/widevine/cdm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698