diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-16 01:38:49 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-16 01:38:49 +0000 |
commit | 7896d694115cb2e64971ed0df60f61e3df2f7375 (patch) | |
tree | c2778927f7bbef5ee5c1e7cae3a941b097e139ae /chrome/test/DEPS | |
parent | 6fa342707a9979b60fa0321f27983d170d728c66 (diff) | |
download | chromium_src-7896d694115cb2e64971ed0df60f61e3df2f7375.zip chromium_src-7896d694115cb2e64971ed0df60f61e3df2f7375.tar.gz chromium_src-7896d694115cb2e64971ed0df60f61e3df2f7375.tar.bz2 |
Commit issue 19737: Partial implementation of tests for
Greasemonkey API.
Review URL: http://codereview.chromium.org/21387
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/DEPS')
-rw-r--r-- | chrome/test/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/DEPS b/chrome/test/DEPS index f6a76e9..fdb76c3 100644 --- a/chrome/test/DEPS +++ b/chrome/test/DEPS @@ -4,4 +4,5 @@ include_rules = [ "+sandbox/src", "+sandbox/tests", "+webkit/glue", + "+v8/include", # We have unit tests which use v8 to exercise JavaScript. ] |