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

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: 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',
darin (slow to review) 2014/03/26 17:59:00 are you sure you don't want to build this on andro
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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../ipc/ipc.gyp:ipc_tests', 878 '../ipc/ipc.gyp:ipc_tests',
878 '../jingle/jingle.gyp:jingle_unittests', 879 '../jingle/jingle.gyp:jingle_unittests',
879 '../media/media.gyp:media_unittests', 880 '../media/media.gyp:media_unittests',
880 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 881 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
881 '../printing/printing.gyp:printing_unittests', 882 '../printing/printing.gyp:printing_unittests',
882 '../remoting/remoting.gyp:remoting_unittests', 883 '../remoting/remoting.gyp:remoting_unittests',
883 '../rlz/rlz.gyp:*', 884 '../rlz/rlz.gyp:*',
884 '../sql/sql.gyp:sql_unittests', 885 '../sql/sql.gyp:sql_unittests',
885 '../sync/sync.gyp:sync_unit_tests', 886 '../sync/sync.gyp:sync_unit_tests',
886 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 887 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
888 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
887 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 889 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
888 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 890 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
889 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 891 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
890 '../tools/telemetry/telemetry.gyp:*', 892 '../tools/telemetry/telemetry.gyp:*',
891 '../ui/gfx/gfx.gyp:gfx_unittests', 893 '../ui/gfx/gfx.gyp:gfx_unittests',
892 '../ui/ui_unittests.gyp:ui_unittests', 894 '../ui/ui_unittests.gyp:ui_unittests',
893 '../url/url.gyp:url_unittests', 895 '../url/url.gyp:url_unittests',
894 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 896 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
895 ], 897 ],
896 }, 898 },
(...skipping 16 matching lines...) Expand all
913 '../gpu/gpu.gyp:gpu_unittests', 915 '../gpu/gpu.gyp:gpu_unittests',
914 '../ipc/ipc.gyp:ipc_tests', 916 '../ipc/ipc.gyp:ipc_tests',
915 '../jingle/jingle.gyp:jingle_unittests', 917 '../jingle/jingle.gyp:jingle_unittests',
916 '../media/media.gyp:media_unittests', 918 '../media/media.gyp:media_unittests',
917 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 919 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
918 '../printing/printing.gyp:printing_unittests', 920 '../printing/printing.gyp:printing_unittests',
919 '../remoting/remoting.gyp:remoting_unittests', 921 '../remoting/remoting.gyp:remoting_unittests',
920 '../sql/sql.gyp:sql_unittests', 922 '../sql/sql.gyp:sql_unittests',
921 '../sync/sync.gyp:sync_unit_tests', 923 '../sync/sync.gyp:sync_unit_tests',
922 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 924 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
925 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
923 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 926 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
924 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 927 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
925 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 928 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
926 '../tools/telemetry/telemetry.gyp:*', 929 '../tools/telemetry/telemetry.gyp:*',
927 '../ui/gfx/gfx.gyp:gfx_unittests', 930 '../ui/gfx/gfx.gyp:gfx_unittests',
928 '../ui/ui_unittests.gyp:ui_unittests', 931 '../ui/ui_unittests.gyp:ui_unittests',
929 '../url/url.gyp:url_unittests', 932 '../url/url.gyp:url_unittests',
930 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 933 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests',
931 ], 934 ],
932 }, 935 },
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 '../ipc/ipc.gyp:ipc_tests', 974 '../ipc/ipc.gyp:ipc_tests',
972 '../jingle/jingle.gyp:jingle_unittests', 975 '../jingle/jingle.gyp:jingle_unittests',
973 '../media/media.gyp:media_unittests', 976 '../media/media.gyp:media_unittests',
974 '../net/net.gyp:net_unittests', 977 '../net/net.gyp:net_unittests',
975 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 978 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
976 '../printing/printing.gyp:printing_unittests', 979 '../printing/printing.gyp:printing_unittests',
977 '../remoting/remoting.gyp:remoting_unittests', 980 '../remoting/remoting.gyp:remoting_unittests',
978 '../sql/sql.gyp:sql_unittests', 981 '../sql/sql.gyp:sql_unittests',
979 '../sync/sync.gyp:sync_unit_tests', 982 '../sync/sync.gyp:sync_unit_tests',
980 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 983 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
984 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
981 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 985 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
982 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 986 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
983 '../ui/gfx/gfx.gyp:gfx_unittests', 987 '../ui/gfx/gfx.gyp:gfx_unittests',
984 '../ui/ui_unittests.gyp:ui_unittests', 988 '../ui/ui_unittests.gyp:ui_unittests',
985 '../url/url.gyp:url_unittests', 989 '../url/url.gyp:url_unittests',
986 ], 990 ],
987 }, 991 },
988 ], # targets 992 ], # targets
989 }], # OS="mac" 993 }], # OS="mac"
990 ['OS=="win"', { 994 ['OS=="win"', {
(...skipping 28 matching lines...) Expand all
1019 '../gpu/gpu.gyp:gpu_unittests', 1023 '../gpu/gpu.gyp:gpu_unittests',
1020 '../ipc/ipc.gyp:ipc_tests', 1024 '../ipc/ipc.gyp:ipc_tests',
1021 '../jingle/jingle.gyp:jingle_unittests', 1025 '../jingle/jingle.gyp:jingle_unittests',
1022 '../media/media.gyp:media_unittests', 1026 '../media/media.gyp:media_unittests',
1023 '../ppapi/ppapi_internal.gyp:ppapi_unittests', 1027 '../ppapi/ppapi_internal.gyp:ppapi_unittests',
1024 '../printing/printing.gyp:printing_unittests', 1028 '../printing/printing.gyp:printing_unittests',
1025 '../remoting/remoting.gyp:remoting_unittests', 1029 '../remoting/remoting.gyp:remoting_unittests',
1026 '../sql/sql.gyp:sql_unittests', 1030 '../sql/sql.gyp:sql_unittests',
1027 '../sync/sync.gyp:sync_unit_tests', 1031 '../sync/sync.gyp:sync_unit_tests',
1028 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1032 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1033 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1029 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1034 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1030 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1035 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1031 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 1036 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
1032 '../tools/telemetry/telemetry.gyp:*', 1037 '../tools/telemetry/telemetry.gyp:*',
1033 '../ui/events/events.gyp:events_unittests', 1038 '../ui/events/events.gyp:events_unittests',
1034 '../ui/gfx/gfx.gyp:gfx_unittests', 1039 '../ui/gfx/gfx.gyp:gfx_unittests',
1035 '../ui/ui_unittests.gyp:ui_unittests', 1040 '../ui/ui_unittests.gyp:ui_unittests',
1036 '../ui/views/views.gyp:views_unittests', 1041 '../ui/views/views.gyp:views_unittests',
1037 '../url/url.gyp:url_unittests', 1042 '../url/url.gyp:url_unittests',
1038 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:webkit_compositor_bindings_unittests', 1043 '../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', 1083 '../device/device_tests.gyp:device_unittests',
1079 '../ipc/ipc.gyp:ipc_tests', 1084 '../ipc/ipc.gyp:ipc_tests',
1080 '../jingle/jingle.gyp:jingle_unittests', 1085 '../jingle/jingle.gyp:jingle_unittests',
1081 '../media/media.gyp:media_unittests', 1086 '../media/media.gyp:media_unittests',
1082 '../net/net.gyp:net_unittests', 1087 '../net/net.gyp:net_unittests',
1083 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', 1088 '../google_apis/gcm/gcm.gyp:gcm_unit_tests',
1084 '../printing/printing.gyp:printing_unittests', 1089 '../printing/printing.gyp:printing_unittests',
1085 '../remoting/remoting.gyp:remoting_unittests', 1090 '../remoting/remoting.gyp:remoting_unittests',
1086 '../sql/sql.gyp:sql_unittests', 1091 '../sql/sql.gyp:sql_unittests',
1087 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 1092 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
1093 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts',
1088 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', 1094 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests',
1089 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 1095 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
1090 '../url/url.gyp:url_unittests', 1096 '../url/url.gyp:url_unittests',
1091 ], 1097 ],
1092 }, 1098 },
1093 { 1099 {
1094 'target_name': 'webkit_builder_win', 1100 'target_name': 'webkit_builder_win',
1095 'type': 'none', 1101 'type': 'none',
1096 'dependencies': [ 1102 'dependencies': [
1097 'blink_tests', 1103 'blink_tests',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 # http://crbug.com/157234 1250 # http://crbug.com/157234
1245 #'../chrome/chrome.gyp:sync_integration_tests_run', 1251 #'../chrome/chrome.gyp:sync_integration_tests_run',
1246 '../chrome/chrome.gyp:unit_tests_run', 1252 '../chrome/chrome.gyp:unit_tests_run',
1247 '../net/net.gyp:net_unittests_run', 1253 '../net/net.gyp:net_unittests_run',
1248 ], 1254 ],
1249 }, # target_name: chromium_swarm_tests 1255 }, # target_name: chromium_swarm_tests
1250 ], 1256 ],
1251 }], 1257 }],
1252 ], # conditions 1258 ], # conditions
1253 } 1259 }
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