| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index f5e61091a7bf24cb1fc6e90a5fd594fed7579d0b..2e139167f11cdfde03aeeacea74e3b293a974ade 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -266,15 +266,18 @@
|
| ],
|
| },
|
| {
|
| - 'target_name': 'get_images_from_skps',
|
| - 'type': 'executable',
|
| - 'sources': [
|
| - '../tools/get_images_from_skps.cpp',
|
| - ],
|
| - 'dependencies': [
|
| - 'flags.gyp:flags',
|
| - 'skia_lib.gyp:skia_lib',
|
| - ],
|
| + 'target_name': 'get_images_from_skps',
|
| + 'type': 'executable',
|
| + 'sources': [
|
| + '../tools/get_images_from_skps.cpp',
|
| + ],
|
| + 'include_dirs': [
|
| + '../src/core',
|
| + ],
|
| + 'dependencies': [
|
| + 'flags.gyp:flags',
|
| + 'skia_lib.gyp:skia_lib',
|
| + ],
|
| },
|
| {
|
| 'target_name': 'gpuveto',
|
| @@ -489,6 +492,7 @@
|
| },
|
| 'include_dirs': [
|
| '<@(includes_to_test)',
|
| + '../src/core',
|
| ],
|
| 'sources': [
|
| # unused_param_test.cpp is generated by the action below.
|
|
|