Chromium Code Reviews| 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'. | 8 # compilation targets to 'All'. |
| 9 'app_targets%': [], | 9 'app_targets%': [], |
| 10 # For Android-specific targets. | 10 # For Android-specific targets. |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 72 ['OS=="android"', { | 72 ['OS=="android"', { |
| 73 'dependencies': [ | 73 'dependencies': [ |
| 74 '../content/content_shell_and_tests.gyp:content_shell_apk', | 74 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 75 '<@(android_app_targets)', | 75 '<@(android_app_targets)', |
| 76 'android_builder_tests', | 76 'android_builder_tests', |
| 77 '../tools/telemetry/telemetry.gyp:*#host', | 77 '../tools/telemetry/telemetry.gyp:*#host', |
| 78 # TODO(nyquist) This should instead by a target for sync when all of | 78 # TODO(nyquist) This should instead by a target for sync when all of |
| 79 # the sync-related code for Android has been upstreamed. | 79 # the sync-related code for Android has been upstreamed. |
| 80 # See http://crbug.com/159203 | 80 # See http://crbug.com/159203 |
| 81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', | 81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_javalib', |
| 82 '../third_party/errorprone/errorprone.gyp:chromium_errorprone', | |
|
jbudorick
2015/05/07 18:49:26
Same deal: I'm not sure this needs to be in here.
raywilliams_chromium
2015/05/11 19:52:24
Done.
raywilliams_chromium
2015/05/11 19:52:24
I'll take this out and see what happens :)
| |
| 82 ], | 83 ], |
| 83 'conditions': [ | 84 'conditions': [ |
| 84 ['chromecast==0', { | 85 ['chromecast==0', { |
| 85 'dependencies': [ | 86 'dependencies': [ |
| 86 '../android_webview/android_webview.gyp:android_webview_apk', | 87 '../android_webview/android_webview.gyp:android_webview_apk', |
| 87 '../android_webview/android_webview.gyp:system_webview_apk', | 88 '../android_webview/android_webview.gyp:system_webview_apk', |
| 88 '../android_webview/android_webview_shell.gyp:android_webview_sh ell_apk', | 89 '../android_webview/android_webview_shell.gyp:android_webview_sh ell_apk', |
| 89 '../android_webview/android_webview_telemetry_shell.gyp:android_ webview_telemetry_shell_apk', | 90 '../android_webview/android_webview_telemetry_shell.gyp:android_ webview_telemetry_shell_apk', |
| 90 '../chrome/chrome.gyp:chrome_shell_apk', | 91 '../chrome/chrome.gyp:chrome_shell_apk', |
| 91 '../chrome/chrome.gyp:chrome_sync_shell_apk', | 92 '../chrome/chrome.gyp:chrome_sync_shell_apk', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 312 '../base/base.gyp:base_unittests', | 313 '../base/base.gyp:base_unittests', |
| 313 '../components/components_tests.gyp:components_unittests', | 314 '../components/components_tests.gyp:components_unittests', |
| 314 '../crypto/crypto.gyp:crypto_unittests', | 315 '../crypto/crypto.gyp:crypto_unittests', |
| 315 '../net/net.gyp:net_unittests', | 316 '../net/net.gyp:net_unittests', |
| 316 '../skia/skia_tests.gyp:skia_unittests', | 317 '../skia/skia_tests.gyp:skia_unittests', |
| 317 '../sql/sql.gyp:sql_unittests', | 318 '../sql/sql.gyp:sql_unittests', |
| 318 '../sync/sync.gyp:sync_unit_tests', | 319 '../sync/sync.gyp:sync_unit_tests', |
| 319 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 320 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 320 '../ui/display/display.gyp:display_unittests', | 321 '../ui/display/display.gyp:display_unittests', |
| 321 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 322 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 322 '../ui/gl/gl_tests.gyp:gl_unittests', | |
| 323 '../url/url.gyp:url_unittests', | 323 '../url/url.gyp:url_unittests', |
| 324 ], | 324 ], |
| 325 'conditions': [ | 325 'conditions': [ |
| 326 ['OS!="ios" and OS!="mac"', { | 326 ['OS!="ios" and OS!="mac"', { |
| 327 'dependencies': [ | 327 'dependencies': [ |
| 328 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', | 328 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', |
| 329 ], | 329 ], |
| 330 }], | 330 }], |
| 331 ['OS!="ios" and OS!="android"', { | 331 ['OS!="ios" and OS!="android"', { |
| 332 'dependencies': [ | 332 'dependencies': [ |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 854 '../net/net.gyp:net_unittests_apk', | 854 '../net/net.gyp:net_unittests_apk', |
| 855 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 855 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| 856 '../skia/skia_tests.gyp:skia_unittests_apk', | 856 '../skia/skia_tests.gyp:skia_unittests_apk', |
| 857 '../sql/sql.gyp:sql_unittests_apk', | 857 '../sql/sql.gyp:sql_unittests_apk', |
| 858 '../sync/sync.gyp:sync_unit_tests_apk', | 858 '../sync/sync.gyp:sync_unit_tests_apk', |
| 859 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', | 859 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit tests_apk', |
| 860 '../ui/android/ui_android.gyp:ui_android_unittests_apk', | 860 '../ui/android/ui_android.gyp:ui_android_unittests_apk', |
| 861 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 861 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
| 862 '../ui/events/events.gyp:events_unittests_apk', | 862 '../ui/events/events.gyp:events_unittests_apk', |
| 863 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 863 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 864 '../ui/gl/gl_tests.gyp:gl_unittests_apk', | |
| 865 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk', | 864 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_apk', |
| 866 ], | 865 ], |
| 867 'conditions': [ | 866 'conditions': [ |
| 868 ['chromecast==0', { | 867 ['chromecast==0', { |
| 869 'dependencies': [ | 868 'dependencies': [ |
| 870 '../android_webview/android_webview.gyp:android_webview_unittest s', | 869 '../android_webview/android_webview.gyp:android_webview_unittest s', |
| 871 '../chrome/chrome.gyp:unit_tests', | 870 '../chrome/chrome.gyp:unit_tests', |
| 872 # Unit test bundles packaged as an apk. | 871 # Unit test bundles packaged as an apk. |
| 873 '../android_webview/android_webview.gyp:android_webview_test_apk ', | 872 '../android_webview/android_webview.gyp:android_webview_test_apk ', |
| 874 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', | 873 '../android_webview/android_webview.gyp:android_webview_unittest s_apk', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 947 '../sql/sql.gyp:sql_unittests', | 946 '../sql/sql.gyp:sql_unittests', |
| 948 '../sync/sync.gyp:sync_unit_tests', | 947 '../sync/sync.gyp:sync_unit_tests', |
| 949 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 948 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
| 950 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 949 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
| 951 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 950 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
| 952 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 951 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
| 953 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 952 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 954 '../tools/telemetry/telemetry.gyp:*', | 953 '../tools/telemetry/telemetry.gyp:*', |
| 955 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 954 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 956 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 955 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 957 '../ui/gl/gl_tests.gyp:gl_unittests', | |
| 958 '../url/url.gyp:url_unittests', | 956 '../url/url.gyp:url_unittests', |
| 959 ], | 957 ], |
| 960 }, | 958 }, |
| 961 { | 959 { |
| 962 'target_name': 'chromium_builder_rel', | 960 'target_name': 'chromium_builder_rel', |
| 963 'type': 'none', | 961 'type': 'none', |
| 964 'dependencies': [ | 962 'dependencies': [ |
| 965 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', | 963 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests', |
| 966 '../cc/cc_tests.gyp:cc_unittests', | 964 '../cc/cc_tests.gyp:cc_unittests', |
| 967 '../chrome/chrome.gyp:browser_tests', | 965 '../chrome/chrome.gyp:browser_tests', |
| (...skipping 19 matching lines...) Expand all Loading... | |
| 987 '../sql/sql.gyp:sql_unittests', | 985 '../sql/sql.gyp:sql_unittests', |
| 988 '../sync/sync.gyp:sync_unit_tests', | 986 '../sync/sync.gyp:sync_unit_tests', |
| 989 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 987 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
| 990 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 988 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
| 991 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 989 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
| 992 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 990 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
| 993 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 991 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 994 '../tools/telemetry/telemetry.gyp:*', | 992 '../tools/telemetry/telemetry.gyp:*', |
| 995 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 993 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 996 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 994 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 997 '../ui/gl/gl_tests.gyp:gl_unittests', | |
| 998 '../url/url.gyp:url_unittests', | 995 '../url/url.gyp:url_unittests', |
| 999 ], | 996 ], |
| 1000 }, | 997 }, |
| 1001 { | 998 { |
| 1002 'target_name': 'chromium_builder_dbg_tsan_mac', | 999 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 1003 'type': 'none', | 1000 'type': 'none', |
| 1004 'dependencies': [ | 1001 'dependencies': [ |
| 1005 '../base/base.gyp:base_unittests', | 1002 '../base/base.gyp:base_unittests', |
| 1006 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 1003 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 1007 '../crypto/crypto.gyp:crypto_unittests', | 1004 '../crypto/crypto.gyp:crypto_unittests', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1039 '../remoting/remoting.gyp:remoting_unittests', | 1036 '../remoting/remoting.gyp:remoting_unittests', |
| 1040 '../skia/skia_tests.gyp:skia_unittests', | 1037 '../skia/skia_tests.gyp:skia_unittests', |
| 1041 '../sql/sql.gyp:sql_unittests', | 1038 '../sql/sql.gyp:sql_unittests', |
| 1042 '../sync/sync.gyp:sync_unit_tests', | 1039 '../sync/sync.gyp:sync_unit_tests', |
| 1043 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 1040 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
| 1044 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 1041 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
| 1045 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 1042 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
| 1046 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 1043 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
| 1047 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1044 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1048 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1045 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1049 '../ui/gl/gl_tests.gyp:gl_unittests', | |
| 1050 '../url/url.gyp:url_unittests', | 1046 '../url/url.gyp:url_unittests', |
| 1051 ], | 1047 ], |
| 1052 }, | 1048 }, |
| 1053 ], # targets | 1049 ], # targets |
| 1054 }], # OS="mac" | 1050 }], # OS="mac" |
| 1055 ['OS=="win"', { | 1051 ['OS=="win"', { |
| 1056 'targets': [ | 1052 'targets': [ |
| 1057 # These targets are here so the build bots can use them to build | 1053 # These targets are here so the build bots can use them to build |
| 1058 # subsets of a full tree for faster cycle times. | 1054 # subsets of a full tree for faster cycle times. |
| 1059 { | 1055 { |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1094 '../sync/sync.gyp:sync_unit_tests', | 1090 '../sync/sync.gyp:sync_unit_tests', |
| 1095 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', | 1091 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', |
| 1096 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', | 1092 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes ts', |
| 1097 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', | 1093 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ unittests', |
| 1098 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 1094 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
| 1099 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', | 1095 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', |
| 1100 '../tools/telemetry/telemetry.gyp:*', | 1096 '../tools/telemetry/telemetry.gyp:*', |
| 1101 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1097 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1102 '../ui/events/events.gyp:events_unittests', | 1098 '../ui/events/events.gyp:events_unittests', |
| 1103 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1099 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1104 '../ui/gl/gl_tests.gyp:gl_unittests', | |
| 1105 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', | 1100 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', |
| 1106 '../ui/views/views.gyp:views_unittests', | 1101 '../ui/views/views.gyp:views_unittests', |
| 1107 '../url/url.gyp:url_unittests', | 1102 '../url/url.gyp:url_unittests', |
| 1108 ], | 1103 ], |
| 1109 'conditions': [ | 1104 'conditions': [ |
| 1110 ['target_arch=="ia32"', { | 1105 ['target_arch=="ia32"', { |
| 1111 'dependencies': [ | 1106 'dependencies': [ |
| 1112 '../chrome/chrome.gyp:crash_service_win64', | 1107 '../chrome/chrome.gyp:crash_service_win64', |
| 1113 ], | 1108 ], |
| 1114 }], | 1109 }], |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1199 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', | 1194 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', |
| 1200 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests', | 1195 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_heap_unittests', |
| 1201 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests', | 1196 '../third_party/WebKit/Source/platform/blink_platform_tests.gyp:blin k_platform_unittests', |
| 1202 '../ui/accessibility/accessibility.gyp:accessibility_unittests', | 1197 '../ui/accessibility/accessibility.gyp:accessibility_unittests', |
| 1203 '../ui/app_list/app_list.gyp:app_list_unittests', | 1198 '../ui/app_list/app_list.gyp:app_list_unittests', |
| 1204 '../ui/aura/aura.gyp:aura_unittests', | 1199 '../ui/aura/aura.gyp:aura_unittests', |
| 1205 '../ui/compositor/compositor.gyp:compositor_unittests', | 1200 '../ui/compositor/compositor.gyp:compositor_unittests', |
| 1206 '../ui/display/display.gyp:display_unittests', | 1201 '../ui/display/display.gyp:display_unittests', |
| 1207 '../ui/events/events.gyp:events_unittests', | 1202 '../ui/events/events.gyp:events_unittests', |
| 1208 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1203 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1209 '../ui/gl/gl_tests.gyp:gl_unittests', | |
| 1210 '../ui/keyboard/keyboard.gyp:keyboard_unittests', | 1204 '../ui/keyboard/keyboard.gyp:keyboard_unittests', |
| 1211 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', | 1205 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', |
| 1212 '../url/url.gyp:url_unittests', | 1206 '../url/url.gyp:url_unittests', |
| 1213 ], | 1207 ], |
| 1214 }, | 1208 }, |
| 1215 ], # targets | 1209 ], # targets |
| 1216 'conditions': [ | 1210 'conditions': [ |
| 1217 ['branding=="Chrome"', { | 1211 ['branding=="Chrome"', { |
| 1218 'targets': [ | 1212 'targets': [ |
| 1219 { | 1213 { |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1255 '../chrome/chrome.gyp:sync_integration_tests', | 1249 '../chrome/chrome.gyp:sync_integration_tests', |
| 1256 '../ipc/ipc.gyp:ipc_tests', | 1250 '../ipc/ipc.gyp:ipc_tests', |
| 1257 '../media/media.gyp:media_unittests', | 1251 '../media/media.gyp:media_unittests', |
| 1258 '../media/midi/midi.gyp:midi_unittests', | 1252 '../media/midi/midi.gyp:midi_unittests', |
| 1259 '../net/net.gyp:net_unittests_run', | 1253 '../net/net.gyp:net_unittests_run', |
| 1260 '../printing/printing.gyp:printing_unittests', | 1254 '../printing/printing.gyp:printing_unittests', |
| 1261 '../sql/sql.gyp:sql_unittests', | 1255 '../sql/sql.gyp:sql_unittests', |
| 1262 '../sync/sync.gyp:sync_unit_tests', | 1256 '../sync/sync.gyp:sync_unit_tests', |
| 1263 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1257 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1264 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1258 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1265 '../ui/gl/gl_tests.gyp:gl_unittests', | |
| 1266 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests', | 1259 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection _unittests', |
| 1267 '../ui/views/views.gyp:views_unittests', | 1260 '../ui/views/views.gyp:views_unittests', |
| 1268 '../url/url.gyp:url_unittests', | 1261 '../url/url.gyp:url_unittests', |
| 1269 ], | 1262 ], |
| 1270 }, | 1263 }, |
| 1271 ], # targets | 1264 ], # targets |
| 1272 }], # branding=="Chrome" | 1265 }], # branding=="Chrome" |
| 1273 ], # conditions | 1266 ], # conditions |
| 1274 }], # OS="win" | 1267 }], # OS="win" |
| 1275 ['use_aura==1', { | 1268 ['use_aura==1', { |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 1289 '../remoting/remoting.gyp:remoting_unittests', | 1282 '../remoting/remoting.gyp:remoting_unittests', |
| 1290 '../skia/skia_tests.gyp:skia_unittests', | 1283 '../skia/skia_tests.gyp:skia_unittests', |
| 1291 '../ui/app_list/app_list.gyp:*', | 1284 '../ui/app_list/app_list.gyp:*', |
| 1292 '../ui/aura/aura.gyp:*', | 1285 '../ui/aura/aura.gyp:*', |
| 1293 '../ui/aura_extra/aura_extra.gyp:*', | 1286 '../ui/aura_extra/aura_extra.gyp:*', |
| 1294 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 1287 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 1295 '../ui/compositor/compositor.gyp:*', | 1288 '../ui/compositor/compositor.gyp:*', |
| 1296 '../ui/display/display.gyp:display_unittests', | 1289 '../ui/display/display.gyp:display_unittests', |
| 1297 '../ui/events/events.gyp:*', | 1290 '../ui/events/events.gyp:*', |
| 1298 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 1291 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 1299 '../ui/gl/gl_tests.gyp:gl_unittests', | |
| 1300 '../ui/keyboard/keyboard.gyp:*', | 1292 '../ui/keyboard/keyboard.gyp:*', |
| 1301 '../ui/snapshot/snapshot.gyp:snapshot_unittests', | 1293 '../ui/snapshot/snapshot.gyp:snapshot_unittests', |
| 1302 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', | 1294 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests', |
| 1303 '../ui/wm/wm.gyp:*', | 1295 '../ui/wm/wm.gyp:*', |
| 1304 'blink_tests', | 1296 'blink_tests', |
| 1305 ], | 1297 ], |
| 1306 'conditions': [ | 1298 'conditions': [ |
| 1307 ['OS=="win"', { | 1299 ['OS=="win"', { |
| 1308 'dependencies': [ | 1300 'dependencies': [ |
| 1309 '../chrome/chrome.gyp:crash_service', | 1301 '../chrome/chrome.gyp:crash_service', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1400 'dependencies': [ | 1392 'dependencies': [ |
| 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1393 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1402 '../ui/views/views.gyp:views', | 1394 '../ui/views/views.gyp:views', |
| 1403 '../ui/views/views.gyp:views_unittests', | 1395 '../ui/views/views.gyp:views_unittests', |
| 1404 ], | 1396 ], |
| 1405 }, # target_name: macviews_builder | 1397 }, # target_name: macviews_builder |
| 1406 ], # targets | 1398 ], # targets |
| 1407 }], # os=='mac' and toolkit_views==1 | 1399 }], # os=='mac' and toolkit_views==1 |
| 1408 ], # conditions | 1400 ], # conditions |
| 1409 } | 1401 } |
| OLD | NEW |