OLD | NEW |
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 } |
OLD | NEW |