diff options
author | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-29 16:46:05 +0000 |
---|---|---|
committer | alokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-29 16:46:05 +0000 |
commit | 8d0b59d305d73765890b2154bfed916f271ec191 (patch) | |
tree | ba30a6d821e3f73c62c97132db0ae6338b522401 /webkit/tools | |
parent | 8db841ac0528a7eba71e89260526da9ba33dbb54 (diff) | |
download | chromium_src-8d0b59d305d73765890b2154bfed916f271ec191.zip chromium_src-8d0b59d305d73765890b2154bfed916f271ec191.tar.gz chromium_src-8d0b59d305d73765890b2154bfed916f271ec191.tar.bz2 |
Added DEPS file to fix checkdeps.
TBR: brettw
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/npapi_pepper_test_plugin/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/npapi_pepper_test_plugin/DEPS b/webkit/tools/npapi_pepper_test_plugin/DEPS new file mode 100644 index 0000000..f31c40db --- /dev/null +++ b/webkit/tools/npapi_pepper_test_plugin/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + "+gpu/pgl", + "+third_party/gles2_book", +] |