diff options
author | jrt@chromium.org <jrt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 04:55:45 +0000 |
---|---|---|
committer | jrt@chromium.org <jrt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-21 04:55:45 +0000 |
commit | 8a63e4e8937c4396a5869289a3706ab4b5d85ea4 (patch) | |
tree | c15c84037b2d36fcedfcfe0f527028bb037bfb32 /.gitignore | |
parent | 40a089c802ae7e4e514d2228c84c115842c4d371 (diff) | |
download | chromium_src-8a63e4e8937c4396a5869289a3706ab4b5d85ea4.zip chromium_src-8a63e4e8937c4396a5869289a3706ab4b5d85ea4.tar.gz chromium_src-8a63e4e8937c4396a5869289a3706ab4b5d85ea4.tar.bz2 |
Moved WebGL repository to third_party.
According the the 3rd-party Chromium policy, all external libraries should be
in a third_party directory. All WebGL repository references now point to
src/third_party/webgl_conformance.
Source: http://www.chromium.org/developers/adding-3rd-party-libraries
Review URL: http://codereview.chromium.org/7473003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93339 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,6 @@ v8.log /chrome/test/data/osdd /chrome/test/data/plugin /chrome/test/data/pyauto_private -/chrome/test/data/gpu/webgl_conformance /chrome/tools/memory /chrome/tools/test/reference_build /chrome_frame/tools/test/reference_build @@ -133,6 +132,7 @@ v8.log /third_party/swig /third_party/valgrind /third_party/webdriver/python +/third_party/webgl_conformance /third_party/webrtc /third_party/xdg-utils /third_party/xulrunner-sdk |