| Index: test/win/run_cygwin/cygwin-action.gyp
|
| diff --git a/test/win/run_cygwin/cygwin-action.gyp b/test/win/run_cygwin/cygwin-action.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..37cceffa8f558b7be114aa3bd2b9af2c0939731c
|
| --- /dev/null
|
| +++ b/test/win/run_cygwin/cygwin-action.gyp
|
| @@ -0,0 +1,33 @@
|
| +# Copyright (c) 2012 Google Inc. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +{
|
| + 'target_defaults': {
|
| + 'msvs_cygwin_dirs': ['../../../../../../../<(DEPTH)/third_party/cygwin'],
|
| + },
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'test_cyg_action',
|
| + 'product_name': 'test_cyg_action',
|
| + 'type': 'none',
|
| + 'actions': [
|
| + {
|
| + 'action_name': 'run_script',
|
| + 'inputs': [
|
| + 'blah.sh'
|
| + ],
|
| + 'outputs': [
|
| + '<(SHARED_INTERMEDIATE_DIR)/into/1',
|
| + '<(SHARED_INTERMEDIATE_DIR)/into/2',
|
| + '<(SHARED_INTERMEDIATE_DIR)/into/3',
|
| + ],
|
| + 'action': [
|
| + './blah.sh',
|
| + '<(SHARED_INTERMEDIATE_DIR)/into',
|
| + ]
|
| + }
|
| + ]
|
| + }
|
| + ]
|
| +}
|
|
|