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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1031003003: 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 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 # GN: //chrome/android:chrome_shell_test_apk 2902 # GN: //chrome/android:chrome_shell_test_apk
2903 'target_name': 'chrome_shell_test_apk', 2903 'target_name': 'chrome_shell_test_apk',
2904 'type': 'none', 2904 'type': 'none',
2905 'dependencies': [ 2905 'dependencies': [
2906 'chrome_java', 2906 'chrome_java',
2907 'chrome_shell_apk_java', 2907 'chrome_shell_apk_java',
2908 'chrome_java_test_support', 2908 'chrome_java_test_support',
2909 '../base/base.gyp:base', 2909 '../base/base.gyp:base',
2910 '../base/base.gyp:base_java_test_support', 2910 '../base/base.gyp:base_java_test_support',
2911 '../components/components.gyp:invalidation_javatests', 2911 '../components/components.gyp:invalidation_javatests',
2912 '../components/components.gyp:precache_javatests',
Lei Zhang 2015/03/25 20:47:49 Should there be a GN precache_javatests target, an
sadrul 2015/03/25 22:25:33 Whoops. You are right. I have added the precache_j
2912 '../content/content_shell_and_tests.gyp:content_java_test_support', 2913 '../content/content_shell_and_tests.gyp:content_java_test_support',
2913 '../sync/sync.gyp:sync_javatests', 2914 '../sync/sync.gyp:sync_javatests',
2914 '../ui/android/ui_android.gyp:ui_javatests', 2915 '../ui/android/ui_android.gyp:ui_javatests',
2915 ], 2916 ],
2916 'variables': { 2917 'variables': {
2917 'apk_name': 'ChromeShellTest', 2918 'apk_name': 'ChromeShellTest',
2918 'java_in_dir': 'android/shell/javatests', 2919 'java_in_dir': 'android/shell/javatests',
2919 'additional_src_dirs': ['android/javatests/src'], 2920 'additional_src_dirs': ['android/javatests/src'],
2920 'is_test_apk': 1, 2921 'is_test_apk': 1,
2921 }, 2922 },
(...skipping 251 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
« 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