Add script to depot_tools to push html directory to gs bucket.

R=agable@chromium.org
BUG=

Review URL: https://codereview.chromium.org/246813003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@266590 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/docs/push_to_gs.sh b/docs/push_to_gs.sh
new file mode 100755
index 0000000..7c64049
--- /dev/null
+++ b/docs/push_to_gs.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+MY_DIR=$(dirname "$(readlink "$0")")
+gsutil cp -r -z html -a public-read  "$MY_DIR/html" gs://chrome-infra-docs/flat/depot_tools/docs/html