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

Unified Diff: build/config/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 | « BUILD.gn ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 93243a1fc70ed4cad878b14dc47abb6a467a9452..418e7c18ae0bf899e9e1fa64a7172a3550092b78 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -5,15 +5,11 @@
# Debug/release ----------------------------------------------------------------
config("debug") {
- defines = [
- "DEBUG",
- ]
+ defines = [ "DEBUG" ]
}
config("release") {
- defines = [
- "NDEBUG"
- ]
+ defines = [ "NDEBUG" ]
}
config("product") {
« no previous file with comments | « BUILD.gn ('k') | build/config/compiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698