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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 736163002: Upstream SpanApplier.java and SpanApplierTest.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor tweaks to SpanApplier upstream Created 6 years, 1 month 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/android/BUILD.gn ('k') | ui/android/BUILD.gn » ('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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 2956 matching lines...) Expand 10 before | Expand all | Expand 10 after
2967 'type': 'none', 2967 'type': 'none',
2968 'dependencies': [ 2968 'dependencies': [
2969 'chrome_java', 2969 'chrome_java',
2970 'chrome_shell_apk_java', 2970 'chrome_shell_apk_java',
2971 'chrome_java_test_support', 2971 'chrome_java_test_support',
2972 '../base/base.gyp:base', 2972 '../base/base.gyp:base',
2973 '../base/base.gyp:base_java_test_support', 2973 '../base/base.gyp:base_java_test_support',
2974 '../components/components.gyp:invalidation_javatests', 2974 '../components/components.gyp:invalidation_javatests',
2975 '../content/content_shell_and_tests.gyp:content_java_test_support', 2975 '../content/content_shell_and_tests.gyp:content_java_test_support',
2976 '../sync/sync.gyp:sync_javatests', 2976 '../sync/sync.gyp:sync_javatests',
2977 '../ui/android/ui_android.gyp:ui_javatests',
2977 ], 2978 ],
2978 'variables': { 2979 'variables': {
2979 'apk_name': 'ChromeShellTest', 2980 'apk_name': 'ChromeShellTest',
2980 'java_in_dir': 'android/shell/javatests', 2981 'java_in_dir': 'android/shell/javatests',
2981 'additional_src_dirs': ['android/javatests/src'], 2982 'additional_src_dirs': ['android/javatests/src'],
2982 'is_test_apk': 1, 2983 'is_test_apk': 1,
2983 }, 2984 },
2984 'includes': [ '../build/java_apk.gypi' ], 2985 'includes': [ '../build/java_apk.gypi' ],
2985 }, 2986 },
2986 { 2987 {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
3230 ['enable_webrtc==1', { 3231 ['enable_webrtc==1', {
3231 'dependencies': [ 3232 'dependencies': [
3232 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3233 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3233 ] 3234 ]
3234 }], 3235 }],
3235 ], 3236 ],
3236 }] 3237 }]
3237 }], 3238 }],
3238 ], # 'conditions' 3239 ], # 'conditions'
3239 } 3240 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698