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

Unified Diff: build/config/clang/BUILD.gn

Issue 265693003: Redo GN "args" command (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | third_party/wtl/BUILD.gn » ('j') | tools/gn/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/clang/BUILD.gn
diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn
index f96bc73142901b2db7bd5f0e14afb5482c7b41a2..00fb9e066c921d41acee743efaa4f5e7040570e3 100644
--- a/build/config/clang/BUILD.gn
+++ b/build/config/clang/BUILD.gn
@@ -32,7 +32,7 @@ config("find_bad_constructs") {
# compile with these so may want to remove this config.
config("extra_warnings") {
cflags = [
- "-Wheader-hygiene"
+ "-Wheader-hygiene",
# Warns when a const char[] is converted to bool.
"-Wstring-conversion",
« no previous file with comments | « no previous file | third_party/wtl/BUILD.gn » ('j') | tools/gn/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698