Chromium Code Reviews| Index: gyp/skia_lib.gyp |
| diff --git a/gyp/skia_lib.gyp b/gyp/skia_lib.gyp |
| index f85c5ad1273bc7134c6c1c9428751e65c6214f05..9f1a738039c40ce99d97bf01ddb7d8b72af77a84 100644 |
| --- a/gyp/skia_lib.gyp |
| +++ b/gyp/skia_lib.gyp |
| @@ -49,6 +49,12 @@ |
| }, { |
| 'product_name': 'skia', |
| }], |
| + [ 'skia_lua', { |
| + 'dependencies': [ |
| + 'pdf.gyp:pdf', |
|
bungeman-skia
2013/06/12 19:16:55
We should at least have a comment here about how a
|
| + 'lua.gyp:lua', |
| + ], |
| + }], |
| ], |
| 'type': 'shared_library', |
| }, { |