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

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: A couple GN fixes. Created 6 years, 2 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after
2791 'targets': [ 2791 'targets': [
2792 { 2792 {
2793 'target_name': 'chrome_shell_test_apk', 2793 'target_name': 'chrome_shell_test_apk',
2794 'type': 'none', 2794 'type': 'none',
2795 'dependencies': [ 2795 'dependencies': [
2796 'chrome_java', 2796 'chrome_java',
2797 'chrome_shell_apk_java', 2797 'chrome_shell_apk_java',
2798 'chrome_java_test_support', 2798 'chrome_java_test_support',
2799 '../base/base.gyp:base', 2799 '../base/base.gyp:base',
2800 '../base/base.gyp:base_java_test_support', 2800 '../base/base.gyp:base_java_test_support',
2801 '../components/components.gyp:invalidation_javatests',
2801 '../content/content_shell_and_tests.gyp:content_java_test_support', 2802 '../content/content_shell_and_tests.gyp:content_java_test_support',
2802 '../sync/sync.gyp:sync_javatests', 2803 '../sync/sync.gyp:sync_javatests',
2803 ], 2804 ],
2804 'variables': { 2805 'variables': {
2805 'apk_name': 'ChromeShellTest', 2806 'apk_name': 'ChromeShellTest',
2806 'java_in_dir': 'android/shell/javatests', 2807 'java_in_dir': 'android/shell/javatests',
2807 'additional_src_dirs': ['android/javatests/src'], 2808 'additional_src_dirs': ['android/javatests/src'],
2808 'is_test_apk': 1, 2809 'is_test_apk': 1,
2809 }, 2810 },
2810 'includes': [ '../build/java_apk.gypi' ], 2811 'includes': [ '../build/java_apk.gypi' ],
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 ['enable_webrtc==1', { 3059 ['enable_webrtc==1', {
3059 'dependencies': [ 3060 'dependencies': [
3060 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3061 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3061 ] 3062 ]
3062 }], 3063 }],
3063 ], 3064 ],
3064 }] 3065 }]
3065 }], 3066 }],
3066 ], # 'conditions' 3067 ], # 'conditions'
3067 } 3068 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698