summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
authorthaloun@google.com <thaloun@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-03 21:32:37 +0000
committerthaloun@google.com <thaloun@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-03 21:32:37 +0000
commit048606f8ad6bb85c7a35a3fdffde8a4689f0b083 (patch)
treeac75b24d831b100c4327f922b172ecf98e230175 /o3d
parente20cc6db1994ad4b789aebbae578f7928ca12af8 (diff)
downloadchromium_src-048606f8ad6bb85c7a35a3fdffde8a4689f0b083.zip
chromium_src-048606f8ad6bb85c7a35a3fdffde8a4689f0b083.tar.gz
chromium_src-048606f8ad6bb85c7a35a3fdffde8a4689f0b083.tar.bz2
Roll back Issue 3322012 (revision 58540). Built locally but fails on the server.
Review URL: http://codereview.chromium.org/3327010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58542 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r--o3d/tests/selenium/selenium.gyp4
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)',
],
},