diff options
author | mangini@chromium.org <mangini@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-12 09:34:33 +0000 |
---|---|---|
committer | mangini@chromium.org <mangini@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-12 09:34:33 +0000 |
commit | 2507e4432bb790530b89985da9cd2bf922477cf3 (patch) | |
tree | 81597fe24343169df57d38a8114b37bb221f9299 /.gitignore | |
parent | 2723b3c86c180adb9220dba512b14ac6856df811 (diff) | |
download | chromium_src-2507e4432bb790530b89985da9cd2bf922477cf3.zip chromium_src-2507e4432bb790530b89985da9cd2bf922477cf3.tar.gz chromium_src-2507e4432bb790530b89985da9cd2bf922477cf3.tar.bz2 |
Add Google Cloud Storage support to the documentation AppEngine server using Cloud Storage official Python client library.
With this CL, URL paths can be directly mapped to Cloud Storage buckets (http://developer.chrome.com/path/... -> gs://bucket/...) using content_storage.json configuration file.
open-source-thrid-party-reviews@ team: this CL adds a third-party library to Chromium repo. The library will be used only in the documentation server and it is the official Google library to access Google Cloud Storage from a Google AppEngine application (docs server).
BUG=338007
Review URL: https://codereview.chromium.org/139303023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -220,6 +220,7 @@ v8.log /third_party/gles2_conform /third_party/gnu_binutils/ /third_party/gold +/third_party/google_appengine_cloudstorage /third_party/google_toolbox_for_mac/src /third_party/googlemac /third_party/gperf |