Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus.gyp

Issue 6193234183192576: Issue 1197 - change local copy of v8 (to 4.3.15) to work with Visual Studio 2013 (Closed)
Patch Set: Created June 11, 2015, 1:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/AdblockPlus/JsValue.h ('k') | src/ConsoleJsObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
{
« no previous file with comments | « include/AdblockPlus/JsValue.h ('k') | src/ConsoleJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld