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

Side by Side Diff: src/plugin/Plugin.h

Issue 10945039: Switch to gyp (Closed)
Patch Set: This version actually compiles, needs some testing however. build_release.py and installer still ne… Created June 21, 2013, 7:30 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #ifndef _PLUGIN_H_ 1 #ifndef _PLUGIN_H_
2 #define _PLUGIN_H_ 2 #define _PLUGIN_H_
3 3
4 #include "abp.h" 4 #include "abp.h"
5 #include "..\..\build\AdblockPlus_h.h" 5 #ifdef _WIN64
6 #include "../../build/x64/AdblockPlus_h.h"
7 #else
8 #include "../../build/ia32/AdblockPlus_h.h"
9 #endif
6 10
7 #endif // _PLUGIN_DEFS_H_ 11 #endif // _PLUGIN_DEFS_H_
OLDNEW
« no previous file with comments | « src/plugin/AdblockPlus.rc ('k') | src/plugin/Plugin.cpp » ('j') | src/plugin/Plugin.cpp » ('J')

Powered by Google App Engine
This is Rietveld