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

Unified Diff: libadblockplus.gyp

Issue 10008015: Move global JS object creation to a separate namespace (Closed)
Patch Set: Created April 3, 2013, 12:33 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/GlobalJsObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus.gyp
===================================================================
--- a/libadblockplus.gyp
+++ b/libadblockplus.gyp
@@ -15,6 +15,7 @@
'src/ErrorCallback.cpp',
'src/FileReader.cpp',
'src/FilterEngine.cpp',
+ 'src/GlobalJsObject.cpp',
'src/JsEngine.cpp',
'src/Thread.cpp',
'<(INTERMEDIATE_DIR)/adblockplus.js.cc'
« no previous file with comments | « no previous file | src/GlobalJsObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld