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

Side by Side Diff: testing/iossim/iossim.gyp

Issue 14835006: Updated iossim output path to use $(SYMROOT). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698