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

Side by Side Diff: build/all.gyp

Issue 235044: The builders should build sync_unit_tests. (Closed)
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
« 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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'target_name': 'chromium_builder', 142 'target_name': 'chromium_builder',
143 'type': 'none', 143 'type': 'none',
144 'dependencies': [ 144 'dependencies': [
145 '../app/app.gyp:app_unittests', 145 '../app/app.gyp:app_unittests',
146 '../chrome/chrome.gyp:browser_tests', 146 '../chrome/chrome.gyp:browser_tests',
147 '../chrome/chrome.gyp:interactive_ui_tests', 147 '../chrome/chrome.gyp:interactive_ui_tests',
148 '../chrome/chrome.gyp:memory_test', 148 '../chrome/chrome.gyp:memory_test',
149 '../chrome/chrome.gyp:page_cycler_tests', 149 '../chrome/chrome.gyp:page_cycler_tests',
150 '../chrome/chrome.gyp:plugin_tests', 150 '../chrome/chrome.gyp:plugin_tests',
151 '../chrome/chrome.gyp:startup_tests', 151 '../chrome/chrome.gyp:startup_tests',
152 '../chrome/chrome.gyp:sync_unit_tests',
152 '../chrome/chrome.gyp:tab_switching_test', 153 '../chrome/chrome.gyp:tab_switching_test',
153 '../chrome/chrome.gyp:ui_tests', 154 '../chrome/chrome.gyp:ui_tests',
154 '../chrome/chrome.gyp:unit_tests', 155 '../chrome/chrome.gyp:unit_tests',
155 '../chrome/chrome.gyp:url_fetch_test', 156 '../chrome/chrome.gyp:url_fetch_test',
156 '../chrome/installer/installer.gyp:installer_util_unittests', 157 '../chrome/installer/installer.gyp:installer_util_unittests',
157 '../chrome/installer/installer.gyp:mini_installer_test', 158 '../chrome/installer/installer.gyp:mini_installer_test',
158 '../courgette/courgette.gyp:courgette_unittests', 159 '../courgette/courgette.gyp:courgette_unittests',
159 '../ipc/ipc.gyp:ipc_tests', 160 '../ipc/ipc.gyp:ipc_tests',
160 '../media/media.gyp:media_unittests', 161 '../media/media.gyp:media_unittests',
161 '../printing/printing.gyp:printing_unittests', 162 '../printing/printing.gyp:printing_unittests',
(...skipping 18 matching lines...) Expand all
180 'type': 'none', 181 'type': 'none',
181 'dependencies': [ 182 'dependencies': [
182 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests', 183 '../webkit/tools/test_shell/test_shell.gyp:test_shell_tests',
183 '../webkit/tools/test_shell/test_shell.gyp:test_shell', 184 '../webkit/tools/test_shell/test_shell.gyp:test_shell',
184 ], 185 ],
185 }, 186 },
186 ], # targets 187 ], # targets
187 }], # OS="win" 188 }], # OS="win"
188 ], # conditions 189 ], # conditions
189 } 190 }
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