diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-11 20:01:24 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-11 20:01:24 +0000 |
commit | b392f3e785a51a0c08411eb06121dc25f2645caf (patch) | |
tree | ff9290219eac15b763bbd40d7930ee1e9fc1ff64 /third_party | |
parent | 9a0a1586396d2f69bc3fa3e2b14e0ccc0ace335a (diff) | |
download | chromium_src-b392f3e785a51a0c08411eb06121dc25f2645caf.zip chromium_src-b392f3e785a51a0c08411eb06121dc25f2645caf.tar.gz chromium_src-b392f3e785a51a0c08411eb06121dc25f2645caf.tar.bz2 |
Add a 'cygwin' target to execute setup_mount.bat explicitly as a
dependency of targets that need it (that is, any target with
'rules' or 'actions').
Review URL: http://codereview.chromium.org/115154
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rwxr-xr-x | third_party/ffmpeg/ffmpeg.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ffmpeg/ffmpeg.gyp b/third_party/ffmpeg/ffmpeg.gyp index e46bc7e..0b069c8 100755 --- a/third_party/ffmpeg/ffmpeg.gyp +++ b/third_party/ffmpeg/ffmpeg.gyp @@ -69,6 +69,7 @@ ], }, }, + 'dependencies': ['../../build/win/system.gyp:cygwin'], 'rules': [ { 'rule_name': 'generate_libs', |