blob: 408f197e9a175142881553ddf8a88944979b1dbc [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:*',
[email protected]98880d42013-07-03 11:42:3314 'ios_base.gyp:*',
[email protected]98880d42013-07-03 11:42:3315 'ios_tests_unit.gyp:*',
sdefresned33ce992014-12-02 10:41:3116 'provider/ios_provider_chrome.gyp:*',
[email protected]70ea5572014-07-08 21:01:0017 'web/ios_web.gyp:*',
[email protected]22afac42013-07-01 14:58:1018 ],
19 },
20 ],
21}