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

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: Try removing invalidation_unittests and using components_unittests instead. 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 2777 matching lines...) Expand 10 before | Expand all | Expand 10 after
2788 'targets': [ 2788 'targets': [
2789 { 2789 {
2790 'target_name': 'chrome_shell_test_apk', 2790 'target_name': 'chrome_shell_test_apk',
2791 'type': 'none', 2791 'type': 'none',
2792 'dependencies': [ 2792 'dependencies': [
2793 'chrome_java', 2793 'chrome_java',
2794 'chrome_shell_apk_java', 2794 'chrome_shell_apk_java',
2795 'chrome_java_test_support', 2795 'chrome_java_test_support',
2796 '../base/base.gyp:base', 2796 '../base/base.gyp:base',
2797 '../base/base.gyp:base_java_test_support', 2797 '../base/base.gyp:base_java_test_support',
2798 '../components/components.gyp:invalidation_javatests',
2798 '../content/content_shell_and_tests.gyp:content_java_test_support', 2799 '../content/content_shell_and_tests.gyp:content_java_test_support',
2799 '../sync/sync.gyp:sync_javatests', 2800 '../sync/sync.gyp:sync_javatests',
2800 ], 2801 ],
2801 'variables': { 2802 'variables': {
2802 'apk_name': 'ChromeShellTest', 2803 'apk_name': 'ChromeShellTest',
2803 'java_in_dir': 'android/shell/javatests', 2804 'java_in_dir': 'android/shell/javatests',
2804 'additional_src_dirs': ['android/javatests/src'], 2805 'additional_src_dirs': ['android/javatests/src'],
2805 'is_test_apk': 1, 2806 'is_test_apk': 1,
2806 }, 2807 },
2807 'includes': [ '../build/java_apk.gypi' ], 2808 'includes': [ '../build/java_apk.gypi' ],
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
3055 ['enable_webrtc==1', { 3056 ['enable_webrtc==1', {
3056 'dependencies': [ 3057 'dependencies': [
3057 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3058 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3058 ] 3059 ]
3059 }], 3060 }],
3060 ], 3061 ],
3061 }] 3062 }]
3062 }], 3063 }],
3063 ], # 'conditions' 3064 ], # 'conditions'
3064 } 3065 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | content/content.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698