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

Unified Diff: adblockplus.gyp

Issue 5316782940225536: Issue 1557 - Update to the recent libadblockplus to reduce additional updates in the logic later. (Closed)
Patch Set: fix Created Jan. 30, 2015, 1:17 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
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -78,7 +78,8 @@
'target_name': 'AdblockPlus',
'type': 'shared_library',
'dependencies': [
- 'shared'
+ 'shared',
+ 'libadblockplus/libadblockplus.gyp:libadblockplus',
],
'sources': [
'src/plugin/abp.h',
@@ -228,6 +229,7 @@
'type': 'executable',
'dependencies': [
'shared',
+ 'libadblockplus/libadblockplus.gyp:libadblockplus',
'libadblockplus/third_party/googletest.gyp:googletest_main',
],
'sources': [
« no previous file with comments | « .hgsubstate ('k') | src/engine/Main.cpp » ('j') | src/plugin/AdblockPlusClient.h » ('J')

Powered by Google App Engine
This is Rietveld