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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 457883002: Use Sync FakeServer in Android tests via custom APK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add readme 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
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 2749 matching lines...) Expand 10 before | Expand all | Expand 10 after
2760 { 2760 {
2761 'target_name': 'chrome_shell_test_apk', 2761 'target_name': 'chrome_shell_test_apk',
2762 'type': 'none', 2762 'type': 'none',
2763 'dependencies': [ 2763 'dependencies': [
2764 'chrome_java', 2764 'chrome_java',
2765 'chrome_shell_apk_java', 2765 'chrome_shell_apk_java',
2766 'chrome_java_test_support', 2766 'chrome_java_test_support',
2767 '../base/base.gyp:base', 2767 '../base/base.gyp:base',
2768 '../base/base.gyp:base_java_test_support', 2768 '../base/base.gyp:base_java_test_support',
2769 '../content/content_shell_and_tests.gyp:content_java_test_support', 2769 '../content/content_shell_and_tests.gyp:content_java_test_support',
2770 # move?
rlarocque 2014/08/19 18:04:19 Remove this comment before committing? And, to an
pval...(no longer on Chromium) 2014/08/19 18:43:22 Removed; thanks for catching this comment. I have
2770 '../sync/sync.gyp:sync_javatests', 2771 '../sync/sync.gyp:sync_javatests',
2771 ], 2772 ],
2772 'variables': { 2773 'variables': {
2773 'apk_name': 'ChromeShellTest', 2774 'apk_name': 'ChromeShellTest',
2774 'java_in_dir': 'android/shell/javatests', 2775 'java_in_dir': 'android/shell/javatests',
2775 'additional_src_dirs': ['android/javatests/src'], 2776 'additional_src_dirs': ['android/javatests/src'],
2776 'is_test_apk': 1, 2777 'is_test_apk': 1,
2777 }, 2778 },
2778 'includes': [ '../build/java_apk.gypi' ], 2779 'includes': [ '../build/java_apk.gypi' ],
2779 }, 2780 },
(...skipping 21 matching lines...) Expand all
2801 }, 2802 },
2802 { 2803 {
2803 'target_name': 'chrome_shell_uiautomator_tests', 2804 'target_name': 'chrome_shell_uiautomator_tests',
2804 'type': 'none', 2805 'type': 'none',
2805 'dependencies': [ 2806 'dependencies': [
2806 'chrome_shell_uiautomator_tests_java', 2807 'chrome_shell_uiautomator_tests_java',
2807 ], 2808 ],
2808 'includes': [ '../build/uiautomator_test.gypi' ], 2809 'includes': [ '../build/uiautomator_test.gypi' ],
2809 }, 2810 },
2810 { 2811 {
2812 'target_name': 'chrome_sync_shell_test_apk',
2813 'type': 'none',
2814 'dependencies': [
2815 'chrome_java',
2816 'chrome_sync_shell_apk_java',
2817 'chrome_java_test_support',
2818 '../base/base.gyp:base',
2819 '../base/base.gyp:base_java_test_support',
2820 '../content/content_shell_and_tests.gyp:content_java_test_support',
2821 ],
2822 'variables': {
2823 'apk_name': 'ChromeSyncShellTest',
2824 'java_in_dir': 'android/sync_shell/javatests',
2825 'additional_src_dirs': [ 'android/shell/javatests', ],
2826 'is_test_apk': 1,
2827 },
2828 'includes': [ '../build/java_apk.gypi' ],
2829 },
2830 {
2811 'target_name': 'chrome_java_test_support', 2831 'target_name': 'chrome_java_test_support',
2812 'type': 'none', 2832 'type': 'none',
2813 'variables': { 2833 'variables': {
2814 'package_name': 'chrome_java_test_support', 2834 'package_name': 'chrome_java_test_support',
2815 'java_in_dir': '../chrome/test/android/javatests', 2835 'java_in_dir': '../chrome/test/android/javatests',
2816 }, 2836 },
2817 'dependencies': [ 2837 'dependencies': [
2818 'chrome_java', 2838 'chrome_java',
2819 '../content/content_shell_and_tests.gyp:content_java_test_support', 2839 '../content/content_shell_and_tests.gyp:content_java_test_support',
2820 '../sync/sync.gyp:sync_java', 2840 '../sync/sync.gyp:sync_java',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
3016 ['enable_webrtc==1', { 3036 ['enable_webrtc==1', {
3017 'dependencies': [ 3037 'dependencies': [
3018 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3038 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3019 ] 3039 ]
3020 }], 3040 }],
3021 ], 3041 ],
3022 }] 3042 }]
3023 }], 3043 }],
3024 ], # 'conditions' 3044 ], # 'conditions'
3025 } 3045 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698