| OLD | NEW |
| 1 # Copyright (c) 2011 Google Inc. All rights reserved. | 1 # Copyright (c) 2011 Google Inc. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'print_rule_input_path', | 8 'target_name': 'print_rule_input_path', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'msvs_cygwin_shell': 0, | 10 'msvs_cygwin_shell': 0, |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'action_name': 'setup_mount', | 75 'action_name': 'setup_mount', |
| 76 'msvs_cygwin_shell': 0, | 76 'msvs_cygwin_shell': 0, |
| 77 'inputs': [ | 77 'inputs': [ |
| 78 '../../../../../../<(DEPTH)/third_party/cygwin/setup_mount.bat', | 78 '../../../../../../<(DEPTH)/third_party/cygwin/setup_mount.bat', |
| 79 ], | 79 ], |
| 80 # Visual Studio requires an output file, or else the | 80 # Visual Studio requires an output file, or else the |
| 81 # custom build step won't run. | 81 # custom build step won't run. |
| 82 'outputs': [ | 82 'outputs': [ |
| 83 '<(INTERMEDIATE_DIR)/_always_run_setup_mount.marker', | 83 '<(INTERMEDIATE_DIR)/_always_run_setup_mount.marker', |
| 84 ], | 84 ], |
| 85 'action': ['', '<@(_inputs)'], | 85 'action': ['<@(_inputs)'], |
| 86 }, | 86 }, |
| 87 ], | 87 ], |
| 88 }, | 88 }, |
| 89 ], | 89 ], |
| 90 }], | 90 }], |
| 91 ], | 91 ], |
| 92 } | 92 } |
| OLD | NEW |