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

Side by Side Diff: build/all.gyp

Issue 204004: Remove the test runner line I had in there by accident. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
« 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 'common.gypi', 7 'common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'type': 'none', 102 'type': 'none',
103 'dependencies': [ 103 'dependencies': [
104 'All', 104 'All',
105 '../chrome/chrome.gyp:build_app_dmg', 105 '../chrome/chrome.gyp:build_app_dmg',
106 ], 106 ],
107 }, 107 },
108 # These targets are here so the build bots can use them to build 108 # These targets are here so the build bots can use them to build
109 # subsets of a full tree for faster cycle times. 109 # subsets of a full tree for faster cycle times.
110 { 110 {
111 'target_name': 'chromium_builder_dbg', 111 'target_name': 'chromium_builder_dbg',
112 'xcode_create_dependents_test_runner': 1,
113 'type': 'none', 112 'type': 'none',
114 'dependencies': [ 113 'dependencies': [
115 '../app/app.gyp:app_unittests', 114 '../app/app.gyp:app_unittests',
116 '../ipc/ipc.gyp:ipc_tests', 115 '../ipc/ipc.gyp:ipc_tests',
117 '../media/media.gyp:media_unittests', 116 '../media/media.gyp:media_unittests',
118 '../printing/printing.gyp:printing_unittests', 117 '../printing/printing.gyp:printing_unittests',
119 '../chrome/chrome.gyp:ui_tests', 118 '../chrome/chrome.gyp:ui_tests',
120 '../chrome/chrome.gyp:unit_tests', 119 '../chrome/chrome.gyp:unit_tests',
121 ], 120 ],
122 }, 121 },
(...skipping 11 matching lines...) Expand all
134 '../chrome/chrome.gyp:url_fetch_test', 133 '../chrome/chrome.gyp:url_fetch_test',
135 '../ipc/ipc.gyp:ipc_tests', 134 '../ipc/ipc.gyp:ipc_tests',
136 '../media/media.gyp:media_unittests', 135 '../media/media.gyp:media_unittests',
137 '../printing/printing.gyp:printing_unittests', 136 '../printing/printing.gyp:printing_unittests',
138 ], 137 ],
139 }, 138 },
140 ], # targets 139 ], # targets
141 }], # OS="mac" 140 }], # OS="mac"
142 ], # conditions 141 ], # conditions
143 } 142 }
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