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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1036363002: Reland of "precache: Move the java files into //components/precache/android" (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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/precache.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 '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 2896 matching lines...) Expand 10 before | Expand all | Expand 10 after
2907 # GN: //chrome/android:chrome_shell_test_apk 2907 # GN: //chrome/android:chrome_shell_test_apk
2908 'target_name': 'chrome_shell_test_apk', 2908 'target_name': 'chrome_shell_test_apk',
2909 'type': 'none', 2909 'type': 'none',
2910 'dependencies': [ 2910 'dependencies': [
2911 'chrome_java', 2911 'chrome_java',
2912 'chrome_shell_apk_java', 2912 'chrome_shell_apk_java',
2913 'chrome_java_test_support', 2913 'chrome_java_test_support',
2914 '../base/base.gyp:base', 2914 '../base/base.gyp:base',
2915 '../base/base.gyp:base_java_test_support', 2915 '../base/base.gyp:base_java_test_support',
2916 '../components/components.gyp:invalidation_javatests', 2916 '../components/components.gyp:invalidation_javatests',
2917 '../components/components.gyp:precache_javatests',
2917 '../content/content_shell_and_tests.gyp:content_java_test_support', 2918 '../content/content_shell_and_tests.gyp:content_java_test_support',
2918 '../sync/sync.gyp:sync_javatests', 2919 '../sync/sync.gyp:sync_javatests',
2919 '../ui/android/ui_android.gyp:ui_javatests', 2920 '../ui/android/ui_android.gyp:ui_javatests',
2920 ], 2921 ],
2921 'variables': { 2922 'variables': {
2922 'apk_name': 'ChromeShellTest', 2923 'apk_name': 'ChromeShellTest',
2923 'java_in_dir': 'android/shell/javatests', 2924 'java_in_dir': 'android/shell/javatests',
2924 'additional_src_dirs': ['android/javatests/src'], 2925 'additional_src_dirs': ['android/javatests/src'],
2925 'is_test_apk': 1, 2926 'is_test_apk': 1,
2926 }, 2927 },
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
3198 ['enable_webrtc==1', { 3199 ['enable_webrtc==1', {
3199 'dependencies': [ 3200 'dependencies': [
3200 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3201 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3201 ] 3202 ]
3202 }], 3203 }],
3203 ], 3204 ],
3204 }] 3205 }]
3205 }], 3206 }],
3206 ], # 'conditions' 3207 ], # 'conditions'
3207 } 3208 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/precache.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698