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

Unified Diff: tools/gn/docs/cookbook.md

Issue 1151303006: clang/win: Make everything work in a GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nacl fix Created 5 years, 6 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 | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/cookbook.md
diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md
index 57df03c94b3c0bc5cb1521c7ff56bce144c3ed87..9e9d58b735a510cb9830dd7ec0043495ab6b2cf0 100644
--- a/tools/gn/docs/cookbook.md
+++ b/tools/gn/docs/cookbook.md
@@ -484,8 +484,8 @@ compiler/BUILD.gn: "/wd4018", # Comparing signed and unsigned values.
```
tells us that warning 4018 is already disabled globally from the
-`//build/config/compiler:default_warnings` config, and the same for
-4244. So ignore these.
+`default_warning_flags` variable in `//build/config/compiler`, and the same
+for 4244. So ignore these.
Always comment what the warning is. Use your favorite search engine and
type "vc warning 4267" to look it up. You'll end up with:
« no previous file with comments | « third_party/mesa/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698