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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 998373004: Sync: Generalize entity injection in Android tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 '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 2947 matching lines...) Expand 10 before | Expand all | Expand 10 after
2958 # GN: //chrome/android:chrome_sync_shell_test_apk 2958 # GN: //chrome/android:chrome_sync_shell_test_apk
2959 'target_name': 'chrome_sync_shell_test_apk', 2959 'target_name': 'chrome_sync_shell_test_apk',
2960 'type': 'none', 2960 'type': 'none',
2961 'dependencies': [ 2961 'dependencies': [
2962 'chrome_java', 2962 'chrome_java',
2963 'chrome_sync_shell_apk_java', 2963 'chrome_sync_shell_apk_java',
2964 'chrome_java_test_support', 2964 'chrome_java_test_support',
2965 '../base/base.gyp:base', 2965 '../base/base.gyp:base',
2966 '../base/base.gyp:base_java_test_support', 2966 '../base/base.gyp:base_java_test_support',
2967 '../content/content_shell_and_tests.gyp:content_java_test_support', 2967 '../content/content_shell_and_tests.gyp:content_java_test_support',
2968 '../sync/sync.gyp:test_support_sync_proto_java',
2968 ], 2969 ],
2969 'variables': { 2970 'variables': {
2970 'apk_name': 'ChromeSyncShellTest', 2971 'apk_name': 'ChromeSyncShellTest',
2971 'java_in_dir': 'android/sync_shell/javatests', 2972 'java_in_dir': 'android/sync_shell/javatests',
2972 'additional_src_dirs': [ 'android/shell/javatests', ], 2973 'additional_src_dirs': [ 'android/shell/javatests', ],
2973 'is_test_apk': 1, 2974 'is_test_apk': 1,
2974 }, 2975 },
2975 'includes': [ '../build/java_apk.gypi' ], 2976 'includes': [ '../build/java_apk.gypi' ],
2976 }, 2977 },
2977 { 2978 {
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
3173 ['enable_webrtc==1', { 3174 ['enable_webrtc==1', {
3174 'dependencies': [ 3175 'dependencies': [
3175 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3176 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3176 ] 3177 ]
3177 }], 3178 }],
3178 ], 3179 ],
3179 }] 3180 }]
3180 }], 3181 }],
3181 ], # 'conditions' 3182 ], # 'conditions'
3182 } 3183 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698