diff options
author | agable@chromium.org <agable@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 09:28:10 +0000 |
---|---|---|
committer | agable@chromium.org <agable@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 09:28:10 +0000 |
commit | 893f61d19a613db684e6267893e08964256a08a4 (patch) | |
tree | b03330e322f96213d7626d683046bb8622088820 /.gitignore | |
parent | dd6ee450f95406f6d033dbe716229078adfc000b (diff) | |
download | chromium_src-893f61d19a613db684e6267893e08964256a08a4.zip chromium_src-893f61d19a613db684e6267893e08964256a08a4.tar.gz chromium_src-893f61d19a613db684e6267893e08964256a08a4.tar.bz2 |
Switch Dr. Memory to use a binary in GS rather than a DEPS entry.
Since Dr. Memory is basically just a binary file anyway, using a gclient hook
for download_from_google_storage is a better way to pull it onto bots that need
it.
R=bruening@chromium.org, hinoka@chromium.org
Review URL: https://codereview.chromium.org/305053005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -237,7 +237,8 @@ v8.log /third_party/cros_system_api /third_party/cygwin /third_party/directxsdk -/third_party/drmemory +/third_party/drmemory/drmemory-windows-sfx.exe +/third_party/drmemory/unpacked /third_party/elfutils/src /third_party/eyesfree/src /third_party/ffmpeg |