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

Side by Side Diff: test/restat/src/restat.gyp

Issue 9443044: Beginnings of some msvs_... emulation (windows ninja) (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: no pdb option for LIB Created 8 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 Google Inc. All rights reserved. 1 # Copyright (c) 2012 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': 'create_intermediate', 8 'target_name': 'create_intermediate',
9 'type': 'none', 9 'type': 'none',
10 'actions': [ 10 'actions': [
(...skipping 21 matching lines...) Expand all
32 'actions': [ 32 'actions': [
33 { 33 {
34 'action_name': 'dependent', 34 'action_name': 'dependent',
35 'inputs': [ 35 'inputs': [
36 '<(PRODUCT_DIR)/intermediate', 36 '<(PRODUCT_DIR)/intermediate',
37 ], 37 ],
38 'outputs': [ 38 'outputs': [
39 '<(PRODUCT_DIR)/dependent' 39 '<(PRODUCT_DIR)/dependent'
40 ], 40 ],
41 'action': [ 41 'action': [
42 'touch', '<(PRODUCT_DIR)/dependent', '<(PRODUCT_DIR)/side_effect', 42 'python', 'touch.py', '<(PRODUCT_DIR)/dependent', '<(PRODUCT_DIR)/si de_effect',
43 ], 43 ],
44 }, 44 },
45 ], 45 ],
46 }, 46 },
47 ], 47 ],
48 } 48 }
OLDNEW
« pylib/gyp/msvs_emulation.py ('K') | « test/lib/TestGyp.py ('k') | test/restat/src/touch.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698