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

Side by Side Diff: build/all.gyp

Issue 301223007: Delete old mini_installer_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 294 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
295 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 295 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
296 '../tools/telemetry/telemetry.gyp:*', 296 '../tools/telemetry/telemetry.gyp:*',
297 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 297 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
298 ], 298 ],
299 }], 299 }],
300 ['OS=="win"', { 300 ['OS=="win"', {
301 'dependencies': [ 301 'dependencies': [
302 '../chrome/chrome.gyp:crash_service', 302 '../chrome/chrome.gyp:crash_service',
303 '../chrome/chrome.gyp:installer_util_unittests', 303 '../chrome/chrome.gyp:installer_util_unittests',
304 '../chrome/chrome.gyp:mini_installer_test', 304 # ../chrome/test/mini_installer requires mini_installer.
305 # mini_installer_tests depends on mini_installer. This should be
306 # defined in installer.gyp.
307 '../chrome/installer/mini_installer.gyp:mini_installer', 305 '../chrome/installer/mini_installer.gyp:mini_installer',
308 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 306 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
309 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 307 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
310 '../courgette/courgette.gyp:courgette_unittests', 308 '../courgette/courgette.gyp:courgette_unittests',
311 '../sandbox/sandbox.gyp:sbox_integration_tests', 309 '../sandbox/sandbox.gyp:sbox_integration_tests',
312 '../sandbox/sandbox.gyp:sbox_unittests', 310 '../sandbox/sandbox.gyp:sbox_unittests',
313 '../sandbox/sandbox.gyp:sbox_validation_tests', 311 '../sandbox/sandbox.gyp:sbox_validation_tests',
314 '../ui/app_list/app_list.gyp:app_list_unittests', 312 '../ui/app_list/app_list.gyp:app_list_unittests',
315 ], 313 ],
316 'conditions': [ 314 'conditions': [
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 { 949 {
952 'target_name': 'chromium_builder', 950 'target_name': 'chromium_builder',
953 'type': 'none', 951 'type': 'none',
954 'dependencies': [ 952 'dependencies': [
955 '../cc/cc_tests.gyp:cc_unittests', 953 '../cc/cc_tests.gyp:cc_unittests',
956 '../chrome/chrome.gyp:browser_tests', 954 '../chrome/chrome.gyp:browser_tests',
957 '../chrome/chrome.gyp:crash_service', 955 '../chrome/chrome.gyp:crash_service',
958 '../chrome/chrome.gyp:gcapi_test', 956 '../chrome/chrome.gyp:gcapi_test',
959 '../chrome/chrome.gyp:installer_util_unittests', 957 '../chrome/chrome.gyp:installer_util_unittests',
960 '../chrome/chrome.gyp:interactive_ui_tests', 958 '../chrome/chrome.gyp:interactive_ui_tests',
961 '../chrome/chrome.gyp:mini_installer_test',
962 '../chrome/chrome.gyp:performance_browser_tests', 959 '../chrome/chrome.gyp:performance_browser_tests',
963 '../chrome/chrome.gyp:sync_integration_tests', 960 '../chrome/chrome.gyp:sync_integration_tests',
964 '../chrome/chrome.gyp:unit_tests', 961 '../chrome/chrome.gyp:unit_tests',
965 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 962 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
966 '../components/components_tests.gyp:components_unittests', 963 '../components/components_tests.gyp:components_unittests',
967 '../content/content_shell_and_tests.gyp:content_browsertests', 964 '../content/content_shell_and_tests.gyp:content_browsertests',
968 '../content/content_shell_and_tests.gyp:content_unittests', 965 '../content/content_shell_and_tests.gyp:content_unittests',
969 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 966 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
970 # mini_installer_tests depends on mini_installer. This should be 967 # ../chrome/test/mini_installer requires mini_installer.
971 # defined in installer.gyp.
972 '../chrome/installer/mini_installer.gyp:mini_installer', 968 '../chrome/installer/mini_installer.gyp:mini_installer',
973 '../courgette/courgette.gyp:courgette_unittests', 969 '../courgette/courgette.gyp:courgette_unittests',
974 '../device/device_tests.gyp:device_unittests', 970 '../device/device_tests.gyp:device_unittests',
975 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 971 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
976 '../gpu/gpu.gyp:gpu_unittests', 972 '../gpu/gpu.gyp:gpu_unittests',
977 '../ipc/ipc.gyp:ipc_tests', 973 '../ipc/ipc.gyp:ipc_tests',
978 '../jingle/jingle.gyp:jingle_unittests', 974 '../jingle/jingle.gyp:jingle_unittests',
979 '../media/media.gyp:media_unittests', 975 '../media/media.gyp:media_unittests',
980 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 976 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
981 '../printing/printing.gyp:printing_unittests', 977 '../printing/printing.gyp:printing_unittests',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 # http://crbug.com/157234 1213 # http://crbug.com/157234
1218 #'../chrome/chrome.gyp:sync_integration_tests_run', 1214 #'../chrome/chrome.gyp:sync_integration_tests_run',
1219 '../chrome/chrome.gyp:unit_tests_run', 1215 '../chrome/chrome.gyp:unit_tests_run',
1220 '../net/net.gyp:net_unittests_run', 1216 '../net/net.gyp:net_unittests_run',
1221 ], 1217 ],
1222 }, # target_name: chromium_swarm_tests 1218 }, # target_name: chromium_swarm_tests
1223 ], 1219 ],
1224 }], 1220 }],
1225 ], # conditions 1221 ], # conditions
1226 } 1222 }
OLDNEW
« PRESUBMIT.py ('K') | « PRESUBMIT.py ('k') | chrome/chrome_installer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698