summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_shell_test_apk.isolate
blob: fa8e43e7ccc2a05c659ce95668d5692642cbdf85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (c) 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
  'conditions': [
    ['OS=="android"', {
      'variables': {
        'files': [
          '<(DEPTH)/chrome/test/data/android/contextmenu/',
          '<(DEPTH)/chrome/test/data/android/cookie.html',
          '<(DEPTH)/chrome/test/data/android/provider/',
          '<(DEPTH)/chrome/test/data/android/popup.html',
          '<(DEPTH)/chrome/test/data/android/url_overriding/',
          '<(DEPTH)/chrome/test/data/geolocation/geolocation_on_load.html',
          '<(DEPTH)/chrome/test/data/popup_blocker/popup-window-open.html',
          '<(DEPTH)/chrome/test/data/translate/fr_test.html',
          '<(DEPTH)/content/test/data/media/getusermedia.html',
        ],
      },
    }],
  ],
}