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

Side by Side Diff: chrome/chrome_public_test_apk.isolate

Issue 1862203003: [MediaSession, Test] Move MediaSession test data to all-platforms directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing... Created 4 years, 8 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 'conditions': [
7 ['OS=="android"', { 7 ['OS=="android"', {
8 'variables': { 8 'variables': {
9 'files': [ 9 'files': [
10 '<(DEPTH)/chrome/test/data/android/', 10 '<(DEPTH)/chrome/test/data/android/',
11 '<(DEPTH)/chrome/test/data/banners/', 11 '<(DEPTH)/chrome/test/data/banners/',
12 '<(DEPTH)/chrome/test/data/encoding_tests/auto_detect/Big5_with_no_enc oding_specified.html', 12 '<(DEPTH)/chrome/test/data/encoding_tests/auto_detect/Big5_with_no_enc oding_specified.html',
13 '<(DEPTH)/chrome/test/data/geolocation/', 13 '<(DEPTH)/chrome/test/data/geolocation/',
14 '<(DEPTH)/chrome/test/data/google/', 14 '<(DEPTH)/chrome/test/data/google/',
15 '<(DEPTH)/chrome/test/data/image_search/valid.png', 15 '<(DEPTH)/chrome/test/data/image_search/valid.png',
16 '<(DEPTH)/chrome/test/data/navigation_interception/', 16 '<(DEPTH)/chrome/test/data/navigation_interception/',
17 '<(DEPTH)/chrome/test/data/notifications/', 17 '<(DEPTH)/chrome/test/data/notifications/',
18 '<(DEPTH)/chrome/test/data/popup_blocker/', 18 '<(DEPTH)/chrome/test/data/popup_blocker/',
19 '<(DEPTH)/chrome/test/data/push_messaging/', 19 '<(DEPTH)/chrome/test/data/push_messaging/',
20 '<(DEPTH)/chrome/test/data/translate/', 20 '<(DEPTH)/chrome/test/data/translate/',
21 '<(DEPTH)/chrome/test/data/webapps/', 21 '<(DEPTH)/chrome/test/data/webapps/',
22 '<(DEPTH)/chrome/test/media_router/resources/', 22 '<(DEPTH)/chrome/test/media_router/resources/',
23 '<(DEPTH)/content/test/data/android/geolocation.html', 23 '<(DEPTH)/content/test/data/android/geolocation.html',
24 '<(DEPTH)/content/test/data/android/media/',
25 '<(DEPTH)/content/test/data/media/getusermedia.html', 24 '<(DEPTH)/content/test/data/media/getusermedia.html',
25 '<(DEPTH)/content/test/data/media/session/',
26 '<(DEPTH)/content/test/data/media/webrtc_test_utilities.js', 26 '<(DEPTH)/content/test/data/media/webrtc_test_utilities.js',
27 ], 27 ],
28 }, 28 },
29 }], 29 }],
30 ], 30 ],
31 } 31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698