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

Side by Side Diff: build/all.gyp

Issue 1219923005: Build setup_unittests everywhere that installer_util_unittests is built. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iwt
Patch Set: Created 5 years, 5 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) 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 '../chrome/chrome.gyp:sync_integration_tests', 372 '../chrome/chrome.gyp:sync_integration_tests',
373 '../chrome/chrome.gyp:unit_tests', 373 '../chrome/chrome.gyp:unit_tests',
374 '../extensions/extensions_tests.gyp:extensions_browsertests', 374 '../extensions/extensions_tests.gyp:extensions_browsertests',
375 '../extensions/extensions_tests.gyp:extensions_unittests', 375 '../extensions/extensions_tests.gyp:extensions_unittests',
376 ], 376 ],
377 }], 377 }],
378 ['OS=="win"', { 378 ['OS=="win"', {
379 'dependencies': [ 379 'dependencies': [
380 '../chrome/chrome.gyp:crash_service', 380 '../chrome/chrome.gyp:crash_service',
381 '../chrome/chrome.gyp:installer_util_unittests', 381 '../chrome/chrome.gyp:installer_util_unittests',
382 '../chrome/chrome.gyp:setup_unittests',
382 # ../chrome/test/mini_installer requires mini_installer. 383 # ../chrome/test/mini_installer requires mini_installer.
383 '../chrome/installer/mini_installer.gyp:mini_installer', 384 '../chrome/installer/mini_installer.gyp:mini_installer',
384 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 385 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
385 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 386 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
386 '../courgette/courgette.gyp:courgette_unittests', 387 '../courgette/courgette.gyp:courgette_unittests',
387 '../sandbox/sandbox.gyp:sbox_integration_tests', 388 '../sandbox/sandbox.gyp:sbox_integration_tests',
388 '../sandbox/sandbox.gyp:sbox_unittests', 389 '../sandbox/sandbox.gyp:sbox_unittests',
389 '../sandbox/sandbox.gyp:sbox_validation_tests', 390 '../sandbox/sandbox.gyp:sbox_validation_tests',
390 '../ui/app_list/app_list.gyp:app_list_unittests', 391 '../ui/app_list/app_list.gyp:app_list_unittests',
391 ], 392 ],
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'type': 'none', 1064 'type': 'none',
1064 'dependencies': [ 1065 'dependencies': [
1065 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 1066 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1066 '../cc/cc_tests.gyp:cc_unittests', 1067 '../cc/cc_tests.gyp:cc_unittests',
1067 '../chrome/chrome.gyp:browser_tests', 1068 '../chrome/chrome.gyp:browser_tests',
1068 '../chrome/chrome.gyp:crash_service', 1069 '../chrome/chrome.gyp:crash_service',
1069 '../chrome/chrome.gyp:gcapi_test', 1070 '../chrome/chrome.gyp:gcapi_test',
1070 '../chrome/chrome.gyp:installer_util_unittests', 1071 '../chrome/chrome.gyp:installer_util_unittests',
1071 '../chrome/chrome.gyp:interactive_ui_tests', 1072 '../chrome/chrome.gyp:interactive_ui_tests',
1072 '../chrome/chrome.gyp:performance_browser_tests', 1073 '../chrome/chrome.gyp:performance_browser_tests',
1074 '../chrome/chrome.gyp:setup_unittests',
1073 '../chrome/chrome.gyp:sync_integration_tests', 1075 '../chrome/chrome.gyp:sync_integration_tests',
1074 '../chrome/chrome.gyp:unit_tests', 1076 '../chrome/chrome.gyp:unit_tests',
1075 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 1077 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1076 '../components/components_tests.gyp:components_unittests', 1078 '../components/components_tests.gyp:components_unittests',
1077 '../content/content_shell_and_tests.gyp:content_browsertests', 1079 '../content/content_shell_and_tests.gyp:content_browsertests',
1078 '../content/content_shell_and_tests.gyp:content_unittests', 1080 '../content/content_shell_and_tests.gyp:content_unittests',
1079 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 1081 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
1080 # ../chrome/test/mini_installer requires mini_installer. 1082 # ../chrome/test/mini_installer requires mini_installer.
1081 '../chrome/installer/mini_installer.gyp:mini_installer', 1083 '../chrome/installer/mini_installer.gyp:mini_installer',
1082 '../courgette/courgette.gyp:courgette_unittests', 1084 '../courgette/courgette.gyp:courgette_unittests',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
1155 'dependencies': [ 1157 'dependencies': [
1156 '../ash/ash.gyp:ash_shell_unittests', 1158 '../ash/ash.gyp:ash_shell_unittests',
1157 '../ash/ash.gyp:ash_unittests', 1159 '../ash/ash.gyp:ash_unittests',
1158 '../base/base.gyp:base_unittests', 1160 '../base/base.gyp:base_unittests',
1159 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', 1161 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests',
1160 '../cc/cc_tests.gyp:cc_unittests', 1162 '../cc/cc_tests.gyp:cc_unittests',
1161 '../chrome/chrome.gyp:browser_tests', 1163 '../chrome/chrome.gyp:browser_tests',
1162 '../chrome/chrome.gyp:chrome_app_unittests', 1164 '../chrome/chrome.gyp:chrome_app_unittests',
1163 '../chrome/chrome.gyp:chromedriver_unittests', 1165 '../chrome/chrome.gyp:chromedriver_unittests',
1164 '../chrome/chrome.gyp:installer_util_unittests', 1166 '../chrome/chrome.gyp:installer_util_unittests',
1167 '../chrome/chrome.gyp:setup_unittests',
1165 '../chrome/chrome.gyp:unit_tests', 1168 '../chrome/chrome.gyp:unit_tests',
1166 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests', 1169 '../chrome_elf/chrome_elf.gyp:chrome_elf_unittests',
1167 '../cloud_print/cloud_print.gyp:cloud_print_unittests', 1170 '../cloud_print/cloud_print.gyp:cloud_print_unittests',
1168 '../components/components_tests.gyp:components_unittests', 1171 '../components/components_tests.gyp:components_unittests',
1169 '../components/test_runner/test_runner.gyp:layout_test_helper', 1172 '../components/test_runner/test_runner.gyp:layout_test_helper',
1170 '../content/content_shell_and_tests.gyp:content_browsertests', 1173 '../content/content_shell_and_tests.gyp:content_browsertests',
1171 '../content/content_shell_and_tests.gyp:content_shell', 1174 '../content/content_shell_and_tests.gyp:content_shell',
1172 '../content/content_shell_and_tests.gyp:content_shell_crash_service' , 1175 '../content/content_shell_and_tests.gyp:content_shell_crash_service' ,
1173 '../content/content_shell_and_tests.gyp:content_unittests', 1176 '../content/content_shell_and_tests.gyp:content_unittests',
1174 '../courgette/courgette.gyp:courgette_unittests', 1177 '../courgette/courgette.gyp:courgette_unittests',
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1400 'dependencies': [ 1403 'dependencies': [
1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1404 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1402 '../ui/views/views.gyp:views', 1405 '../ui/views/views.gyp:views',
1403 '../ui/views/views.gyp:views_unittests', 1406 '../ui/views/views.gyp:views_unittests',
1404 ], 1407 ],
1405 }, # target_name: macviews_builder 1408 }, # target_name: macviews_builder
1406 ], # targets 1409 ], # targets
1407 }], # os=='mac' and toolkit_views==1 1410 }], # os=='mac' and toolkit_views==1
1408 ], # conditions 1411 ], # conditions
1409 } 1412 }
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