blob: 7bd0b718c21d00b7b23d8bc029e09be32c7b25bc [file] [log] [blame]
# Copyright 2013 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': {
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/chrome_100_percent.pak',
'<(PRODUCT_DIR)/content_resources.pak',
'<(PRODUCT_DIR)/locales/en-US.pak',
'<(PRODUCT_DIR)/resources.pak',
],
'isolate_dependency_untracked': [
'test/data/',
],
},
}],
],
'includes': [
'../third_party/icu/icu.isolate',
],
}