Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Unified Diff: test/win/run_cygwin/cygwin-action.gyp

Issue 9460049: Next level of changes to get more of Chrome building (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: wip Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/win/run_cygwin/blah.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ]
+ }
+ ]
+ }
+ ]
+}
« no previous file with comments | « test/win/run_cygwin/blah.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698