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

Unified Diff: adblockplus.gyp

Issue 29330403: Issue #1467, #3397 - Rewrite the map from threads to tabs (Closed)
Patch Set: add comment; new function body Created July 17, 2016, 4:01 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/Instances.h » ('j') | src/plugin/Instances.h » ('J')
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/Instances.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/Instances.h',
+ 'test/plugin/InstancesTest.cpp',
'src/plugin/PluginUserSettings.cpp',
'src/plugin/PluginUserSettings.h',
'test/plugin/UserSettingsTest.cpp',
« no previous file with comments | « no previous file | src/plugin/Instances.h » ('j') | src/plugin/Instances.h » ('J')

Powered by Google App Engine
This is Rietveld