| Index: libadblockplus.gyp |
| diff --git a/libadblockplus.gyp b/libadblockplus.gyp |
| index d87bf8216a492f7a88141bd7d62c0d0719611ac1..5a0dff0a60e96619137c7bc486748d38e993af82 100644 |
| --- a/libadblockplus.gyp |
| +++ b/libadblockplus.gyp |
| @@ -33,6 +33,7 @@ |
| 'include_dirs': [ |
| 'include', |
| 'third_party/v8/include', |
| + 'third_party/v8', |
| ], |
| 'sources': [ |
| 'src/AppInfoJsObject.cpp', |
| @@ -66,8 +67,8 @@ |
| }, |
| 'standalone_static_library': 1, # disable thin archives |
| }, { |
| - 'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8'], |
| - 'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8'], |
| + 'dependencies': ['third_party/v8/tools/gyp/v8.gyp:v8', 'third_party/v8/tools/gyp/v8.gyp:v8_libplatform',], |
| + 'export_dependent_settings': ['third_party/v8/tools/gyp/v8.gyp:v8', 'third_party/v8/tools/gyp/v8.gyp:v8_libplatform'], |
| }], |
| ['have_curl==1', |
| { |