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

Unified Diff: adblockplus.gyp

Issue 4899473029332992: Noissue - Remove dead code (Closed)
Patch Set: remove more #include directives Created March 20, 2015, 9:05 a.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/AdblockPlus.def » ('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
@@ -35,9 +35,15 @@
'type': 'static_library',
'sources': [
'src/shared/AutoHandle.cpp',
+ 'src/shared/AutoHandle.h',
'src/shared/Communication.cpp',
+ 'src/shared/Communication.h',
+ 'src/shared/CriticalSection.h',
'src/shared/Dictionary.cpp',
+ 'src/shared/Dictionary.h',
'src/shared/Utils.cpp',
+ 'src/shared/Utils.h',
+ 'src/shared/Version.h',
'src/shared/Registry.h',
'src/shared/Registry.cpp',
'src/shared/IE_version.h',
@@ -94,7 +100,6 @@
'src/plugin/AdblockPlusGuids.h',
'src/plugin/ATL_Deprecate.cpp',
'src/plugin/ATL_Deprecate.h',
- 'src/plugin/BuildVariant.h',
'src/plugin/Config.h',
'src/plugin/Console.h',
'src/plugin/NotificationMessage.cpp',
@@ -103,7 +108,6 @@
'src/plugin/Plugin.h',
'src/plugin/PluginClass.cpp',
'src/plugin/PluginClass.h',
- 'src/plugin/PluginClient.h',
'src/plugin/PluginClientBase.cpp',
'src/plugin/PluginClientBase.h',
'src/plugin/PluginClientFactory.cpp',
« no previous file with comments | « no previous file | src/plugin/AdblockPlus.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld