diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 23:05:01 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-05 23:05:01 +0000 |
commit | cce95d69e3957b1e5d9762febd4889ff94f7e7fd (patch) | |
tree | e2a9f381c8d5420211659f6a766f0c01aabda4da /o3d/tests | |
parent | e0d3932bc4a0eaa70afea3ce788aca3a2501d481 (diff) | |
download | chromium_src-cce95d69e3957b1e5d9762febd4889ff94f7e7fd.zip chromium_src-cce95d69e3957b1e5d9762febd4889ff94f7e7fd.tar.gz chromium_src-cce95d69e3957b1e5d9762febd4889ff94f7e7fd.tar.bz2 |
Added needed dependency on npo3dautoplugin because otherwise the
unpack_firefox target can run before the plugin has been built.
Review URL: http://codereview.chromium.org/574019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/tests')
-rw-r--r-- | o3d/tests/selenium/selenium.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/tests/selenium/selenium.gyp b/o3d/tests/selenium/selenium.gyp index 0b64236..fd5b4e1 100644 --- a/o3d/tests/selenium/selenium.gyp +++ b/o3d/tests/selenium/selenium.gyp @@ -176,6 +176,9 @@ { 'target_name': 'unpack_firefox', 'type': 'none', + 'dependencies': [ + '../../plugin/plugin.gyp:npo3dautoplugin', + ], 'actions': [ { 'action_name': 'unpack_firefox', |