diff options
author | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 20:40:43 +0000 |
---|---|---|
committer | dspringer@google.com <dspringer@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 20:40:43 +0000 |
commit | 596b2c45d080cd8e409b0b7de75ca1b8d77d7c73 (patch) | |
tree | 5d4c3c81cd20d84c01e0364780479869046d21c9 /build/all.gyp | |
parent | 4fd333306b87fa9f716c934b16351bc2291c79e2 (diff) | |
download | chromium_src-596b2c45d080cd8e409b0b7de75ca1b8d77d7c73.zip chromium_src-596b2c45d080cd8e409b0b7de75ca1b8d77d7c73.tar.gz chromium_src-596b2c45d080cd8e409b0b7de75ca1b8d77d7c73.tar.bz2 |
Make the Pepepr test run on the mac.
BUG=none
TESTS=none
Review URL: http://codereview.chromium.org/546041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36264 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 5c9a214..fc19cd2 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -59,6 +59,7 @@ ['OS=="mac"', { 'dependencies': [ '../third_party/ocmock/ocmock.gyp:*', + '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', ], }], ['OS=="linux"', { |