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

Unified Diff: docs/cr_user_manual.md

Issue 1322903002: [Docs] Update to latest content on the wiki (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
« no previous file with comments | « no previous file | docs/linux_eclipse_dev.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/cr_user_manual.md
diff --git a/docs/cr_user_manual.md b/docs/cr_user_manual.md
index 14bd6c49f89d742370d33e9e38154eb6f32be5c4..a2e3a6c7345f86ff86ee893e03bdc5a4f88c4559 100644
--- a/docs/cr_user_manual.md
+++ b/docs/cr_user_manual.md
@@ -1,10 +1,11 @@
# Cr
-Cr is the new unified interface to the myriad tools we use while working within
-a chromium checkout. Its main additional feature is that it allows you to build
-many configurations and run targets within a single checkout (by not relying on
-a directory called 'out'). This is especially important when you want to
-cross-compile (for instance, building android from linux or building arm from
+Cr is a tool that tries to hide some of the tools used for working on Chromium
+behind an abstraction layer. Nothing that cr does can't be done manually, but cr
+attempts to make things nicer. Its main additional feature is that it allows you
+to build many configurations and run targets within a single checkout (by not
+relying on a directory called 'out'). This is especially important when you want
+to cross-compile (for instance, building android from linux or building arm from
intel), but it extends to any build variation.
[TOC]
« no previous file with comments | « no previous file | docs/linux_eclipse_dev.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698