repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added quota client for serviceworker. Enables 'clear past <time> data'.
[chromium-blink-merge.git]
/
ios
/
ios.gyp
blob
81bda61931795798c135649cf17212e1b654936c
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': [
13
'ios_base.gyp:*',
14
'ios_tests_unit.gyp:*',
15
'provider/ios_provider_web.gyp:*',
16
'web/ios_web.gyp:*',
17
],
18
},
19
],
20
}