| Index: gyp/piex.gyp
|
| diff --git a/gyp/piex.gyp b/gyp/piex.gyp
|
| index c59dc6974c3803571d072eb5aea2671c37858063..7822cd5cdf967c95479d470b3c99785e04bcb842 100644
|
| --- a/gyp/piex.gyp
|
| +++ b/gyp/piex.gyp
|
| @@ -17,11 +17,11 @@
|
| 'type': 'none',
|
| 'conditions': [
|
| [ 'skia_android_framework', {
|
| - 'dependencies': [ 'android_deps.gyp:piex' ],
|
| - 'export_dependent_settings': [ 'android_deps.gyp:piex' ],
|
| + 'dependencies': [ 'android_deps.gyp:libpiex' ],
|
| + 'export_dependent_settings': [ 'android_deps.gyp:libpiex' ],
|
| }, {
|
| - 'dependencies': [ 'piex' ],
|
| - 'export_dependent_settings': [ 'piex' ],
|
| + 'dependencies': [ 'piex.gyp:piex' ],
|
| + 'export_dependent_settings': [ 'piex.gyp:piex' ],
|
| }]
|
| ]
|
| },{
|
|
|