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: rebase and update Created May 17, 2016, 3:18 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 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',
{
« 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