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

Unified Diff: adblockplus.gyp

Issue 29330683: Issue #1486 - Move PassthroughAPP code to its own directory (Closed)
Patch Set: Created Nov. 23, 2015, 12:56 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -142,13 +142,13 @@
'src/plugin/PluginUtil.h',
'src/plugin/PluginWbPassThrough.cpp',
'src/plugin/PluginWbPassThrough.h',
- 'src/plugin/ProtocolCF.h',
- 'src/plugin/ProtocolCF.inl',
- 'src/plugin/ProtocolImpl.h',
- 'src/plugin/ProtocolImpl.inl',
'src/plugin/Resource.h',
- 'src/plugin/SinkPolicy.h',
- 'src/plugin/SinkPolicy.inl',
+ 'src/plugin/passthroughapp/ProtocolCF.h',
+ 'src/plugin/passthroughapp/ProtocolCF.inl',
+ 'src/plugin/passthroughapp/ProtocolImpl.h',
+ 'src/plugin/passthroughapp/ProtocolImpl.inl',
+ 'src/plugin/passthroughapp/SinkPolicy.h',
+ 'src/plugin/passthroughapp/SinkPolicy.inl',
],
'include_dirs': [
'$(WindowsSDK_IncludePath)',
« no previous file with comments | « no previous file | src/plugin/PluginWbPassThrough.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld