From 14a98f076505087f964998e02cac94dba3309902 Mon Sep 17 00:00:00 2001 From: "davidjames@chromium.org" Date: Mon, 17 Dec 2012 18:20:02 +0000 Subject: [PATCH] Add cros wrapper to depot_tools. The cros wrapper in depot_tools is a centralized wrapper for all cros commands. Adding this to depot_tools allows developers to run the 'cros' tool from anywhere inside a Chrome OS checkout. BUG=none TEST=Verify the cros wrapper works. Review URL: https://chromiumcodereview.appspot.com/11600002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@173491 0039d316-1c4b-4281-b951-d872f2087c98 --- cros | 1 + 1 file changed, 1 insertion(+) create mode 120000 cros diff --git a/cros b/cros new file mode 120000 index 000000000..3a4369de9 --- /dev/null +++ b/cros @@ -0,0 +1 @@ +support/chromite_wrapper \ No newline at end of file