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

Unified Diff: runtime/bin/zlib/BUILD.gn

Issue 2451613005: Format GN files and add a presubmit check that GN is properly formatted (Closed)
Patch Set: Fix gn args Created 4 years, 2 months 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 | « runtime/bin/BUILD.gn ('k') | runtime/observatory/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/zlib/BUILD.gn
diff --git a/runtime/bin/zlib/BUILD.gn b/runtime/bin/zlib/BUILD.gn
index ad78238347cdf2b3b933525d53fb86089d68dd1d..8950ae18a2f5812e097dbaf2faf1b1d2e8e7954d 100644
--- a/runtime/bin/zlib/BUILD.gn
+++ b/runtime/bin/zlib/BUILD.gn
@@ -49,8 +49,6 @@ static_library("zlib") {
all_dependent_configs = [ ":zlib_config" ]
if (is_clang) {
- cflags = [
- "-Wno-shift-negative-value",
- ]
+ cflags = [ "-Wno-shift-negative-value" ]
}
}
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/observatory/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698