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

Unified Diff: adblockplus.gyp

Issue 29332020: Noissue - Add tracing function 'ToHexLiteral()' (Closed)
Patch Set: fix error messages Created Dec. 21, 2015, 12:51 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/PluginDebug.h » ('j') | src/plugin/PluginDebug.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus.gyp
===================================================================
--- a/adblockplus.gyp
+++ b/adblockplus.gyp
@@ -233,6 +233,8 @@
'libadblockplus/third_party/googletest.gyp:googletest_main',
],
'sources': [
+ 'src/plugin/PluginDebug.cpp',
+ 'test/plugin/DebugTest.cpp',
'src/plugin/PluginUserSettings.cpp',
'src/plugin/PluginUserSettings.h',
'test/plugin/UserSettingsTest.cpp',
@@ -249,7 +251,6 @@
'src/plugin/PluginClientBase.cpp',
'src/plugin/PluginClientFactory.cpp',
'src/plugin/PluginClass.cpp',
- 'src/plugin/PluginDebug.cpp',
'src/plugin/PluginFilter.cpp',
'src/plugin/PluginMimeFilterClient.cpp',
'src/plugin/PluginMutex.cpp',
« no previous file with comments | « no previous file | src/plugin/PluginDebug.h » ('j') | src/plugin/PluginDebug.cpp » ('J')

Powered by Google App Engine
This is Rietveld