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

Unified Diff: tools/gn/command_refs.cc

Issue 1280123005: tools/gn: Remove includes of basictypes.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: tools/gn/command_refs.cc
diff --git a/tools/gn/command_refs.cc b/tools/gn/command_refs.cc
index a97e9a759b9a697aa64610329bc1e2ef709af89d..961e2102c8fa851be622f9a5faa3659d85a1934d 100644
--- a/tools/gn/command_refs.cc
+++ b/tools/gn/command_refs.cc
@@ -375,7 +375,7 @@ const char kRefs_Help[] =
" Display a reverse dependency tree to get to the given file. This\n"
" will show how dependencies will reference that file.\n"
"\n"
- " gn refs out/Debug //base/macros.h //base/basictypes.h --all\n"
+ " gn refs out/Debug //base/macros.h //base/at_exit.h --all\n"
" Display all unique targets with some dependency path to a target\n"
" containing either of the given files as a source.\n"
"\n"
« tools/gn/args.h ('K') | « tools/gn/c_include_iterator.h ('k') | tools/gn/config_values.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698