OLD | NEW |
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 'variables': { | 5 'variables': { |
6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 2849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2860 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | 2860 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
2861 ], | 2861 ], |
2862 }], | 2862 }], |
2863 ], | 2863 ], |
2864 }, | 2864 }, |
2865 ], | 2865 ], |
2866 },], # OS!="mac" | 2866 },], # OS!="mac" |
2867 ['OS == "android"', { | 2867 ['OS == "android"', { |
2868 'targets': [ | 2868 'targets': [ |
2869 { | 2869 { |
| 2870 # GN: //chrome/android:chrome_shell_test_apk |
2870 'target_name': 'chrome_shell_test_apk', | 2871 'target_name': 'chrome_shell_test_apk', |
2871 'type': 'none', | 2872 'type': 'none', |
2872 'dependencies': [ | 2873 'dependencies': [ |
2873 'chrome_java', | 2874 'chrome_java', |
2874 'chrome_shell_apk_java', | 2875 'chrome_shell_apk_java', |
2875 'chrome_java_test_support', | 2876 'chrome_java_test_support', |
2876 '../base/base.gyp:base', | 2877 '../base/base.gyp:base', |
2877 '../base/base.gyp:base_java_test_support', | 2878 '../base/base.gyp:base_java_test_support', |
2878 '../components/components.gyp:invalidation_javatests', | 2879 '../components/components.gyp:invalidation_javatests', |
2879 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2880 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2880 '../sync/sync.gyp:sync_javatests', | 2881 '../sync/sync.gyp:sync_javatests', |
2881 ], | 2882 ], |
2882 'variables': { | 2883 'variables': { |
2883 'apk_name': 'ChromeShellTest', | 2884 'apk_name': 'ChromeShellTest', |
2884 'java_in_dir': 'android/shell/javatests', | 2885 'java_in_dir': 'android/shell/javatests', |
2885 'additional_src_dirs': ['android/javatests/src'], | 2886 'additional_src_dirs': ['android/javatests/src'], |
2886 'is_test_apk': 1, | 2887 'is_test_apk': 1, |
2887 }, | 2888 }, |
2888 'includes': [ '../build/java_apk.gypi' ], | 2889 'includes': [ '../build/java_apk.gypi' ], |
2889 }, | 2890 }, |
2890 { | 2891 { |
| 2892 # GN: //chrome/test/chromedriver/test/webview_shell:chromedriver_webvi
ew_shell_apk |
2891 'target_name': 'chromedriver_webview_shell_apk', | 2893 'target_name': 'chromedriver_webview_shell_apk', |
2892 'type': 'none', | 2894 'type': 'none', |
2893 'variables': { | 2895 'variables': { |
2894 'apk_name': 'ChromeDriverWebViewShell', | 2896 'apk_name': 'ChromeDriverWebViewShell', |
2895 'java_in_dir': 'test/chromedriver/test/webview_shell/java', | 2897 'java_in_dir': 'test/chromedriver/test/webview_shell/java', |
2896 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', | 2898 'resource_dir': 'test/chromedriver/test/webview_shell/java/res', |
2897 }, | 2899 }, |
2898 'includes': [ '../build/java_apk.gypi' ], | 2900 'includes': [ '../build/java_apk.gypi' ], |
2899 }, | 2901 }, |
2900 { | 2902 { |
| 2903 # GN: //chrome/android:uiautomator_tests_java |
2901 'target_name': 'chrome_shell_uiautomator_tests_java', | 2904 'target_name': 'chrome_shell_uiautomator_tests_java', |
2902 'type': 'none', | 2905 'type': 'none', |
2903 'variables': { | 2906 'variables': { |
2904 'java_in_dir': 'android/uiautomator_tests', | 2907 'java_in_dir': 'android/uiautomator_tests', |
2905 }, | 2908 }, |
2906 'dependencies': [ | 2909 'dependencies': [ |
2907 '../base/base.gyp:base_java_test_support', | 2910 '../base/base.gyp:base_java_test_support', |
2908 '../third_party/android_tools/android_tools.gyp:uiautomator_jar', | 2911 '../third_party/android_tools/android_tools.gyp:uiautomator_jar', |
2909 ], | 2912 ], |
2910 'includes': [ '../build/java.gypi' ], | 2913 'includes': [ '../build/java.gypi' ], |
2911 }, | 2914 }, |
2912 { | 2915 { |
| 2916 # GN: //chrome/android:uiautomator_tests |
2913 'target_name': 'chrome_shell_uiautomator_tests', | 2917 'target_name': 'chrome_shell_uiautomator_tests', |
2914 'type': 'none', | 2918 'type': 'none', |
2915 'dependencies': [ | 2919 'dependencies': [ |
2916 'chrome_shell_uiautomator_tests_java', | 2920 'chrome_shell_uiautomator_tests_java', |
2917 ], | 2921 ], |
2918 'includes': [ '../build/uiautomator_test.gypi' ], | 2922 'includes': [ '../build/uiautomator_test.gypi' ], |
2919 }, | 2923 }, |
2920 { | 2924 { |
| 2925 # GN: //chrome/android:chrome_sync_shell_test_apk |
2921 'target_name': 'chrome_sync_shell_test_apk', | 2926 'target_name': 'chrome_sync_shell_test_apk', |
2922 'type': 'none', | 2927 'type': 'none', |
2923 'dependencies': [ | 2928 'dependencies': [ |
2924 'chrome_java', | 2929 'chrome_java', |
2925 'chrome_sync_shell_apk_java', | 2930 'chrome_sync_shell_apk_java', |
2926 'chrome_java_test_support', | 2931 'chrome_java_test_support', |
2927 '../base/base.gyp:base', | 2932 '../base/base.gyp:base', |
2928 '../base/base.gyp:base_java_test_support', | 2933 '../base/base.gyp:base_java_test_support', |
2929 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2934 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2930 ], | 2935 ], |
2931 'variables': { | 2936 'variables': { |
2932 'apk_name': 'ChromeSyncShellTest', | 2937 'apk_name': 'ChromeSyncShellTest', |
2933 'java_in_dir': 'android/sync_shell/javatests', | 2938 'java_in_dir': 'android/sync_shell/javatests', |
2934 'additional_src_dirs': [ 'android/shell/javatests', ], | 2939 'additional_src_dirs': [ 'android/shell/javatests', ], |
2935 'is_test_apk': 1, | 2940 'is_test_apk': 1, |
2936 }, | 2941 }, |
2937 'includes': [ '../build/java_apk.gypi' ], | 2942 'includes': [ '../build/java_apk.gypi' ], |
2938 }, | 2943 }, |
2939 { | 2944 { |
| 2945 # GN: //chrome/test/android:chrome_java_test_support |
2940 'target_name': 'chrome_java_test_support', | 2946 'target_name': 'chrome_java_test_support', |
2941 'type': 'none', | 2947 'type': 'none', |
2942 'variables': { | 2948 'variables': { |
2943 'java_in_dir': '../chrome/test/android/javatests', | 2949 'java_in_dir': '../chrome/test/android/javatests', |
2944 }, | 2950 }, |
2945 'dependencies': [ | 2951 'dependencies': [ |
2946 'chrome_java', | 2952 'chrome_java', |
2947 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2953 '../content/content_shell_and_tests.gyp:content_java_test_support', |
2948 '../sync/sync.gyp:sync_java', | 2954 '../sync/sync.gyp:sync_java', |
2949 '../sync/sync.gyp:sync_java_test_support', | 2955 '../sync/sync.gyp:sync_java_test_support', |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3128 ['enable_webrtc==1', { | 3134 ['enable_webrtc==1', { |
3129 'dependencies': [ | 3135 'dependencies': [ |
3130 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3136 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3131 ] | 3137 ] |
3132 }], | 3138 }], |
3133 ], | 3139 ], |
3134 }] | 3140 }] |
3135 }], | 3141 }], |
3136 ], # 'conditions' | 3142 ], # 'conditions' |
3137 } | 3143 } |
OLD | NEW |