diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index bf37324..94cca3d 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -49,6 +49,11 @@ '../chrome_frame/chrome_frame.gyp:*', ], }], + ['enable_pepper==1', { + 'dependencies': [ + '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', + ], + }], ['OS=="mac"', { 'dependencies': [ '../third_party/ocmock/ocmock.gyp:*', |