| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index 9e1cf05558571a541f0fa69f8b1accdb99cc83a1..21a5efd132a114799bcf71267abad7d914b7a8eb 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -475,7 +475,24 @@
|
| ],
|
| 'direct_dependent_settings': {
|
| 'include_dirs': [
|
| - '../tools/',
|
| + '../tools/',
|
| + ],
|
| + },
|
| + },
|
| + {
|
| + 'target_name': 'resources',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + '../tools/Resources.cpp',
|
| + '../tools/Resources.h',
|
| + ],
|
| + 'dependencies': [
|
| + 'flags.gyp:flags',
|
| + 'skia_lib.gyp:skia_lib',
|
| + ],
|
| + 'direct_dependent_settings': {
|
| + 'include_dirs': [
|
| + '../tools/',
|
| ],
|
| },
|
| },
|
|
|