summaryrefslogtreecommitdiffstats
path: root/chromium/tools/cr/README
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/cr/README')
-rw-r--r--chromium/tools/cr/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/chromium/tools/cr/README b/chromium/tools/cr/README
deleted file mode 100644
index b5dafae6fac..00000000000
--- a/chromium/tools/cr/README
+++ /dev/null
@@ -1,14 +0,0 @@
-cr is a unified interface to dealing with output directories, and all the
-things you do with them.
-
-
-It offers the advantages of dealing with multiple output directories in a
-single client, and unifying the command lines needed to deal with the various
-flavours and targets.
-This means it will be very easy to build run and test multiple platforms in a
-single checkout.
-It also makes the commands more discoverable by being a single starting point
-with built in help.
-
-If you are using bash, source cr.sh and you will get the cr function in your
-shell, along with tab completion.