OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. 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 'conditions': [ | 6 'conditions': [ |
7 ['OS != "ios"', { | 7 ['OS != "ios"', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'iossim', | 10 'target_name': 'iossim', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 ], | 47 ], |
48 'message': 'Generating header', | 48 'message': 'Generating header', |
49 }, | 49 }, |
50 ], | 50 ], |
51 }, | 51 }, |
52 ], | 52 ], |
53 }, { # else, OS == "ios" | 53 }, { # else, OS == "ios" |
54 'variables': { | 54 'variables': { |
55 'ninja_output_dir': 'ninja-iossim', | 55 'ninja_output_dir': 'ninja-iossim', |
56 'ninja_product_dir': | 56 'ninja_product_dir': |
57 '<(DEPTH)/xcodebuild/<(ninja_output_dir)/<(CONFIGURATION_NAME)', | 57 '$(SYMROOT)/<(ninja_output_dir)/<(CONFIGURATION_NAME)', |
58 }, | 58 }, |
59 'targets': [ | 59 'targets': [ |
60 { | 60 { |
61 'target_name': 'iossim', | 61 'target_name': 'iossim', |
62 'type': 'none', | 62 'type': 'none', |
63 'variables': { | 63 'variables': { |
64 # Gyp to rerun | 64 # Gyp to rerun |
65 're_run_targets': [ | 65 're_run_targets': [ |
66 'testing/iossim/iossim.gyp', | 66 'testing/iossim/iossim.gyp', |
67 ], | 67 ], |
(...skipping 10 matching lines...) Expand all Loading... |
78 ], | 78 ], |
79 'message': 'Generating the iossim executable', | 79 'message': 'Generating the iossim executable', |
80 }, | 80 }, |
81 ], | 81 ], |
82 }, | 82 }, |
83 ], | 83 ], |
84 }, | 84 }, |
85 ], | 85 ], |
86 ], | 86 ], |
87 } | 87 } |
OLD | NEW |