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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1034053002: [Android] Add an out-of-app instrumentation driver APK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest_apk gn template Created 5 years, 8 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
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 '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 2908 matching lines...) Expand 10 before | Expand all | Expand 10 after
2919 'dependencies': [ 2919 'dependencies': [
2920 'chrome_java', 2920 'chrome_java',
2921 'chrome_shell_apk_java', 2921 'chrome_shell_apk_java',
2922 'chrome_java_test_support', 2922 'chrome_java_test_support',
2923 '../base/base.gyp:base', 2923 '../base/base.gyp:base',
2924 '../base/base.gyp:base_java_test_support', 2924 '../base/base.gyp:base_java_test_support',
2925 '../components/components.gyp:invalidation_javatests', 2925 '../components/components.gyp:invalidation_javatests',
2926 '../components/components.gyp:precache_javatests', 2926 '../components/components.gyp:precache_javatests',
2927 '../content/content_shell_and_tests.gyp:content_java_test_support', 2927 '../content/content_shell_and_tests.gyp:content_java_test_support',
2928 '../sync/sync.gyp:sync_javatests', 2928 '../sync/sync.gyp:sync_javatests',
2929 '../testing/android/on_device_instrumentation.gyp:broker_java',
Lei Zhang 2015/04/22 17:25:01 Why does chrome/android/BUILD.gn depend on //testi
jbudorick 2015/04/22 22:15:34 - the gn versions of chrome_shell_test_apk and con
2929 '../ui/android/ui_android.gyp:ui_javatests', 2930 '../ui/android/ui_android.gyp:ui_javatests',
2930 ], 2931 ],
2931 'variables': { 2932 'variables': {
2932 'apk_name': 'ChromeShellTest', 2933 'apk_name': 'ChromeShellTest',
2933 'java_in_dir': 'android/shell/javatests', 2934 'java_in_dir': 'android/shell/javatests',
2934 'additional_src_dirs': ['android/javatests/src'], 2935 'additional_src_dirs': ['android/javatests/src'],
2935 'is_test_apk': 1, 2936 'is_test_apk': 1,
2936 }, 2937 },
2937 'includes': [ '../build/java_apk.gypi' ], 2938 'includes': [ '../build/java_apk.gypi' ],
2938 }, 2939 },
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
3228 ['enable_webrtc==1', { 3229 ['enable_webrtc==1', {
3229 'dependencies': [ 3230 'dependencies': [
3230 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3231 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3231 ] 3232 ]
3232 }], 3233 }],
3233 ], 3234 ],
3234 }] 3235 }]
3235 }], 3236 }],
3236 ], # 'conditions' 3237 ], # 'conditions'
3237 } 3238 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698