| Index: libadblockplus.gyp |
| =================================================================== |
| --- a/libadblockplus.gyp |
| +++ b/libadblockplus.gyp |
| @@ -19,9 +19,16 @@ |
| 'targets': [{ |
| 'target_name': 'libadblockplus', |
| 'type': '<(library)', |
| + 'direct_dependent_settings':{ |
|
Felix Dahlke
2015/01/13 16:51:51
There already is a direct_dependent_settings secti
|
| + 'defines': [ |
| + 'werror', |
|
Felix Dahlke
2015/01/13 16:51:51
What exactly is this supposed to do? How I underst
|
| + ], |
| + 'include_dirs': [ |
| + 'third_party/v8/include', |
|
Felix Dahlke
2015/01/13 16:51:51
This adds the v8 include path to all projects usin
|
| + ], |
| + }, |
| 'include_dirs': [ |
| - 'include', |
| - 'third_party/v8/include', |
| + 'include', |
|
Felix Dahlke
2015/01/13 16:51:51
Let's stick to two space indents pleasee.
|
| ], |
| 'sources': [ |
| 'src/AppInfoJsObject.cpp', |