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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 457813002: Put GPU isolate targets under archive_gpu_tests=1 GYP variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 2809 matching lines...) Expand 10 before | Expand all | Expand 10 after
2820 '../sync/sync.gyp:sync_java', 2820 '../sync/sync.gyp:sync_java',
2821 '../sync/sync.gyp:sync_java_test_support', 2821 '../sync/sync.gyp:sync_java_test_support',
2822 ], 2822 ],
2823 'includes': [ '../build/java.gypi' ], 2823 'includes': [ '../build/java.gypi' ],
2824 }, 2824 },
2825 ], 2825 ],
2826 }], 2826 }],
2827 ['test_isolation_mode != "noop"', { 2827 ['test_isolation_mode != "noop"', {
2828 'targets': [ 2828 'targets': [
2829 { 2829 {
2830 'target_name': 'angle_unittests_run',
2831 'type': 'none',
2832 'dependencies': [
2833 '../gpu/gpu.gyp:angle_unittests',
2834 ],
2835 'includes': [
2836 '../build/isolate.gypi',
2837 'angle_unittests.isolate',
2838 ],
2839 'sources': [
2840 'angle_unittests.isolate',
2841 ],
2842 },
2843 {
2844 'target_name': 'browser_tests_run', 2830 'target_name': 'browser_tests_run',
2845 'type': 'none', 2831 'type': 'none',
2846 'dependencies': [ 2832 'dependencies': [
2847 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin', 2833 '../content/content_shell_and_tests.gyp:copy_test_netscape_plugin',
2848 'browser_tests', 2834 'browser_tests',
2849 'chrome', 2835 'chrome',
2850 ], 2836 ],
2851 'includes': [ 2837 'includes': [
2852 '../build/isolate.gypi', 2838 '../build/isolate.gypi',
2853 'browser_tests.isolate', 2839 'browser_tests.isolate',
2854 ], 2840 ],
2855 'sources': [ 2841 'sources': [
2856 'browser_tests.isolate', 2842 'browser_tests.isolate',
2857 ], 2843 ],
2858 'conditions': [ 2844 'conditions': [
2859 ['use_x11==1', { 2845 ['use_x11==1', {
2860 'dependencies': [ 2846 'dependencies': [
2861 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2847 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2862 ], 2848 ],
2863 }], 2849 }],
2864 ], 2850 ],
2865 }, 2851 },
2866 { 2852 {
2867 'target_name': 'content_gl_tests_run',
2868 'type': 'none',
2869 'dependencies': [
2870 '../content/content_shell_and_tests.gyp:content_gl_tests',
2871 'chrome_run',
2872 ],
2873 'includes': [
2874 '../build/isolate.gypi',
2875 'content_gl_tests.isolate',
2876 ],
2877 'sources': [
2878 'content_gl_tests.isolate',
2879 ],
2880 },
2881 {
2882 'target_name': 'gl_tests_run',
2883 'type': 'none',
2884 'dependencies': [
2885 '../gpu/gpu.gyp:gl_tests',
2886 ],
2887 'includes': [
2888 '../build/isolate.gypi',
2889 'gl_tests.isolate',
2890 ],
2891 'sources': [
2892 'gl_tests.isolate',
2893 ],
2894 },
2895 {
2896 'target_name': 'interactive_ui_tests_run', 2853 'target_name': 'interactive_ui_tests_run',
2897 'type': 'none', 2854 'type': 'none',
2898 'dependencies': [ 2855 'dependencies': [
2899 'interactive_ui_tests', 2856 'interactive_ui_tests',
2900 ], 2857 ],
2901 'conditions': [ 2858 'conditions': [
2902 ['use_x11 == 1', { 2859 ['use_x11 == 1', {
2903 'dependencies': [ 2860 'dependencies': [
2904 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2861 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2905 ], 2862 ],
(...skipping 22 matching lines...) Expand all
2928 ], 2885 ],
2929 'includes': [ 2886 'includes': [
2930 '../build/isolate.gypi', 2887 '../build/isolate.gypi',
2931 'sync_integration_tests.isolate', 2888 'sync_integration_tests.isolate',
2932 ], 2889 ],
2933 'sources': [ 2890 'sources': [
2934 'sync_integration_tests.isolate', 2891 'sync_integration_tests.isolate',
2935 ], 2892 ],
2936 }, 2893 },
2937 { 2894 {
2938 'target_name': 'tab_capture_end2end_tests_run',
2939 'type': 'none',
2940 'dependencies': [
2941 'browser_tests_run',
2942 ],
2943 'includes': [
2944 '../build/isolate.gypi',
2945 'tab_capture_end2end_tests.isolate',
2946 ],
2947 'sources': [
2948 'tab_capture_end2end_tests.isolate',
2949 ],
2950 },
2951 {
2952 'target_name': 'tab_capture_performance_tests_run', 2895 'target_name': 'tab_capture_performance_tests_run',
2953 'type': 'none', 2896 'type': 'none',
2954 'dependencies': [ 2897 'dependencies': [
2955 'performance_browser_tests', 2898 'performance_browser_tests',
2956 'chrome_run', 2899 'chrome_run',
2957 ], 2900 ],
2958 'includes': [ 2901 'includes': [
2959 '../build/isolate.gypi', 2902 '../build/isolate.gypi',
2960 'tab_capture_performance_tests.isolate', 2903 'tab_capture_performance_tests.isolate',
2961 ], 2904 ],
2962 'sources': [ 2905 'sources': [
2963 'tab_capture_performance_tests.isolate', 2906 'tab_capture_performance_tests.isolate',
2964 ], 2907 ],
2965 }, 2908 },
2966 { 2909 ],
2967 'target_name': 'telemetry_gpu_test_run', 2910 'conditions': [
2968 'type': 'none', 2911 ['archive_gpu_tests==1', {
2969 'dependencies': [ 2912 'targets': [
2970 'chrome_run', 2913 {
2971 '../tools/telemetry/telemetry.gyp:bitmaptools#host', 2914 'target_name': 'angle_unittests_run',
2915 'type': 'none',
2916 'dependencies': [
2917 '../gpu/gpu.gyp:angle_unittests',
2918 ],
2919 'includes': [
2920 '../build/isolate.gypi',
2921 'angle_unittests.isolate',
2922 ],
2923 'sources': [
2924 'angle_unittests.isolate',
2925 ],
2926 },
2927 {
2928 'target_name': 'content_gl_tests_run',
2929 'type': 'none',
2930 'dependencies': [
2931 '../content/content_shell_and_tests.gyp:content_gl_tests',
2932 'chrome_run',
2933 ],
2934 'includes': [
2935 '../build/isolate.gypi',
2936 'content_gl_tests.isolate',
2937 ],
2938 'sources': [
2939 'content_gl_tests.isolate',
2940 ],
2941 },
2942 {
2943 'target_name': 'gl_tests_run',
2944 'type': 'none',
2945 'dependencies': [
2946 '../gpu/gpu.gyp:gl_tests',
2947 ],
2948 'includes': [
2949 '../build/isolate.gypi',
2950 'gl_tests.isolate',
2951 ],
2952 'sources': [
2953 'gl_tests.isolate',
2954 ],
2955 },
2956 {
2957 'target_name': 'tab_capture_end2end_tests_run',
2958 'type': 'none',
2959 'dependencies': [
2960 'browser_tests_run',
2961 ],
2962 'includes': [
2963 '../build/isolate.gypi',
2964 'tab_capture_end2end_tests.isolate',
2965 ],
2966 'sources': [
2967 'tab_capture_end2end_tests.isolate',
2968 ],
2969 },
2970 {
2971 'target_name': 'telemetry_gpu_test_run',
2972 'type': 'none',
2973 'dependencies': [
2974 'chrome_run',
2975 '../tools/telemetry/telemetry.gyp:bitmaptools#host',
2976 ],
2977 'includes': [
2978 '../build/isolate.gypi',
2979 'telemetry_gpu_test.isolate',
2980 ],
2981 'sources': [
2982 'telemetry_gpu_test.isolate',
2983 ],
2984 },
2972 ], 2985 ],
2973 'includes': [ 2986 'conditions': [
2974 '../build/isolate.gypi', 2987 ['internal_gles2_conform_tests==1', {
2975 'telemetry_gpu_test.isolate', 2988 'targets': [
2989 {
2990 'target_name': 'gles2_conform_test_run',
2991 'type': 'none',
2992 'dependencies': [
2993 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_c onform_test',
2994 ],
2995 'includes': [
2996 '../build/isolate.gypi',
2997 'gles2_conform_test.isolate',
2998 ],
2999 'sources': [
3000 'gles2_conform_test.isolate',
3001 ],
3002 },
3003 ],
3004 }],
2976 ], 3005 ],
2977 'sources': [ 3006 }],
2978 'telemetry_gpu_test.isolate',
2979 ],
2980 },
2981 ],
2982 }],
2983 ['test_isolation_mode != "noop" and internal_gles2_conform_tests==1', {
2984 'targets': [
2985 {
2986 'target_name': 'gles2_conform_test_run',
2987 'type': 'none',
2988 'dependencies': [
2989 '../gpu/gles2_conform_support/gles2_conform_test.gyp:gles2_conform_t est',
2990 ],
2991 'includes': [
2992 '../build/isolate.gypi',
2993 'gles2_conform_test.isolate',
2994 ],
2995 'sources': [
2996 'gles2_conform_test.isolate',
2997 ],
2998 },
2999 ], 3007 ],
3000 }], 3008 }],
3001 [ 'enable_mdns == 1', { 3009 [ 'enable_mdns == 1', {
3002 'targets': [{ 3010 'targets': [{
3003 'target_name': 'service_discovery_sniffer', 3011 'target_name': 'service_discovery_sniffer',
3004 'type': 'executable', 3012 'type': 'executable',
3005 'dependencies': [ 3013 'dependencies': [
3006 '../net/net.gyp:net', 3014 '../net/net.gyp:net',
3007 '../base/base.gyp:base', 3015 '../base/base.gyp:base',
3008 '../base/base.gyp:test_support_base', 3016 '../base/base.gyp:test_support_base',
3009 'utility', 3017 'utility',
3010 ], 3018 ],
3011 'sources': [ 3019 'sources': [
3012 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3020 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3013 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3021 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3014 ], 3022 ],
3015 'conditions': [ 3023 'conditions': [
3016 ['enable_webrtc==1', { 3024 ['enable_webrtc==1', {
3017 'dependencies': [ 3025 'dependencies': [
3018 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3026 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3019 ] 3027 ]
3020 }], 3028 }],
3021 ], 3029 ],
3022 }] 3030 }]
3023 }], 3031 }],
3024 ], # 'conditions' 3032 ], # 'conditions'
3025 } 3033 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698