diff options
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/tests/selenium/selenium.gyp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/o3d/tests/selenium/selenium.gyp b/o3d/tests/selenium/selenium.gyp index fd5b4e1..15576b58 100644 --- a/o3d/tests/selenium/selenium.gyp +++ b/o3d/tests/selenium/selenium.gyp @@ -179,11 +179,14 @@ 'dependencies': [ '../../plugin/plugin.gyp:npo3dautoplugin', ], + 'variables': { + 'plugin_npapi_filename%': 'O3D', + }, 'actions': [ { 'action_name': 'unpack_firefox', 'inputs': [ - '<(PRODUCT_DIR)/O3D.plugin', + '<(PRODUCT_DIR)/<(plugin_npapi_filename).plugin', ], 'outputs': [ '<(PRODUCT_DIR)/selenium_firefox', @@ -191,7 +194,7 @@ 'action': [ 'python', 'unpack_firefox.py', - '--plugin_path=<(PRODUCT_DIR)/O3D.plugin', + '--plugin_path=<(PRODUCT_DIR)/<(plugin_npapi_filename).plugin', '--product_path=<(PRODUCT_DIR)', ], }, |