| OLD | NEW |
| (Empty) |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'variables': { | |
| 7 'files': [ | |
| 8 '<(DEPTH)/chrome/test/data/android/', | |
| 9 '<(DEPTH)/chrome/test/data/banners/', | |
| 10 '<(DEPTH)/chrome/test/data/encoding_tests/auto_detect/Big5_with_no_encodin
g_specified.html', | |
| 11 '<(DEPTH)/chrome/test/data/geolocation/', | |
| 12 '<(DEPTH)/chrome/test/data/google/', | |
| 13 '<(DEPTH)/chrome/test/data/image_search/valid.png', | |
| 14 '<(DEPTH)/chrome/test/data/navigation_interception/', | |
| 15 '<(DEPTH)/chrome/test/data/notifications/', | |
| 16 '<(DEPTH)/chrome/test/data/popup_blocker/', | |
| 17 '<(DEPTH)/chrome/test/data/push_messaging/', | |
| 18 '<(DEPTH)/chrome/test/data/translate/', | |
| 19 '<(DEPTH)/chrome/test/data/webapps/', | |
| 20 '<(DEPTH)/chrome/test/media_router/resources/', | |
| 21 '<(DEPTH)/content/test/data/android/geolocation.html', | |
| 22 '<(DEPTH)/content/test/data/media/getusermedia.html', | |
| 23 '<(DEPTH)/content/test/data/media/session/', | |
| 24 '<(DEPTH)/content/test/data/media/webrtc_test_utilities.js', | |
| 25 ], | |
| 26 }, | |
| 27 } | |
| OLD | NEW |