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

Unified Diff: adblockplus.gyp

Issue 29332660: Issue #3391 - Add detached initialization class
Patch Set: fix copyright year Created Feb. 8, 2016, 5:33 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/DetachedInitialization.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
@@ -123,6 +123,7 @@
'src/plugin/ATL_Deprecate.cpp',
'src/plugin/ATL_Deprecate.h',
'src/plugin/Config.h',
+ 'src/plugin/DetachedInitialization.h',
'src/plugin/NotificationMessage.cpp',
'src/plugin/NotificationMessage.h',
'src/plugin/Plugin.cpp',
@@ -234,6 +235,8 @@
'sources': [
'src/plugin/PluginDebug.cpp',
'test/plugin/DebugTest.cpp',
+ 'src/plugin/DetachedInitialization.h',
+ 'test/plugin/DetachedInitializationTest.cpp',
'src/plugin/PluginUserSettings.cpp',
'src/plugin/PluginUserSettings.h',
'test/plugin/UserSettingsTest.cpp',
« no previous file with comments | « no previous file | src/plugin/DetachedInitialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld