diff options
Diffstat (limited to 'o3d/tests/selenium/selenium.gyp')
-rw-r--r-- | o3d/tests/selenium/selenium.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/tests/selenium/selenium.gyp b/o3d/tests/selenium/selenium.gyp index 0b64236..fd5b4e1 100644 --- a/o3d/tests/selenium/selenium.gyp +++ b/o3d/tests/selenium/selenium.gyp @@ -176,6 +176,9 @@ { 'target_name': 'unpack_firefox', 'type': 'none', + 'dependencies': [ + '../../plugin/plugin.gyp:npo3dautoplugin', + ], 'actions': [ { 'action_name': 'unpack_firefox', |