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

Side by Side Diff: build/all.gyp

Issue 15028002: Delete test_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add dummy test_shell build target. 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 | Annotate | Revision Log
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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 # defined in installer.gyp. 246 # defined in installer.gyp.
247 '../chrome/installer/mini_installer.gyp:mini_installer', 247 '../chrome/installer/mini_installer.gyp:mini_installer',
248 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 248 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
249 '../courgette/courgette.gyp:courgette_unittests', 249 '../courgette/courgette.gyp:courgette_unittests',
250 '../sandbox/sandbox.gyp:sbox_integration_tests', 250 '../sandbox/sandbox.gyp:sbox_integration_tests',
251 '../sandbox/sandbox.gyp:sbox_unittests', 251 '../sandbox/sandbox.gyp:sbox_unittests',
252 '../sandbox/sandbox.gyp:sbox_validation_tests', 252 '../sandbox/sandbox.gyp:sbox_validation_tests',
253 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 253 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
254 '../ui/app_list/app_list.gyp:app_list_unittests', 254 '../ui/app_list/app_list.gyp:app_list_unittests',
255 '../ui/views/views.gyp:views_unittests', 255 '../ui/views/views.gyp:views_unittests',
256 '../webkit/webkit.gyp:test_shell_common',
257 ], 256 ],
258 'conditions': [ 257 'conditions': [
259 ['target_arch!="x64"', { 258 ['target_arch!="x64"', {
260 'dependencies': [ 259 'dependencies': [
261 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 260 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
262 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 261 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
263 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests ', 262 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests ',
264 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 263 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
265 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 264 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
266 ] 265 ]
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 '../sql/sql.gyp:sql_unittests', 674 '../sql/sql.gyp:sql_unittests',
676 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 675 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
677 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 676 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
678 '../url/url.gyp:googleurl_unittests', 677 '../url/url.gyp:googleurl_unittests',
679 ], 678 ],
680 }, 679 },
681 { 680 {
682 'target_name': 'webkit_builder_win', 681 'target_name': 'webkit_builder_win',
683 'type': 'none', 682 'type': 'none',
684 'dependencies': [ 683 'dependencies': [
685 '../webkit/webkit.gyp:test_shell',
686 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', 684 '../webkit/webkit.gyp:pull_in_webkit_unit_tests',
687 '../content/content.gyp:content_shell', 685 '../content/content.gyp:content_shell',
688 '../webkit/webkit.gyp:pull_in_DumpRenderTree', 686 '../webkit/webkit.gyp:pull_in_DumpRenderTree',
689 ], 687 ],
690 }, 688 },
691 ], # targets 689 ], # targets
692 'conditions': [ 690 'conditions': [
693 ['branding=="Chrome"', { 691 ['branding=="Chrome"', {
694 'targets': [ 692 'targets': [
695 { 693 {
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 '../chrome/chrome.gyp:interactive_ui_tests_run', 848 '../chrome/chrome.gyp:interactive_ui_tests_run',
851 '../chrome/chrome.gyp:sync_integration_tests_run', 849 '../chrome/chrome.gyp:sync_integration_tests_run',
852 '../chrome/chrome.gyp:unit_tests_run', 850 '../chrome/chrome.gyp:unit_tests_run',
853 '../net/net.gyp:net_unittests_run', 851 '../net/net.gyp:net_unittests_run',
854 ], 852 ],
855 }, # target_name: chromium_swarm_tests 853 }, # target_name: chromium_swarm_tests
856 ], 854 ],
857 }], 855 }],
858 ], # conditions 856 ], # conditions
859 } 857 }
OLDNEW
« no previous file with comments | « no previous file | webkit/support/test_webkit_platform_support.cc » ('j') | webkit/tools/test_shell/test_shell.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698