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

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: 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 2744 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 }, 2755 },
2756 ], 2756 ],
2757 },], # OS!="mac" 2757 },], # OS!="mac"
2758 ['OS == "android"', { 2758 ['OS == "android"', {
2759 'targets': [ 2759 'targets': [
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_for_test_apk_java',
Yaron 2014/08/14 22:49:30 This won't be necessary if my other suggestion wor
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 '../sync/sync.gyp:sync_javatests', 2770 '../sync/sync.gyp:sync_javatests',
2771 ], 2771 ],
2772 'variables': { 2772 'variables': {
2773 'apk_name': 'ChromeShellTest', 2773 'apk_name': 'ChromeShellTest',
2774 'java_in_dir': 'android/shell/javatests', 2774 'java_in_dir': 'android/shell/javatests',
2775 'additional_src_dirs': ['android/javatests/src'], 2775 'additional_src_dirs': ['android/javatests/src'],
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
3016 ['enable_webrtc==1', { 3016 ['enable_webrtc==1', {
3017 'dependencies': [ 3017 'dependencies': [
3018 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3018 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3019 ] 3019 ]
3020 }], 3020 }],
3021 ], 3021 ],
3022 }] 3022 }]
3023 }], 3023 }],
3024 ], # 'conditions' 3024 ], # 'conditions'
3025 } 3025 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698