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

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 AndroidWebviewTest manifest changes 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 2917 matching lines...) Expand 10 before | Expand all | Expand 10 after
2928 'dependencies': [ 2928 'dependencies': [
2929 'chrome_java', 2929 'chrome_java',
2930 'chrome_shell_apk_java', 2930 'chrome_shell_apk_java',
2931 'chrome_java_test_support', 2931 'chrome_java_test_support',
2932 '../base/base.gyp:base', 2932 '../base/base.gyp:base',
2933 '../base/base.gyp:base_java_test_support', 2933 '../base/base.gyp:base_java_test_support',
2934 '../components/components.gyp:invalidation_javatests', 2934 '../components/components.gyp:invalidation_javatests',
2935 '../components/components.gyp:precache_javatests', 2935 '../components/components.gyp:precache_javatests',
2936 '../content/content_shell_and_tests.gyp:content_java_test_support', 2936 '../content/content_shell_and_tests.gyp:content_java_test_support',
2937 '../sync/sync.gyp:sync_javatests', 2937 '../sync/sync.gyp:sync_javatests',
2938 '../testing/android/on_device_instrumentation.gyp:broker_java',
2939 '../testing/android/on_device_instrumentation.gyp:require_driver_apk ',
2938 '../ui/android/ui_android.gyp:ui_javatests', 2940 '../ui/android/ui_android.gyp:ui_javatests',
2939 ], 2941 ],
2940 'variables': { 2942 'variables': {
2941 'apk_name': 'ChromeShellTest', 2943 'apk_name': 'ChromeShellTest',
2942 'java_in_dir': 'android/shell/javatests', 2944 'java_in_dir': 'android/shell/javatests',
2943 'additional_src_dirs': ['android/javatests/src'], 2945 'additional_src_dirs': ['android/javatests/src'],
2944 'is_test_apk': 1, 2946 'is_test_apk': 1,
2945 }, 2947 },
2946 'includes': [ '../build/java_apk.gypi' ], 2948 'includes': [ '../build/java_apk.gypi' ],
2947 }, 2949 },
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
3237 ['enable_webrtc==1', { 3239 ['enable_webrtc==1', {
3238 'dependencies': [ 3240 'dependencies': [
3239 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3241 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3240 ] 3242 ]
3241 }], 3243 }],
3242 ], 3244 ],
3243 }] 3245 }]
3244 }], 3246 }],
3245 ], # 'conditions' 3247 ], # 'conditions'
3246 } 3248 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698