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: rebase only Created Dec. 8, 2015, 7:43 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
@@ -124,6 +124,7 @@
'src/plugin/ATL_Deprecate.h',
'src/plugin/Config.h',
'src/plugin/Console.h',
+ 'src/plugin/Instances.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/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