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

Side by Side Diff: build/all.gyp

Issue 256052: Add googleurl unittest to the mac builders for the testers to run it.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 { 111 {
112 'target_name': 'chromium_builder_dbg', 112 'target_name': 'chromium_builder_dbg',
113 'type': 'none', 113 'type': 'none',
114 'dependencies': [ 114 'dependencies': [
115 '../app/app.gyp:app_unittests', 115 '../app/app.gyp:app_unittests',
116 '../ipc/ipc.gyp:ipc_tests', 116 '../ipc/ipc.gyp:ipc_tests',
117 '../media/media.gyp:media_unittests', 117 '../media/media.gyp:media_unittests',
118 '../printing/printing.gyp:printing_unittests', 118 '../printing/printing.gyp:printing_unittests',
119 '../chrome/chrome.gyp:ui_tests', 119 '../chrome/chrome.gyp:ui_tests',
120 '../chrome/chrome.gyp:unit_tests', 120 '../chrome/chrome.gyp:unit_tests',
121 'temp_gyp/googleurl.gyp:googleurl_unittests',
121 ], 122 ],
122 }, 123 },
123 { 124 {
124 'target_name': 'chromium_builder_rel', 125 'target_name': 'chromium_builder_rel',
125 'type': 'none', 126 'type': 'none',
126 'dependencies': [ 127 'dependencies': [
127 '../app/app.gyp:app_unittests', 128 '../app/app.gyp:app_unittests',
128 '../chrome/chrome.gyp:memory_test', 129 '../chrome/chrome.gyp:memory_test',
129 '../chrome/chrome.gyp:page_cycler_tests', 130 '../chrome/chrome.gyp:page_cycler_tests',
130 '../chrome/chrome.gyp:startup_tests', 131 '../chrome/chrome.gyp:startup_tests',
131 '../chrome/chrome.gyp:tab_switching_test', 132 '../chrome/chrome.gyp:tab_switching_test',
132 '../chrome/chrome.gyp:ui_tests', 133 '../chrome/chrome.gyp:ui_tests',
133 '../chrome/chrome.gyp:unit_tests', 134 '../chrome/chrome.gyp:unit_tests',
134 '../chrome/chrome.gyp:url_fetch_test', 135 '../chrome/chrome.gyp:url_fetch_test',
135 '../ipc/ipc.gyp:ipc_tests', 136 '../ipc/ipc.gyp:ipc_tests',
136 '../media/media.gyp:media_unittests', 137 '../media/media.gyp:media_unittests',
137 '../printing/printing.gyp:printing_unittests', 138 '../printing/printing.gyp:printing_unittests',
139 'temp_gyp/googleurl.gyp:googleurl_unittests',
138 ], 140 ],
139 }, 141 },
140 ], # targets 142 ], # targets
141 }], # OS="mac" 143 }], # OS="mac"
142 ['OS=="win"', { 144 ['OS=="win"', {
143 'targets': [ 145 'targets': [
144 # These targets are here so the build bots can use them to build 146 # These targets are here so the build bots can use them to build
145 # subsets of a full tree for faster cycle times. 147 # subsets of a full tree for faster cycle times.
146 { 148 {
147 'target_name': 'chromium_builder', 149 'target_name': 'chromium_builder',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'type': 'none', 198 'type': 'none',
197 'dependencies': [ 199 'dependencies': [
198 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', 200 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests',
199 '../webkit/tools/test_shell/test_shell.gyp:test_shell', 201 '../webkit/tools/test_shell/test_shell.gyp:test_shell',
200 ], 202 ],
201 }, 203 },
202 ], # targets 204 ], # targets
203 }], # OS="win" 205 }], # OS="win"
204 ], # conditions 206 ], # conditions
205 } 207 }
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