blob: a284dc1d8e7c5845257dc2f6cbdb567bebaf60d6 [file] [log] [blame]
[email protected]bc63a8ec2013-07-13 04:43:551# 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.
4{
5 'conditions': [
6 ['OS=="android"', {
7 'variables': {
maruel82147542014-10-01 13:21:428 'files': [
[email protected]b24033e5e2014-03-31 17:33:499 '<(PRODUCT_DIR)/chrome_100_percent.pak',
[email protected]bc63a8ec2013-07-13 04:43:5510 '<(PRODUCT_DIR)/content_resources.pak',
[email protected]b24033e5e2014-03-31 17:33:4911 '<(PRODUCT_DIR)/locales/en-US.pak',
12 '<(PRODUCT_DIR)/resources.pak',
[email protected]fb1397ce2013-08-13 22:55:0713 'test/data/',
14 ],
[email protected]bc63a8ec2013-07-13 04:43:5515 },
16 }],
17 ],
[email protected]b24033e5e2014-03-31 17:33:4918 'includes': [
19 '../third_party/icu/icu.isolate',
baixo3a3c88a2014-10-28 11:52:2120 '../gin/v8.isolate',
[email protected]b24033e5e2014-03-31 17:33:4921 ],
[email protected]bc63a8ec2013-07-13 04:43:5522}