diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-14 19:29:26 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-14 19:29:26 +0000 |
commit | 2154052a6f6a755d5b0c13b93c12a895dd5c794d (patch) | |
tree | 826688615b0ad44447fe7358fc709b8ba17be14f /.gitignore | |
parent | 38aac89a29bbe5629e8c69944c0e32079231105b (diff) | |
download | chromium_src-2154052a6f6a755d5b0c13b93c12a895dd5c794d.zip chromium_src-2154052a6f6a755d5b0c13b93c12a895dd5c794d.tar.gz chromium_src-2154052a6f6a755d5b0c13b93c12a895dd5c794d.tar.bz2 |
Check in win32 binaries for apache for the layout tests
For years we have been using LigHTTPd, and it has been flaky. It
appears that the native win32 apache2 port is much less flaky.
This checks in the base files and .sha1s for all of the binaries
and modules; we add a hook to gclient to download the files from
google storage.
R=brettw@chromium.org, ojan@chromium.org, scottmg@chromium.org
BUG=30536
Review URL: https://codereview.chromium.org/328053002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -220,6 +220,11 @@ v8.log /third_party/angle_dx11 /third_party/aosp /third_party/apache-mime4j +/third_party/apache-win32/bin/*.exe +/third_party/apache-win32/bin/*.dll +/third_party/apache-win32/bin/iconv/*.so +/third_party/apache-win32/modules/*.so +/third_party/apache-win32/modules/*.dll /third_party/asan /third_party/bidichecker /third_party/bison |