blob: 8bae0e25f5f069a7165f67fa0fb256463d9be528 [file] [log] [blame]
[email protected]22afac42013-07-01 14:58:101# 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': [
sdefresne80483072014-12-12 17:46:2613 'chrome/ios_chrome_tests.gyp:*',
sdefresned33ce992014-12-02 10:41:3114 'provider/ios_provider_chrome.gyp:*',
sdefresne9a5cfc92015-02-19 14:10:2515 'provider/ios_provider_web.gyp:*',
[email protected]70ea5572014-07-08 21:01:0016 'web/ios_web.gyp:*',
sdefresne20b0e2a2015-02-27 10:39:0117 'web/ios_web_unittests.gyp:*',
[email protected]22afac42013-07-01 14:58:1018 ],
19 },
20 ],
21}