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

Unified Diff: sdch/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/win/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/BUILD.gn
diff --git a/sdch/BUILD.gn b/sdch/BUILD.gn
index 727fb497712a3dfad9efbed989158701c1978a11..fb23be7390191cd194ba95b09167a63151096486 100644
--- a/sdch/BUILD.gn
+++ b/sdch/BUILD.gn
@@ -82,10 +82,14 @@ static_library("sdch") {
# logging.h from being used).
if (is_win) {
cflags = [
- "/FI", "sdch/logging_forward.h",
+ "/FI",
+ "sdch/logging_forward.h",
]
} else {
logging_file = rebase_path("logging_forward.h", root_build_dir)
- cflags = [ "-include", logging_file ]
+ cflags = [
+ "-include",
+ logging_file,
+ ]
}
}
« no previous file with comments | « sandbox/win/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698