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

Unified Diff: libadblockplus.gyp

Issue 4949583905947648: Issue 1280 - Update v8, the second part (Closed)
Patch Set: Created Oct. 27, 2014, 10:01 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/V8ValueHolder.h ('k') | shell/src/Main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -54,8 +54,14 @@
},
'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',
{
@@ -145,7 +151,7 @@
'type': 'executable',
'dependencies': [
'third_party/googletest.gyp:googletest_main',
- 'libadblockplus'
+ 'libadblockplus',
],
'sources': [
'test/AppInfoJsObject.cpp',
« no previous file with comments | « include/AdblockPlus/V8ValueHolder.h ('k') | shell/src/Main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld