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

Unified Diff: tools/ipc_fuzzer/message_tools/message_list.cc

Issue 1025483002: Restructure the ipc_fuzzer directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move more files around Created 5 years, 9 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 | « tools/ipc_fuzzer/message_tools/ipclist.gyp ('k') | tools/ipc_fuzzer/message_tools/message_tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_tools/message_list.cc
diff --git a/tools/ipc_fuzzer/ipclist/ipclist.cc b/tools/ipc_fuzzer/message_tools/message_list.cc
similarity index 98%
rename from tools/ipc_fuzzer/ipclist/ipclist.cc
rename to tools/ipc_fuzzer/message_tools/message_list.cc
index 6e533a2aa39818d5e3ae5008935e3c8c36390d2b..c7b30ab39980fbc39ba8f4541b2a1ac8b7cb3ccb 100644
--- a/tools/ipc_fuzzer/ipclist/ipclist.cc
+++ b/tools/ipc_fuzzer/message_tools/message_list.cc
@@ -176,8 +176,8 @@ int main(int argc, char **argv) {
skip_check = true;
} else {
std::cout <<
- "usage: ipclist [--args] [--ids] [--no-check] [--filter prefix] "
- "[--comma]\n";
+ "usage: ipc_message_list [--args] [--ids] [--no-check] "
+ "[--filter prefix] [--comma]\n";
return 1;
}
}
« no previous file with comments | « tools/ipc_fuzzer/message_tools/ipclist.gyp ('k') | tools/ipc_fuzzer/message_tools/message_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698