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

Side by Side Diff: build/all.gyp

Issue 12700003: Include crash_service in chromium_builder_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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) 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 '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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../printing/printing.gyp:printing_unittests', 227 '../printing/printing.gyp:printing_unittests',
228 '../remoting/remoting.gyp:remoting_unittests', 228 '../remoting/remoting.gyp:remoting_unittests',
229 '../sync/sync.gyp:sync_unit_tests', 229 '../sync/sync.gyp:sync_unit_tests',
230 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 230 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
231 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 231 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
232 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests', 232 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_ compositor_bindings_unittests',
233 ], 233 ],
234 }], 234 }],
235 ['OS=="win"', { 235 ['OS=="win"', {
236 'dependencies': [ 236 'dependencies': [
237 '../chrome/chrome.gyp:crash_service',
237 '../chrome/chrome.gyp:installer_util_unittests', 238 '../chrome/chrome.gyp:installer_util_unittests',
238 '../chrome/chrome.gyp:mini_installer_test', 239 '../chrome/chrome.gyp:mini_installer_test',
239 # mini_installer_tests depends on mini_installer. This should be 240 # mini_installer_tests depends on mini_installer. This should be
240 # defined in installer.gyp. 241 # defined in installer.gyp.
241 '../chrome/installer/mini_installer.gyp:mini_installer', 242 '../chrome/installer/mini_installer.gyp:mini_installer',
242 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 243 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
243 '../courgette/courgette.gyp:courgette_unittests', 244 '../courgette/courgette.gyp:courgette_unittests',
244 '../sandbox/sandbox.gyp:sbox_integration_tests', 245 '../sandbox/sandbox.gyp:sbox_integration_tests',
245 '../sandbox/sandbox.gyp:sbox_unittests', 246 '../sandbox/sandbox.gyp:sbox_unittests',
246 '../sandbox/sandbox.gyp:sbox_validation_tests', 247 '../sandbox/sandbox.gyp:sbox_validation_tests',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 '../chrome/chrome.gyp:browser_tests_run', 810 '../chrome/chrome.gyp:browser_tests_run',
810 '../chrome/chrome.gyp:sync_integration_tests_run', 811 '../chrome/chrome.gyp:sync_integration_tests_run',
811 '../chrome/chrome.gyp:unit_tests_run', 812 '../chrome/chrome.gyp:unit_tests_run',
812 '../net/net.gyp:net_unittests_run', 813 '../net/net.gyp:net_unittests_run',
813 ], 814 ],
814 }, # target_name: chromium_swarm_tests 815 }, # target_name: chromium_swarm_tests
815 ], 816 ],
816 }], 817 }],
817 ], # conditions 818 ], # conditions
818 } 819 }
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