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: Created Dec. 14, 2015, 6:06 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') | src/plugin/DetachedInitialization.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -124,6 +124,7 @@
'src/plugin/ATL_Deprecate.h',
'src/plugin/Config.h',
'src/plugin/Console.h',
+ 'src/plugin/DetachedInitialization.h',
'src/plugin/NotificationMessage.cpp',
'src/plugin/NotificationMessage.h',
'src/plugin/Plugin.cpp',
@@ -233,6 +234,8 @@
'libadblockplus/third_party/googletest.gyp:googletest_main',
],
'sources': [
+ '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') | src/plugin/DetachedInitialization.h » ('J')

Powered by Google App Engine
This is Rietveld