| OLD | NEW |
| 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 20 matching lines...) Expand all Loading... |
| 31 '../third_party/zlib/zlib.gyp:*', | 31 '../third_party/zlib/zlib.gyp:*', |
| 32 '../ui/accessibility/accessibility.gyp:*', | 32 '../ui/accessibility/accessibility.gyp:*', |
| 33 '../ui/base/ui_base.gyp:*', | 33 '../ui/base/ui_base.gyp:*', |
| 34 '../ui/snapshot/snapshot.gyp:*', | 34 '../ui/snapshot/snapshot.gyp:*', |
| 35 '../url/url.gyp:*', | 35 '../url/url.gyp:*', |
| 36 ], | 36 ], |
| 37 'conditions': [ | 37 'conditions': [ |
| 38 ['OS=="ios"', { | 38 ['OS=="ios"', { |
| 39 'dependencies': [ | 39 'dependencies': [ |
| 40 '../ios/ios.gyp:*', | 40 '../ios/ios.gyp:*', |
| 41 '../ui/gfx/gfx.gyp:gfx_unittests', | 41 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 42 '../ui/ui_unittests.gyp:ui_unittests', | 42 '../ui/ui_unittests.gyp:ui_unittests', |
| 43 ], | 43 ], |
| 44 }], | 44 }], |
| 45 ['OS=="android"', { | 45 ['OS=="android"', { |
| 46 'dependencies': [ | 46 'dependencies': [ |
| 47 '../content/content_shell_and_tests.gyp:content_shell_apk', | 47 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 48 '../mojo/mojo.gyp:mojo_shell_apk', | 48 '../mojo/mojo.gyp:mojo_shell_apk', |
| 49 '../mojo/mojo.gyp:mojo_test_apk', | 49 '../mojo/mojo.gyp:mojo_test_apk', |
| 50 '<@(android_app_targets)', | 50 '<@(android_app_targets)', |
| 51 'android_builder_tests', | 51 'android_builder_tests', |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 # TODO: Consider merging that with this target. | 249 # TODO: Consider merging that with this target. |
| 250 'target_name': 'chromium_builder_tests', | 250 'target_name': 'chromium_builder_tests', |
| 251 'type': 'none', | 251 'type': 'none', |
| 252 'dependencies': [ | 252 'dependencies': [ |
| 253 '../base/base.gyp:base_unittests', | 253 '../base/base.gyp:base_unittests', |
| 254 '../components/components_tests.gyp:components_unittests', | 254 '../components/components_tests.gyp:components_unittests', |
| 255 '../crypto/crypto.gyp:crypto_unittests', | 255 '../crypto/crypto.gyp:crypto_unittests', |
| 256 '../net/net.gyp:net_unittests', | 256 '../net/net.gyp:net_unittests', |
| 257 '../sql/sql.gyp:sql_unittests', | 257 '../sql/sql.gyp:sql_unittests', |
| 258 '../sync/sync.gyp:sync_unit_tests', | 258 '../sync/sync.gyp:sync_unit_tests', |
| 259 '../ui/gfx/gfx.gyp:gfx_unittests', | 259 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 260 '../ui/ui_unittests.gyp:ui_unittests', | 260 '../ui/ui_unittests.gyp:ui_unittests', |
| 261 '../url/url.gyp:url_unittests', | 261 '../url/url.gyp:url_unittests', |
| 262 ], | 262 ], |
| 263 'conditions': [ | 263 'conditions': [ |
| 264 ['OS!="ios" and OS!="android"', { | 264 ['OS!="ios" and OS!="android"', { |
| 265 'dependencies': [ | 265 'dependencies': [ |
| 266 '../cc/cc_tests.gyp:cc_unittests', | 266 '../cc/cc_tests.gyp:cc_unittests', |
| 267 '../chrome/chrome.gyp:browser_tests', | 267 '../chrome/chrome.gyp:browser_tests', |
| 268 '../chrome/chrome.gyp:chromedriver_tests', | 268 '../chrome/chrome.gyp:chromedriver_tests', |
| 269 '../chrome/chrome.gyp:chromedriver_unittests', | 269 '../chrome/chrome.gyp:chromedriver_unittests', |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 '../content/content_shell_and_tests.gyp:video_decode_accelerator
_unittest_apk', | 763 '../content/content_shell_and_tests.gyp:video_decode_accelerator
_unittest_apk', |
| 764 '../gpu/gpu.gyp:gl_tests_apk', | 764 '../gpu/gpu.gyp:gl_tests_apk', |
| 765 '../gpu/gpu.gyp:gpu_unittests_apk', | 765 '../gpu/gpu.gyp:gpu_unittests_apk', |
| 766 '../ipc/ipc.gyp:ipc_tests_apk', | 766 '../ipc/ipc.gyp:ipc_tests_apk', |
| 767 '../media/media.gyp:media_unittests_apk', | 767 '../media/media.gyp:media_unittests_apk', |
| 768 '../net/net.gyp:net_unittests_apk', | 768 '../net/net.gyp:net_unittests_apk', |
| 769 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 769 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| 770 '../sql/sql.gyp:sql_unittests_apk', | 770 '../sql/sql.gyp:sql_unittests_apk', |
| 771 '../sync/sync.gyp:sync_unit_tests_apk', | 771 '../sync/sync.gyp:sync_unit_tests_apk', |
| 772 '../ui/events/events.gyp:events_unittests_apk', | 772 '../ui/events/events.gyp:events_unittests_apk', |
| 773 '../ui/gfx/gfx.gyp:gfx_unittests_apk', | 773 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 774 '../ui/ui_unittests.gyp:ui_unittests_apk', | 774 '../ui/ui_unittests.gyp:ui_unittests_apk', |
| 775 '../android_webview/android_webview.gyp:android_webview_test_apk
', | 775 '../android_webview/android_webview.gyp:android_webview_test_apk
', |
| 776 '../chrome/chrome.gyp:chrome_shell_test_apk', | 776 '../chrome/chrome.gyp:chrome_shell_test_apk', |
| 777 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 777 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| 778 '../webkit/renderer/compositor_bindings/compositor_bindings_test
s.gyp:webkit_compositor_bindings_unittests_apk' | 778 '../webkit/renderer/compositor_bindings/compositor_bindings_test
s.gyp:webkit_compositor_bindings_unittests_apk' |
| 779 ], | 779 ], |
| 780 }], | 780 }], |
| 781 ], | 781 ], |
| 782 }, | 782 }, |
| 783 { | 783 { |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 '../printing/printing.gyp:printing_unittests', | 863 '../printing/printing.gyp:printing_unittests', |
| 864 '../remoting/remoting.gyp:remoting_unittests', | 864 '../remoting/remoting.gyp:remoting_unittests', |
| 865 '../rlz/rlz.gyp:*', | 865 '../rlz/rlz.gyp:*', |
| 866 '../sql/sql.gyp:sql_unittests', | 866 '../sql/sql.gyp:sql_unittests', |
| 867 '../sync/sync.gyp:sync_unit_tests', | 867 '../sync/sync.gyp:sync_unit_tests', |
| 868 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 868 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 869 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 869 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 870 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 870 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 871 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 871 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 872 '../tools/telemetry/telemetry.gyp:*', | 872 '../tools/telemetry/telemetry.gyp:*', |
| 873 '../ui/gfx/gfx.gyp:gfx_unittests', | 873 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 874 '../ui/ui_unittests.gyp:ui_unittests', | 874 '../ui/ui_unittests.gyp:ui_unittests', |
| 875 '../url/url.gyp:url_unittests', | 875 '../url/url.gyp:url_unittests', |
| 876 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 876 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
| 877 ], | 877 ], |
| 878 }, | 878 }, |
| 879 { | 879 { |
| 880 'target_name': 'chromium_builder_rel', | 880 'target_name': 'chromium_builder_rel', |
| 881 'type': 'none', | 881 'type': 'none', |
| 882 'dependencies': [ | 882 'dependencies': [ |
| 883 '../cc/cc_tests.gyp:cc_unittests', | 883 '../cc/cc_tests.gyp:cc_unittests', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 898 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 898 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 899 '../printing/printing.gyp:printing_unittests', | 899 '../printing/printing.gyp:printing_unittests', |
| 900 '../remoting/remoting.gyp:remoting_unittests', | 900 '../remoting/remoting.gyp:remoting_unittests', |
| 901 '../sql/sql.gyp:sql_unittests', | 901 '../sql/sql.gyp:sql_unittests', |
| 902 '../sync/sync.gyp:sync_unit_tests', | 902 '../sync/sync.gyp:sync_unit_tests', |
| 903 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 903 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 904 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 904 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 905 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 905 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 906 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 906 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 907 '../tools/telemetry/telemetry.gyp:*', | 907 '../tools/telemetry/telemetry.gyp:*', |
| 908 '../ui/gfx/gfx.gyp:gfx_unittests', | 908 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 909 '../ui/ui_unittests.gyp:ui_unittests', | 909 '../ui/ui_unittests.gyp:ui_unittests', |
| 910 '../url/url.gyp:url_unittests', | 910 '../url/url.gyp:url_unittests', |
| 911 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 911 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
| 912 ], | 912 ], |
| 913 }, | 913 }, |
| 914 { | 914 { |
| 915 'target_name': 'chromium_builder_dbg_tsan_mac', | 915 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 916 'type': 'none', | 916 'type': 'none', |
| 917 'dependencies': [ | 917 'dependencies': [ |
| 918 '../base/base.gyp:base_unittests', | 918 '../base/base.gyp:base_unittests', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 946 '../media/media.gyp:media_unittests', | 946 '../media/media.gyp:media_unittests', |
| 947 '../net/net.gyp:net_unittests', | 947 '../net/net.gyp:net_unittests', |
| 948 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 948 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 949 '../printing/printing.gyp:printing_unittests', | 949 '../printing/printing.gyp:printing_unittests', |
| 950 '../remoting/remoting.gyp:remoting_unittests', | 950 '../remoting/remoting.gyp:remoting_unittests', |
| 951 '../sql/sql.gyp:sql_unittests', | 951 '../sql/sql.gyp:sql_unittests', |
| 952 '../sync/sync.gyp:sync_unit_tests', | 952 '../sync/sync.gyp:sync_unit_tests', |
| 953 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 953 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 954 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 954 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 955 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 955 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 956 '../ui/gfx/gfx.gyp:gfx_unittests', | 956 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 957 '../ui/ui_unittests.gyp:ui_unittests', | 957 '../ui/ui_unittests.gyp:ui_unittests', |
| 958 '../url/url.gyp:url_unittests', | 958 '../url/url.gyp:url_unittests', |
| 959 ], | 959 ], |
| 960 }, | 960 }, |
| 961 ], # targets | 961 ], # targets |
| 962 }], # OS="mac" | 962 }], # OS="mac" |
| 963 ['OS=="win"', { | 963 ['OS=="win"', { |
| 964 'targets': [ | 964 'targets': [ |
| 965 # These targets are here so the build bots can use them to build | 965 # These targets are here so the build bots can use them to build |
| 966 # subsets of a full tree for faster cycle times. | 966 # subsets of a full tree for faster cycle times. |
| (...skipping 30 matching lines...) Expand all Loading... |
| 997 '../printing/printing.gyp:printing_unittests', | 997 '../printing/printing.gyp:printing_unittests', |
| 998 '../remoting/remoting.gyp:remoting_unittests', | 998 '../remoting/remoting.gyp:remoting_unittests', |
| 999 '../sql/sql.gyp:sql_unittests', | 999 '../sql/sql.gyp:sql_unittests', |
| 1000 '../sync/sync.gyp:sync_unit_tests', | 1000 '../sync/sync.gyp:sync_unit_tests', |
| 1001 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 1001 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 1002 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', | 1002 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_
unittests', |
| 1003 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 1003 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 1004 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1004 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 1005 '../tools/telemetry/telemetry.gyp:*', | 1005 '../tools/telemetry/telemetry.gyp:*', |
| 1006 '../ui/events/events.gyp:events_unittests', | 1006 '../ui/events/events.gyp:events_unittests', |
| 1007 '../ui/gfx/gfx.gyp:gfx_unittests', | 1007 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1008 '../ui/ui_unittests.gyp:ui_unittests', | 1008 '../ui/ui_unittests.gyp:ui_unittests', |
| 1009 '../ui/views/views.gyp:views_unittests', | 1009 '../ui/views/views.gyp:views_unittests', |
| 1010 '../url/url.gyp:url_unittests', | 1010 '../url/url.gyp:url_unittests', |
| 1011 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 1011 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
| 1012 ], | 1012 ], |
| 1013 'conditions': [ | 1013 'conditions': [ |
| 1014 ['target_arch=="ia32"', { | 1014 ['target_arch=="ia32"', { |
| 1015 'dependencies': [ | 1015 'dependencies': [ |
| 1016 '../chrome/chrome.gyp:crash_service_win64', | 1016 '../chrome/chrome.gyp:crash_service_win64', |
| 1017 ], | 1017 ], |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1101 '../courgette/courgette.gyp:courgette', | 1101 '../courgette/courgette.gyp:courgette', |
| 1102 '../courgette/courgette.gyp:courgette64', | 1102 '../courgette/courgette.gyp:courgette64', |
| 1103 '../ipc/ipc.gyp:ipc_tests', | 1103 '../ipc/ipc.gyp:ipc_tests', |
| 1104 '../media/media.gyp:media_unittests', | 1104 '../media/media.gyp:media_unittests', |
| 1105 '../net/net.gyp:net_unittests_run', | 1105 '../net/net.gyp:net_unittests_run', |
| 1106 '../printing/printing.gyp:printing_unittests', | 1106 '../printing/printing.gyp:printing_unittests', |
| 1107 '../remoting/remoting.gyp:remoting_webapp', | 1107 '../remoting/remoting.gyp:remoting_webapp', |
| 1108 '../sql/sql.gyp:sql_unittests', | 1108 '../sql/sql.gyp:sql_unittests', |
| 1109 '../sync/sync.gyp:sync_unit_tests', | 1109 '../sync/sync.gyp:sync_unit_tests', |
| 1110 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', | 1110 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter
', |
| 1111 '../ui/gfx/gfx.gyp:gfx_unittests', | 1111 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1112 '../ui/ui_unittests.gyp:ui_unittests', | 1112 '../ui/ui_unittests.gyp:ui_unittests', |
| 1113 '../ui/views/views.gyp:views_unittests', | 1113 '../ui/views/views.gyp:views_unittests', |
| 1114 '../url/url.gyp:url_unittests', | 1114 '../url/url.gyp:url_unittests', |
| 1115 ], | 1115 ], |
| 1116 'conditions': [ | 1116 'conditions': [ |
| 1117 ['internal_pdf', { | 1117 ['internal_pdf', { |
| 1118 'dependencies': [ | 1118 'dependencies': [ |
| 1119 '../pdf/pdf.gyp:pdf', | 1119 '../pdf/pdf.gyp:pdf', |
| 1120 ], | 1120 ], |
| 1121 }], # internal_pdf | 1121 }], # internal_pdf |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1151 '../content/content_shell_and_tests.gyp:content_browsertests', | 1151 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 1152 '../content/content_shell_and_tests.gyp:content_unittests', | 1152 '../content/content_shell_and_tests.gyp:content_unittests', |
| 1153 '../device/device_tests.gyp:device_unittests', | 1153 '../device/device_tests.gyp:device_unittests', |
| 1154 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', | 1154 '../google_apis/gcm/gcm.gyp:gcm_unit_tests', |
| 1155 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 1155 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 1156 '../remoting/remoting.gyp:remoting_unittests', | 1156 '../remoting/remoting.gyp:remoting_unittests', |
| 1157 '../ui/app_list/app_list.gyp:*', | 1157 '../ui/app_list/app_list.gyp:*', |
| 1158 '../ui/aura/aura.gyp:*', | 1158 '../ui/aura/aura.gyp:*', |
| 1159 '../ui/compositor/compositor.gyp:*', | 1159 '../ui/compositor/compositor.gyp:*', |
| 1160 '../ui/events/events.gyp:*', | 1160 '../ui/events/events.gyp:*', |
| 1161 '../ui/wm/wm.gyp:*', | 1161 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1162 '../ui/gfx/gfx.gyp:gfx_unittests', | |
| 1163 '../ui/keyboard/keyboard.gyp:*', | 1162 '../ui/keyboard/keyboard.gyp:*', |
| 1164 '../ui/message_center/message_center.gyp:*', | 1163 '../ui/message_center/message_center.gyp:*', |
| 1165 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1164 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1166 '../ui/ui_unittests.gyp:ui_unittests', | 1165 '../ui/ui_unittests.gyp:ui_unittests', |
| 1167 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1166 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1168 '../ui/views/views.gyp:views', | 1167 '../ui/views/views.gyp:views', |
| 1169 '../ui/views/views.gyp:views_unittests', | 1168 '../ui/views/views.gyp:views_unittests', |
| 1169 '../ui/wm/wm.gyp:*', |
| 1170 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', | 1170 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy
p:webkit_compositor_bindings_unittests', |
| 1171 'blink_tests', | 1171 'blink_tests', |
| 1172 ], | 1172 ], |
| 1173 'conditions': [ | 1173 'conditions': [ |
| 1174 ['OS=="win"', { | 1174 ['OS=="win"', { |
| 1175 'dependencies': [ | 1175 'dependencies': [ |
| 1176 '../chrome/chrome.gyp:crash_service', | 1176 '../chrome/chrome.gyp:crash_service', |
| 1177 ], | 1177 ], |
| 1178 }], | 1178 }], |
| 1179 ['OS=="win" and target_arch=="ia32"', { | 1179 ['OS=="win" and target_arch=="ia32"', { |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1238 # http://crbug.com/157234 | 1238 # http://crbug.com/157234 |
| 1239 #'../chrome/chrome.gyp:sync_integration_tests_run', | 1239 #'../chrome/chrome.gyp:sync_integration_tests_run', |
| 1240 '../chrome/chrome.gyp:unit_tests_run', | 1240 '../chrome/chrome.gyp:unit_tests_run', |
| 1241 '../net/net.gyp:net_unittests_run', | 1241 '../net/net.gyp:net_unittests_run', |
| 1242 ], | 1242 ], |
| 1243 }, # target_name: chromium_swarm_tests | 1243 }, # target_name: chromium_swarm_tests |
| 1244 ], | 1244 ], |
| 1245 }], | 1245 }], |
| 1246 ], # conditions | 1246 ], # conditions |
| 1247 } | 1247 } |
| OLD | NEW |