summaryrefslogtreecommitdiffstats
path: root/o3d/tests/selenium/selenium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/tests/selenium/selenium.gyp')
-rw-r--r--o3d/tests/selenium/selenium.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/o3d/tests/selenium/selenium.gyp b/o3d/tests/selenium/selenium.gyp
index 9820a13..fd5b4e1 100644
--- a/o3d/tests/selenium/selenium.gyp
+++ b/o3d/tests/selenium/selenium.gyp
@@ -16,7 +16,6 @@
},
'includes': [
'../../build/common.gypi',
- '../../plugin/branding.gypi',
],
'targets': [
{
@@ -184,7 +183,7 @@
{
'action_name': 'unpack_firefox',
'inputs': [
- '<(PRODUCT_DIR)/<(plugin_npapi_filename).plugin',
+ '<(PRODUCT_DIR)/O3D.plugin',
],
'outputs': [
'<(PRODUCT_DIR)/selenium_firefox',
@@ -192,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)',
],
},