blob: 80b221bd0031313acd33d1228e45fdb9c3fc4c80 [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:*',
droger476922e02015-03-10 17:17:5214 'net/ios_net.gyp:*',
15 'net/ios_net_unittests.gyp:*',
stuartmorgan9c337fc2015-03-20 16:55:5316 'provider/ios_provider_chrome.gyp:*',
17 'provider/ios_provider_web.gyp:*',
18 'testing/ios_testing.gyp:*',
[email protected]70ea5572014-07-08 21:01:0019 'web/ios_web.gyp:*',
sdefresne20b0e2a2015-02-27 10:39:0120 'web/ios_web_unittests.gyp:*',
[email protected]22afac42013-07-01 14:58:1021 ],
22 },
23 ],
24}