[email protected] | 22afac4 | 2013-07-01 14:58:10 | [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 | 'variables': { | ||||
6 | 'chromium_code': 1, | ||||
7 | }, | ||||
8 | 'targets': [ | ||||
9 | { | ||||
10 | 'target_name': 'ios', | ||||
11 | 'type': 'none', | ||||
12 | 'dependencies': [ | ||||
sdefresne | 8048307 | 2014-12-12 17:46:26 | [diff] [blame^] | 13 | 'chrome/ios_chrome_tests.gyp:*', |
[email protected] | 98880d4 | 2013-07-03 11:42:33 | [diff] [blame] | 14 | 'ios_base.gyp:*', |
[email protected] | 98880d4 | 2013-07-03 11:42:33 | [diff] [blame] | 15 | 'ios_tests_unit.gyp:*', |
sdefresne | d33ce99 | 2014-12-02 10:41:31 | [diff] [blame] | 16 | 'provider/ios_provider_chrome.gyp:*', |
[email protected] | 70ea557 | 2014-07-08 21:01:00 | [diff] [blame] | 17 | 'web/ios_web.gyp:*', |
[email protected] | 22afac4 | 2013-07-01 14:58:10 | [diff] [blame] | 18 | ], |
19 | }, | ||||
20 | ], | ||||
21 | } |