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

Unified Diff: adblockplus.gyp

Issue 5921969115496448: Issue 1115 - Some yahoo page not correctly shown on IE8 when ABP enabled (Closed)
Patch Set: rebase and address comments Created Feb. 12, 2015, 2:30 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 | « no previous file | src/plugin/PluginWbPassThrough.cpp » ('j') | src/plugin/PluginWbPassThrough.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
diff --git a/adblockplus.gyp b/adblockplus.gyp
index 59ddb29f87a96fe169336079ddb0a6d0341af5a5..e10976b155dec871d8064598edae0679dfbdad99 100644
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -212,6 +212,10 @@
'test/DictionaryTest.cpp',
'test/RegistryTest.cpp',
'test/UtilTest.cpp',
+ 'test/UtilGetQueryStringTest.cpp',
+ 'test/UtilForEachTokenTest.cpp',
+ 'test/UtilForEachQueryStringParameterTest.cpp',
+ 'test/UtilGetSchemeAndHierarchicalPartTest.cpp',
],
'defines': ['WINVER=0x0501'],
'link_settings': {
« no previous file with comments | « no previous file | src/plugin/PluginWbPassThrough.cpp » ('j') | src/plugin/PluginWbPassThrough.cpp » ('J')

Powered by Google App Engine
This is Rietveld