diff options
author | thaloun@google.com <thaloun@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 21:16:36 +0000 |
---|---|---|
committer | thaloun@google.com <thaloun@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-03 21:16:36 +0000 |
commit | 41e0c0d3aefe5965bf1c0a3e0fc723001de1f863 (patch) | |
tree | c328bd160570f1be665015f6b735e430b016aad3 /o3d | |
parent | d875cb215e77c638fcc849fc1d1557ea50a972bc (diff) | |
download | chromium_src-41e0c0d3aefe5965bf1c0a3e0fc723001de1f863.zip chromium_src-41e0c0d3aefe5965bf1c0a3e0fc723001de1f863.tar.gz chromium_src-41e0c0d3aefe5965bf1c0a3e0fc723001de1f863.tar.bz2 |
Potentially o3d mac-gtv targets. When I kick off try runs I get unrelated failures, unfortunately so I haven't been able to test.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3322012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58540 0039d316-1c4b-4281-b951-d872f2087c98
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 fd5b4e1..fb4d920 100644 --- a/o3d/tests/selenium/selenium.gyp +++ b/o3d/tests/selenium/selenium.gyp @@ -183,7 +183,7 @@ { 'action_name': 'unpack_firefox', 'inputs': [ - '<(PRODUCT_DIR)/O3D.plugin', + '<(PRODUCT_DIR)/<(plugin_npapi_filename).plugin', ], 'outputs': [ '<(PRODUCT_DIR)/selenium_firefox', @@ -191,7 +191,7 @@ 'action': [ 'python', 'unpack_firefox.py', - '--plugin_path=<(PRODUCT_DIR)/O3D.plugin', + '--plugin_path=<(PRODUCT_DIR)/<(plugin_npapi_filename).plugin', '--product_path=<(PRODUCT_DIR)', ], }, |