diff options
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/tests/selenium/selenium.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/tests/selenium/selenium.gyp b/o3d/tests/selenium/selenium.gyp index fb4d920..fd5b4e1 100644 --- a/o3d/tests/selenium/selenium.gyp +++ b/o3d/tests/selenium/selenium.gyp @@ -183,7 +183,7 @@ { 'action_name': 'unpack_firefox', 'inputs': [ - '<(PRODUCT_DIR)/<(plugin_npapi_filename).plugin', + '<(PRODUCT_DIR)/O3D.plugin', ], 'outputs': [ '<(PRODUCT_DIR)/selenium_firefox', @@ -191,7 +191,7 @@ 'action': [ 'python', 'unpack_firefox.py', - '--plugin_path=<(PRODUCT_DIR)/<(plugin_npapi_filename).plugin', + '--plugin_path=<(PRODUCT_DIR)/O3D.plugin', '--product_path=<(PRODUCT_DIR)', ], }, |