| Index: Source/yarr/yarr.gyp
|
| diff --git a/Source/yarr/yarr.gyp b/Source/yarr/yarr.gyp
|
| index c9aa79f9d09113e63f327cbacaf7a987a07ae2c7..b3d718ae9fad92d9743fb861f80ba502951b44d6 100644
|
| --- a/Source/yarr/yarr.gyp
|
| +++ b/Source/yarr/yarr.gyp
|
| @@ -47,7 +47,7 @@
|
| 'target_name': 'yarr',
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| - '../WTF/WTF.gyp/WTF.gyp:wtf',
|
| + '../wtf/wtf.gyp:wtf',
|
| ],
|
| 'variables': { 'optimize': 'max' },
|
| 'actions': [
|
| @@ -87,7 +87,7 @@
|
| ],
|
| },
|
| 'export_dependent_settings': [
|
| - '../WTF/WTF.gyp/WTF.gyp:wtf',
|
| + '../wtf/wtf.gyp:wtf',
|
| ],
|
| 'conditions': [
|
| ['OS=="win"', {
|
|
|