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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove guava deps and a useless constructor. Created 6 years, 3 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 2767 matching lines...) Expand 10 before | Expand all | Expand 10 after
2778 'targets': [ 2778 'targets': [
2779 { 2779 {
2780 'target_name': 'chrome_shell_test_apk', 2780 'target_name': 'chrome_shell_test_apk',
2781 'type': 'none', 2781 'type': 'none',
2782 'dependencies': [ 2782 'dependencies': [
2783 'chrome_java', 2783 'chrome_java',
2784 'chrome_shell_apk_java', 2784 'chrome_shell_apk_java',
2785 'chrome_java_test_support', 2785 'chrome_java_test_support',
2786 '../base/base.gyp:base', 2786 '../base/base.gyp:base',
2787 '../base/base.gyp:base_java_test_support', 2787 '../base/base.gyp:base_java_test_support',
2788 '../components/components.gyp:invalidation_javatests',
2788 '../content/content_shell_and_tests.gyp:content_java_test_support', 2789 '../content/content_shell_and_tests.gyp:content_java_test_support',
2789 '../sync/sync.gyp:sync_javatests', 2790 '../sync/sync.gyp:sync_javatests',
2790 ], 2791 ],
2791 'variables': { 2792 'variables': {
2792 'apk_name': 'ChromeShellTest', 2793 'apk_name': 'ChromeShellTest',
2793 'java_in_dir': 'android/shell/javatests', 2794 'java_in_dir': 'android/shell/javatests',
2794 'additional_src_dirs': ['android/javatests/src'], 2795 'additional_src_dirs': ['android/javatests/src'],
2795 'is_test_apk': 1, 2796 'is_test_apk': 1,
2796 }, 2797 },
2797 'includes': [ '../build/java_apk.gypi' ], 2798 'includes': [ '../build/java_apk.gypi' ],
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
3060 ['enable_webrtc==1', { 3061 ['enable_webrtc==1', {
3061 'dependencies': [ 3062 'dependencies': [
3062 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3063 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3063 ] 3064 ]
3064 }], 3065 }],
3065 ], 3066 ],
3066 }] 3067 }]
3067 }], 3068 }],
3068 ], # 'conditions' 3069 ], # 'conditions'
3069 } 3070 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698