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

Unified Diff: sandbox/win/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 | « sandbox/mac/BUILD.gn ('k') | sdch/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/BUILD.gn
diff --git a/sandbox/win/BUILD.gn b/sandbox/win/BUILD.gn
index 69e88d47ffa19ae8f44e4792d1ec6dd2d7a51277..cf30f79587469a66a80034302847d864d700f815 100644
--- a/sandbox/win/BUILD.gn
+++ b/sandbox/win/BUILD.gn
@@ -127,7 +127,7 @@ source_set("sandbox") {
"src/window.h",
]
- if (cpu_arch == "x64" ){
+ if (cpu_arch == "x64") {
sources += [
"src/interceptors_64.cc",
"src/interceptors_64.h",
@@ -169,7 +169,9 @@ if (cpu_arch == "x86") {
"wow_helper/wow_helper.exe",
"wow_helper/wow_helper.pdb",
]
- outputs = [ "$root_out_dir/{{source_file_part}}" ]
+ outputs = [
+ "$root_out_dir/{{source_file_part}}",
+ ]
}
}
« no previous file with comments | « sandbox/mac/BUILD.gn ('k') | sdch/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698