diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-18 05:06:44 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-18 05:06:44 +0000 |
commit | 2d8ea6b0647cb4e62427cb97e4590b511ae083b4 (patch) | |
tree | 507cbd002b286934e72550c21422836a99c85a96 /DEPS | |
parent | cd9ce53f46aa820e1c16e386ea1727ed3bda4fcc (diff) | |
download | chromium_src-2d8ea6b0647cb4e62427cb97e4590b511ae083b4.zip chromium_src-2d8ea6b0647cb4e62427cb97e4590b511ae083b4.tar.gz chromium_src-2d8ea6b0647cb4e62427cb97e4590b511ae083b4.tar.bz2 |
Whitespace
BUG=None
TEST=None
TBR=jamesr
Review URL: http://codereview.chromium.org/6049002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,9 +96,9 @@ deps = { "src/tools/page_cycler/acid3": "/trunk/deps/page_cycler/acid3@19546", - # We run these layout tests as UI tests. Since many of the buildbots that + # 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. + # to map them here. In practice, these do not take up much space. "src/chrome/test/data/layout_tests/LayoutTests/fast/events": Var("webkit_trunk") + "/LayoutTests/fast/events@" + Var("webkit_revision"), |