diff options
author | jrt@chromium.org <jrt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-26 02:30:26 +0000 |
---|---|---|
committer | jrt@chromium.org <jrt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-26 02:30:26 +0000 |
commit | 40646b01c67e88588d8c30881c2cf1145ad073e0 (patch) | |
tree | 0689dca9bd63ddd7d4f6be7aee74a4c934f805c2 /DEPS | |
parent | 3e74c0652df00f546932a7f1894d45c84b2466e6 (diff) | |
download | chromium_src-40646b01c67e88588d8c30881c2cf1145ad073e0.zip chromium_src-40646b01c67e88588d8c30881c2cf1145ad073e0.tar.gz chromium_src-40646b01c67e88588d8c30881c2cf1145ad073e0.tar.bz2 |
Use content from trunk/deps for frame rate tests.
After r93671, all frame rate test content is located in trunk/deps/frame_rate/content.
Now it maps to src/chrome/test/data/perf/frame_rate/content and all references
are updated accordingly.
See: http://codereview.chromium.org/7461031/
Review URL: http://codereview.chromium.org/7467030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -135,6 +135,9 @@ deps = { "src/tools/page_cycler/acid3": "/trunk/deps/page_cycler/acid3@19546", + "src/chrome/test/data/perf/frame_rate/content": + "/trunk/deps/frame_rate/content@93671", + "src/third_party/bidichecker": (Var("googlecode_url") % "bidichecker") + "/trunk/lib@4", |