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

Side by Side Diff: chrome/chrome_public_test_apk.isolate

Issue 1925013002: 👔 Make instrumentation tests declare their runtime_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'conditions': [ 6 'variables': {
7 ['OS=="android"', { 7 'files': [
8 'variables': { 8 '<(DEPTH)/chrome/test/data/android/',
9 'files': [ 9 '<(DEPTH)/chrome/test/data/banners/',
10 '<(DEPTH)/chrome/test/data/android/', 10 '<(DEPTH)/chrome/test/data/encoding_tests/auto_detect/Big5_with_no_encodin g_specified.html',
11 '<(DEPTH)/chrome/test/data/banners/', 11 '<(DEPTH)/chrome/test/data/geolocation/',
12 '<(DEPTH)/chrome/test/data/encoding_tests/auto_detect/Big5_with_no_enc oding_specified.html', 12 '<(DEPTH)/chrome/test/data/google/',
13 '<(DEPTH)/chrome/test/data/geolocation/', 13 '<(DEPTH)/chrome/test/data/image_search/valid.png',
14 '<(DEPTH)/chrome/test/data/google/', 14 '<(DEPTH)/chrome/test/data/navigation_interception/',
15 '<(DEPTH)/chrome/test/data/image_search/valid.png', 15 '<(DEPTH)/chrome/test/data/notifications/',
16 '<(DEPTH)/chrome/test/data/navigation_interception/', 16 '<(DEPTH)/chrome/test/data/popup_blocker/',
17 '<(DEPTH)/chrome/test/data/notifications/', 17 '<(DEPTH)/chrome/test/data/push_messaging/',
18 '<(DEPTH)/chrome/test/data/popup_blocker/', 18 '<(DEPTH)/chrome/test/data/translate/',
19 '<(DEPTH)/chrome/test/data/push_messaging/', 19 '<(DEPTH)/chrome/test/data/webapps/',
20 '<(DEPTH)/chrome/test/data/translate/', 20 '<(DEPTH)/chrome/test/media_router/resources/',
21 '<(DEPTH)/chrome/test/data/webapps/', 21 '<(DEPTH)/content/test/data/android/geolocation.html',
22 '<(DEPTH)/chrome/test/media_router/resources/', 22 '<(DEPTH)/content/test/data/media/getusermedia.html',
23 '<(DEPTH)/content/test/data/android/geolocation.html', 23 '<(DEPTH)/content/test/data/media/session/',
24 '<(DEPTH)/content/test/data/media/getusermedia.html', 24 '<(DEPTH)/content/test/data/media/webrtc_test_utilities.js',
25 '<(DEPTH)/content/test/data/media/session/', 25 ],
26 '<(DEPTH)/content/test/data/media/webrtc_test_utilities.js', 26 },
27 ],
28 },
29 }],
30 ],
31 } 27 }
OLDNEW
« no previous file with comments | « build/config/android/rules.gni ('k') | components/cronet/android/cronet_test_instrumentation_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698