[email protected] | bc63a8ec | 2013-07-13 04:43:55 | [diff] [blame] | 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. |
| 4 | { |
| 5 | 'conditions': [ |
| 6 | ['OS=="android"', { |
| 7 | 'variables': { |
maruel | 8214754 | 2014-10-01 13:21:42 | [diff] [blame] | 8 | 'files': [ |
[email protected] | b24033e5e | 2014-03-31 17:33:49 | [diff] [blame] | 9 | '<(PRODUCT_DIR)/chrome_100_percent.pak', |
[email protected] | bc63a8ec | 2013-07-13 04:43:55 | [diff] [blame] | 10 | '<(PRODUCT_DIR)/content_resources.pak', |
[email protected] | b24033e5e | 2014-03-31 17:33:49 | [diff] [blame] | 11 | '<(PRODUCT_DIR)/locales/en-US.pak', |
| 12 | '<(PRODUCT_DIR)/resources.pak', |
[email protected] | fb1397ce | 2013-08-13 22:55:07 | [diff] [blame] | 13 | 'test/data/', |
| 14 | ], |
[email protected] | bc63a8ec | 2013-07-13 04:43:55 | [diff] [blame] | 15 | }, |
| 16 | }], |
| 17 | ], |
[email protected] | b24033e5e | 2014-03-31 17:33:49 | [diff] [blame] | 18 | 'includes': [ |
| 19 | '../third_party/icu/icu.isolate', |
baixo | 3a3c88a | 2014-10-28 11:52:21 | [diff] [blame] | 20 | '../gin/v8.isolate', |
[email protected] | b24033e5e | 2014-03-31 17:33:49 | [diff] [blame] | 21 | ], |
[email protected] | bc63a8ec | 2013-07-13 04:43:55 | [diff] [blame] | 22 | } |