Invalidate scans when the host volume is unmounted.
[chromium-blink-merge.git] / components / components_unittests.isolate
blobf79939d1600ce26995d92d61039ff73a255b43c3
1 # Copyright 2013 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.
5   'variables': {
6     'files': [
7       'test/data/',
8     ],
9   },
10   'conditions': [
11     ['OS=="android"', {
12       'variables': {
13         'files': [
14           '<(PRODUCT_DIR)/chrome_100_percent.pak',
15           '<(PRODUCT_DIR)/content_resources.pak',
16           '<(PRODUCT_DIR)/locales/en-US.pak',
17           '<(PRODUCT_DIR)/resources.pak',
18         ],
19       },
20     }],
21   ],
22   'includes': [
23     '../third_party/icu/icu.isolate',
24     '../gin/v8.isolate',
25   ],