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

Side by Side Diff: build/all.gyp

Issue 66663004: events: Add a new events_unittests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typo Created 7 years, 1 month 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 | ui/events/events.gyp » ('j') | 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 'dependencies': [ 352 'dependencies': [
353 '../printing/printing.gyp:printing_unittests', 353 '../printing/printing.gyp:printing_unittests',
354 ], 354 ],
355 }], 355 }],
356 ['use_aura==1', { 356 ['use_aura==1', {
357 'dependencies': [ 357 'dependencies': [
358 '../ui/aura/aura.gyp:aura_unittests', 358 '../ui/aura/aura.gyp:aura_unittests',
359 '../ui/compositor/compositor.gyp:compositor_unittests', 359 '../ui/compositor/compositor.gyp:compositor_unittests',
360 ], 360 ],
361 }], 361 }],
362 ['use_aura==1 or toolkit_views==1', {
363 'dependencies': [
364 '../ui/events/events.gyp:events_unittests',
365 ],
366 }],
362 ['use_ash==1', { 367 ['use_ash==1', {
363 'dependencies': [ 368 'dependencies': [
364 '../ash/ash.gyp:ash_unittests', 369 '../ash/ash.gyp:ash_unittests',
365 ], 370 ],
366 }], 371 }],
367 ], 372 ],
368 }, # target_name: chromium_builder_tests 373 }, # target_name: chromium_builder_tests
369 { 374 {
370 'target_name': 'chromium_2010_builder_tests', 375 'target_name': 'chromium_2010_builder_tests',
371 'type': 'none', 376 'type': 'none',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 '../jingle/jingle.gyp:jingle_unittests', 792 '../jingle/jingle.gyp:jingle_unittests',
788 '../media/media.gyp:media_unittests', 793 '../media/media.gyp:media_unittests',
789 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 794 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
790 '../printing/printing.gyp:printing_unittests', 795 '../printing/printing.gyp:printing_unittests',
791 '../remoting/remoting.gyp:remoting_unittests', 796 '../remoting/remoting.gyp:remoting_unittests',
792 '../sql/sql.gyp:sql_unittests', 797 '../sql/sql.gyp:sql_unittests',
793 '../sync/sync.gyp:sync_unit_tests', 798 '../sync/sync.gyp:sync_unit_tests',
794 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 799 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
795 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 800 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
796 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 801 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
802 '../ui/events/events.gyp:events_unittests',
797 '../ui/ui_unittests.gyp:ui_unittests', 803 '../ui/ui_unittests.gyp:ui_unittests',
798 '../ui/views/views.gyp:views_unittests', 804 '../ui/views/views.gyp:views_unittests',
799 '../url/url.gyp:url_unittests', 805 '../url/url.gyp:url_unittests',
800 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 806 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
801 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n', 807 '../third_party/WebKit/public/blink_test_plugin.gyp:blink_test_plugi n',
802 ], 808 ],
803 'conditions': [ 809 'conditions': [
804 ['target_arch!="x64"', { 810 ['target_arch!="x64"', {
805 'dependencies': [ 811 'dependencies': [
806 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 812 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 '../chrome/chrome.gyp:unit_tests', 957 '../chrome/chrome.gyp:unit_tests',
952 '../components/components_tests.gyp:components_unittests', 958 '../components/components_tests.gyp:components_unittests',
953 '../content/content_shell_and_tests.gyp:content_browsertests', 959 '../content/content_shell_and_tests.gyp:content_browsertests',
954 '../content/content_shell_and_tests.gyp:content_unittests', 960 '../content/content_shell_and_tests.gyp:content_unittests',
955 '../device/device_tests.gyp:device_unittests', 961 '../device/device_tests.gyp:device_unittests',
956 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 962 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
957 '../remoting/remoting.gyp:remoting_unittests', 963 '../remoting/remoting.gyp:remoting_unittests',
958 '../ui/app_list/app_list.gyp:*', 964 '../ui/app_list/app_list.gyp:*',
959 '../ui/aura/aura.gyp:*', 965 '../ui/aura/aura.gyp:*',
960 '../ui/compositor/compositor.gyp:*', 966 '../ui/compositor/compositor.gyp:*',
967 '../ui/events/events.gyp:*',
961 '../ui/message_center/message_center.gyp:*', 968 '../ui/message_center/message_center.gyp:*',
962 '../ui/ui_unittests.gyp:ui_unittests', 969 '../ui/ui_unittests.gyp:ui_unittests',
963 '../ui/snapshot/snapshot.gyp:snapshot_unittests', 970 '../ui/snapshot/snapshot.gyp:snapshot_unittests',
964 '../ui/views/views.gyp:views', 971 '../ui/views/views.gyp:views',
965 '../ui/views/views.gyp:views_examples_with_content_exe', 972 '../ui/views/views.gyp:views_examples_with_content_exe',
966 '../ui/views/views.gyp:views_unittests', 973 '../ui/views/views.gyp:views_unittests',
967 '../ui/keyboard/keyboard.gyp:*', 974 '../ui/keyboard/keyboard.gyp:*',
968 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 975 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
969 'blink_tests', 976 'blink_tests',
970 ], 977 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 }], 1012 }],
1006 ['OS=="linux"', { 1013 ['OS=="linux"', {
1007 # Tests that currently only work on Linux. 1014 # Tests that currently only work on Linux.
1008 'dependencies': [ 1015 'dependencies': [
1009 '../base/base.gyp:base_unittests', 1016 '../base/base.gyp:base_unittests',
1010 '../ipc/ipc.gyp:ipc_tests', 1017 '../ipc/ipc.gyp:ipc_tests',
1011 '../sql/sql.gyp:sql_unittests', 1018 '../sql/sql.gyp:sql_unittests',
1012 '../sync/sync.gyp:sync_unit_tests', 1019 '../sync/sync.gyp:sync_unit_tests',
1013 ], 1020 ],
1014 }], 1021 }],
1015 ['OS=="mac"', {
1016 # Exclude dependencies that are not currently implemented.
1017 'dependencies!': [
1018 '../chrome/chrome.gyp:chrome',
1019 '../chrome/chrome.gyp:unit_tests',
1020 '../device/device_tests.gyp:device_unittests',
1021 '../ui/views/views.gyp:views_unittests',
1022 ],
1023 }],
1024 ['chromeos==1', { 1022 ['chromeos==1', {
1025 'dependencies': [ 1023 'dependencies': [
1026 '../chromeos/chromeos.gyp:chromeos_unittests', 1024 '../chromeos/chromeos.gyp:chromeos_unittests',
1027 ], 1025 ],
1028 }], 1026 }],
1029 ], 1027 ],
1030 }, 1028 },
1031 ], # targets 1029 ], # targets
1032 }], # "use_aura==1" 1030 }], # "use_aura==1"
1033 ['test_isolation_mode != "noop"', { 1031 ['test_isolation_mode != "noop"', {
1034 'targets': [ 1032 'targets': [
1035 { 1033 {
1036 'target_name': 'chromium_swarm_tests', 1034 'target_name': 'chromium_swarm_tests',
1037 'type': 'none', 1035 'type': 'none',
1038 'dependencies': [ 1036 'dependencies': [
1039 '../base/base.gyp:base_unittests_run', 1037 '../base/base.gyp:base_unittests_run',
1040 '../chrome/chrome.gyp:browser_tests_run', 1038 '../chrome/chrome.gyp:browser_tests_run',
1041 '../chrome/chrome.gyp:interactive_ui_tests_run', 1039 '../chrome/chrome.gyp:interactive_ui_tests_run',
1042 '../chrome/chrome.gyp:sync_integration_tests_run', 1040 '../chrome/chrome.gyp:sync_integration_tests_run',
1043 '../chrome/chrome.gyp:unit_tests_run', 1041 '../chrome/chrome.gyp:unit_tests_run',
1044 '../net/net.gyp:net_unittests_run', 1042 '../net/net.gyp:net_unittests_run',
1045 ], 1043 ],
1046 }, # target_name: chromium_swarm_tests 1044 }, # target_name: chromium_swarm_tests
1047 ], 1045 ],
1048 }], 1046 }],
1049 ], # conditions 1047 ], # conditions
1050 } 1048 }
OLDNEW
« no previous file with comments | « no previous file | ui/events/events.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698