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

Unified Diff: shell/shell.gyp

Issue 10802049: Functional prefs implementation (Closed)
Patch Set: Cleaned up init.js a bit Created June 5, 2013, 9:44 a.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
Index: shell/shell.gyp
===================================================================
--- a/shell/shell.gyp
+++ b/shell/shell.gyp
@@ -5,14 +5,15 @@
'dependencies': [
'libadblockplus.gyp:libadblockplus'
],
'sources': [
'src/Main.cpp',
'src/Command.cpp',
'src/GcCommand.cpp',
'src/HelpCommand.cpp',
+ 'src/FiltersCommand.cpp',
'src/MatchesCommand.cpp',
- 'src/FiltersCommand.cpp',
+ 'src/PrefsCommand.cpp',
'src/SubscriptionsCommand.cpp'
]
}]
}

Powered by Google App Engine
This is Rietveld