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

Side by Side Diff: build/all.gyp

Issue 213303002: Add env_chromium_unittests to all.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also building for Android Created 6 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
« 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'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 '../gpu/gpu.gyp:gpu_unittests', 281 '../gpu/gpu.gyp:gpu_unittests',
282 '../ipc/ipc.gyp:ipc_tests', 282 '../ipc/ipc.gyp:ipc_tests',
283 '../jingle/jingle.gyp:jingle_unittests', 283 '../jingle/jingle.gyp:jingle_unittests',
284 '../media/cast/cast.gyp:cast_unittests', 284 '../media/cast/cast.gyp:cast_unittests',
285 '../media/media.gyp:media_unittests', 285 '../media/media.gyp:media_unittests',
286 '../mojo/mojo.gyp:mojo', 286 '../mojo/mojo.gyp:mojo',
287 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 287 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
288 '../remoting/remoting.gyp:remoting_unittests', 288 '../remoting/remoting.gyp:remoting_unittests',
289 '../third_party/WebKit/public/all.gyp:all_blink', 289 '../third_party/WebKit/public/all.gyp:all_blink',
290 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 290 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
291 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
291 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 292 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
292 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 293 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
293 '../tools/telemetry/telemetry.gyp:*', 294 '../tools/telemetry/telemetry.gyp:*',
294 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 295 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
295 ], 296 ],
296 }], 297 }],
297 ['OS=="win"', { 298 ['OS=="win"', {
298 'dependencies': [ 299 'dependencies': [
299 '../chrome/chrome.gyp:crash_service', 300 '../chrome/chrome.gyp:crash_service',
300 '../chrome/chrome.gyp:installer_util_unittests', 301 '../chrome/chrome.gyp:installer_util_unittests',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 '../content/content_shell_and_tests.gyp:content_unittests', 749 '../content/content_shell_and_tests.gyp:content_unittests',
749 '../gpu/gpu.gyp:gl_tests', 750 '../gpu/gpu.gyp:gl_tests',
750 '../gpu/gpu.gyp:gpu_unittests', 751 '../gpu/gpu.gyp:gpu_unittests',
751 '../ipc/ipc.gyp:ipc_tests', 752 '../ipc/ipc.gyp:ipc_tests',
752 '../media/media.gyp:media_perftests_apk', 753 '../media/media.gyp:media_perftests_apk',
753 '../media/media.gyp:media_unittests', 754 '../media/media.gyp:media_unittests',
754 '../net/net.gyp:net_unittests', 755 '../net/net.gyp:net_unittests',
755 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', 756 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped',
756 '../sql/sql.gyp:sql_unittests', 757 '../sql/sql.gyp:sql_unittests',
757 '../sync/sync.gyp:sync_unit_tests', 758 '../sync/sync.gyp:sync_unit_tests',
759 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
758 '../third_party/WebKit/public/all.gyp:*', 760 '../third_party/WebKit/public/all.gyp:*',
759 '../tools/android/android_tools.gyp:android_tools', 761 '../tools/android/android_tools.gyp:android_tools',
760 '../tools/android/android_tools.gyp:memconsumer', 762 '../tools/android/android_tools.gyp:memconsumer',
761 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test', 763 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi n_test',
762 '../ui/events/events.gyp:events_unittests', 764 '../ui/events/events.gyp:events_unittests',
763 '../ui/ui_unittests.gyp:ui_unittests', 765 '../ui/ui_unittests.gyp:ui_unittests',
764 # Required by ui_unittests. 766 # Required by ui_unittests.
765 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but 767 # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but
766 # this would cause circular gyp dependency which needs refactoring t he 768 # this would cause circular gyp dependency which needs refactoring t he
767 # gyps to resolve. 769 # gyps to resolve.
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../ipc/ipc.gyp:ipc_tests', 879 '../ipc/ipc.gyp:ipc_tests',
878 '../jingle/jingle.gyp:jingle_unittests', 880 '../jingle/jingle.gyp:jingle_unittests',
879 '../media/media.gyp:media_unittests', 881 '../media/media.gyp:media_unittests',
880 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 882 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
881 '../printing/printing.gyp:printing_unittests', 883 '../printing/printing.gyp:printing_unittests',
882 '../remoting/remoting.gyp:remoting_unittests', 884 '../remoting/remoting.gyp:remoting_unittests',
883 '../rlz/rlz.gyp:*', 885 '../rlz/rlz.gyp:*',
884 '../sql/sql.gyp:sql_unittests', 886 '../sql/sql.gyp:sql_unittests',
885 '../sync/sync.gyp:sync_unit_tests', 887 '../sync/sync.gyp:sync_unit_tests',
886 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 888 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
889 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
887 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 890 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
888 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 891 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
889 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 892 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
890 '../tools/telemetry/telemetry.gyp:*', 893 '../tools/telemetry/telemetry.gyp:*',
891 '../ui/gfx/gfx.gyp:gfx_unittests', 894 '../ui/gfx/gfx.gyp:gfx_unittests',
892 '../ui/ui_unittests.gyp:ui_unittests', 895 '../ui/ui_unittests.gyp:ui_unittests',
893 '../url/url.gyp:url_unittests', 896 '../url/url.gyp:url_unittests',
894 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 897 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
895 ], 898 ],
896 }, 899 },
(...skipping 16 matching lines...) Expand all
913 '../gpu/gpu.gyp:gpu_unittests', 916 '../gpu/gpu.gyp:gpu_unittests',
914 '../ipc/ipc.gyp:ipc_tests', 917 '../ipc/ipc.gyp:ipc_tests',
915 '../jingle/jingle.gyp:jingle_unittests', 918 '../jingle/jingle.gyp:jingle_unittests',
916 '../media/media.gyp:media_unittests', 919 '../media/media.gyp:media_unittests',
917 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 920 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
918 '../printing/printing.gyp:printing_unittests', 921 '../printing/printing.gyp:printing_unittests',
919 '../remoting/remoting.gyp:remoting_unittests', 922 '../remoting/remoting.gyp:remoting_unittests',
920 '../sql/sql.gyp:sql_unittests', 923 '../sql/sql.gyp:sql_unittests',
921 '../sync/sync.gyp:sync_unit_tests', 924 '../sync/sync.gyp:sync_unit_tests',
922 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 925 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
926 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
923 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 927 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
924 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 928 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
925 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 929 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
926 '../tools/telemetry/telemetry.gyp:*', 930 '../tools/telemetry/telemetry.gyp:*',
927 '../ui/gfx/gfx.gyp:gfx_unittests', 931 '../ui/gfx/gfx.gyp:gfx_unittests',
928 '../ui/ui_unittests.gyp:ui_unittests', 932 '../ui/ui_unittests.gyp:ui_unittests',
929 '../url/url.gyp:url_unittests', 933 '../url/url.gyp:url_unittests',
930 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 934 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
931 ], 935 ],
932 }, 936 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 '../ipc/ipc.gyp:ipc_tests', 975 '../ipc/ipc.gyp:ipc_tests',
972 '../jingle/jingle.gyp:jingle_unittests', 976 '../jingle/jingle.gyp:jingle_unittests',
973 '../media/media.gyp:media_unittests', 977 '../media/media.gyp:media_unittests',
974 '../net/net.gyp:net_unittests', 978 '../net/net.gyp:net_unittests',
975 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 979 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
976 '../printing/printing.gyp:printing_unittests', 980 '../printing/printing.gyp:printing_unittests',
977 '../remoting/remoting.gyp:remoting_unittests', 981 '../remoting/remoting.gyp:remoting_unittests',
978 '../sql/sql.gyp:sql_unittests', 982 '../sql/sql.gyp:sql_unittests',
979 '../sync/sync.gyp:sync_unit_tests', 983 '../sync/sync.gyp:sync_unit_tests',
980 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 984 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
985 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
981 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 986 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
982 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 987 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
983 '../ui/gfx/gfx.gyp:gfx_unittests', 988 '../ui/gfx/gfx.gyp:gfx_unittests',
984 '../ui/ui_unittests.gyp:ui_unittests', 989 '../ui/ui_unittests.gyp:ui_unittests',
985 '../url/url.gyp:url_unittests', 990 '../url/url.gyp:url_unittests',
986 ], 991 ],
987 }, 992 },
988 ], # targets 993 ], # targets
989 }], # OS="mac" 994 }], # OS="mac"
990 ['OS=="win"', { 995 ['OS=="win"', {
(...skipping 28 matching lines...) Expand all
1019 '../gpu/gpu.gyp:gpu_unittests', 1024 '../gpu/gpu.gyp:gpu_unittests',
1020 '../ipc/ipc.gyp:ipc_tests', 1025 '../ipc/ipc.gyp:ipc_tests',
1021 '../jingle/jingle.gyp:jingle_unittests', 1026 '../jingle/jingle.gyp:jingle_unittests',
1022 '../media/media.gyp:media_unittests', 1027 '../media/media.gyp:media_unittests',
1023 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1028 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1024 '../printing/printing.gyp:printing_unittests', 1029 '../printing/printing.gyp:printing_unittests',
1025 '../remoting/remoting.gyp:remoting_unittests', 1030 '../remoting/remoting.gyp:remoting_unittests',
1026 '../sql/sql.gyp:sql_unittests', 1031 '../sql/sql.gyp:sql_unittests',
1027 '../sync/sync.gyp:sync_unit_tests', 1032 '../sync/sync.gyp:sync_unit_tests',
1028 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1033 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1034 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1029 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1035 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1030 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1036 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1031 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1037 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1032 '../tools/telemetry/telemetry.gyp:*', 1038 '../tools/telemetry/telemetry.gyp:*',
1033 '../ui/events/events.gyp:events_unittests', 1039 '../ui/events/events.gyp:events_unittests',
1034 '../ui/gfx/gfx.gyp:gfx_unittests', 1040 '../ui/gfx/gfx.gyp:gfx_unittests',
1035 '../ui/ui_unittests.gyp:ui_unittests', 1041 '../ui/ui_unittests.gyp:ui_unittests',
1036 '../ui/views/views.gyp:views_unittests', 1042 '../ui/views/views.gyp:views_unittests',
1037 '../url/url.gyp:url_unittests', 1043 '../url/url.gyp:url_unittests',
1038 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 1044 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 '../device/device_tests.gyp:device_unittests', 1084 '../device/device_tests.gyp:device_unittests',
1079 '../ipc/ipc.gyp:ipc_tests', 1085 '../ipc/ipc.gyp:ipc_tests',
1080 '../jingle/jingle.gyp:jingle_unittests', 1086 '../jingle/jingle.gyp:jingle_unittests',
1081 '../media/media.gyp:media_unittests', 1087 '../media/media.gyp:media_unittests',
1082 '../net/net.gyp:net_unittests', 1088 '../net/net.gyp:net_unittests',
1083 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1089 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1084 '../printing/printing.gyp:printing_unittests', 1090 '../printing/printing.gyp:printing_unittests',
1085 '../remoting/remoting.gyp:remoting_unittests', 1091 '../remoting/remoting.gyp:remoting_unittests',
1086 '../sql/sql.gyp:sql_unittests', 1092 '../sql/sql.gyp:sql_unittests',
1087 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1093 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1094 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1088 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1095 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1089 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1096 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1090 '../url/url.gyp:url_unittests', 1097 '../url/url.gyp:url_unittests',
1091 ], 1098 ],
1092 }, 1099 },
1093 { 1100 {
1094 'target_name': 'webkit_builder_win', 1101 'target_name': 'webkit_builder_win',
1095 'type': 'none', 1102 'type': 'none',
1096 'dependencies': [ 1103 'dependencies': [
1097 'blink_tests', 1104 'blink_tests',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 # http://crbug.com/157234 1251 # http://crbug.com/157234
1245 #'../chrome/chrome.gyp:sync_integration_tests_run', 1252 #'../chrome/chrome.gyp:sync_integration_tests_run',
1246 '../chrome/chrome.gyp:unit_tests_run', 1253 '../chrome/chrome.gyp:unit_tests_run',
1247 '../net/net.gyp:net_unittests_run', 1254 '../net/net.gyp:net_unittests_run',
1248 ], 1255 ],
1249 }, # target_name: chromium_swarm_tests 1256 }, # target_name: chromium_swarm_tests
1250 ], 1257 ],
1251 }], 1258 }],
1252 ], # conditions 1259 ], # conditions
1253 } 1260 }
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