0edb982602
Bug: skia: Change-Id: Iad31c9857e005e5ac50b6f27127fc95df9fc5bce Reviewed-on: https://skia-review.googlesource.com/147421 Commit-Queue: Stephan Altmueller <stephana@google.com> Reviewed-by: Ben Wagner <benjaminwagner@google.com>
26 lines
440 B
Plaintext
26 lines
440 B
Plaintext
{
|
|
'conditions': [
|
|
['OS=="iOS-9.3.1"', {
|
|
'variables': {
|
|
'files': [
|
|
'../../platform_tools/ios/bin/',
|
|
],
|
|
},
|
|
}],
|
|
['OS=="iOS-10.3.1"', {
|
|
'variables': {
|
|
'files': [
|
|
'../../platform_tools/ios/bin/',
|
|
],
|
|
},
|
|
}],
|
|
['OS=="iOS-11.4.1"', {
|
|
'variables': {
|
|
'files': [
|
|
'../../platform_tools/ios/bin/',
|
|
],
|
|
},
|
|
}],
|
|
],
|
|
}
|