diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 21:13:20 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 21:13:20 +0000 |
commit | d7252171ab92d6aa380b568f9256dc0103f3103a (patch) | |
tree | 8da093cfeceb52666090b4287b26bcd3da5dfc68 /DEPS | |
parent | 8262829e7be657d706c69795df33649600922029 (diff) | |
download | chromium_src-d7252171ab92d6aa380b568f9256dc0103f3103a.zip chromium_src-d7252171ab92d6aa380b568f9256dc0103f3103a.tar.gz chromium_src-d7252171ab92d6aa380b568f9256dc0103f3103a.tar.bz2 |
Remove pulling down software_rendering_list.json through DEPS
The file is already checked in to src/chrome/browser/resources
BUG=
TEST=tree
Review URL: https://chromiumcodereview.appspot.com/10802020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -194,10 +194,6 @@ deps = { "src/third_party/webgl_conformance": "/trunk/deps/third_party/webgl/sdk/tests@138171", - # We should use the same software_rendering_list.json for all branches. - "src/chrome/browser/resources/software_rendering_list": - "/trunk/deps/gpu/software_rendering_list@144559", - # We run these layout tests as UI tests. Since many of the buildbots that # run layout tests do NOT have access to the LayoutTest directory, we need # to map them here. In practice, these do not take up much space. |