Index: libadblockplus.gyp |
diff --git a/libadblockplus.gyp b/libadblockplus.gyp |
index 67b5ef71f55f3c1c36e9c43233f98045e11303ca..fdcf76b01c28d77e1f093746074f6f49854f6715 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', |
{ |