diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 18:07:49 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-03 18:07:49 +0000 |
commit | f179b9c22c7af119f35791c74fd544aefc306110 (patch) | |
tree | a08a1e8e3fa634938bffe23bb64266be8088646c /build/win | |
parent | afb7b55884fa8396e143b22e4ad457b74d43f390 (diff) | |
download | chromium_src-f179b9c22c7af119f35791c74fd544aefc306110.zip chromium_src-f179b9c22c7af119f35791c74fd544aefc306110.tar.gz chromium_src-f179b9c22c7af119f35791c74fd544aefc306110.tar.bz2 |
Remove unused cygwin build step
All references have now been removed.
BUG=111731
Review URL: http://codereview.chromium.org/9317020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120350 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/win')
-rw-r--r-- | build/win/system.gyp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/build/win/system.gyp b/build/win/system.gyp deleted file mode 100644 index bc29e82..0000000 --- a/build/win/system.gyp +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -{ - 'targets': [ - { - 'target_name': 'cygwin', - 'type': 'none', - 'actions': [ - { - 'action_name': 'setup_mount', - 'msvs_cygwin_shell': 0, - 'inputs': [ - '../../third_party/cygwin/setup_mount.bat', - ], - # Visual Studio requires an output file, or else the - # custom build step won't run. - 'outputs': [ - '../../third_party/cygwin/_always_run_setup_mount.marker', - ], - 'action': ['', '<@(_inputs)'], - }, - ], - }, - ], -} |