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: Final version Created June 21, 2013, 2:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/plugin/AdblockPlus.rc ('k') | src/plugin/Plugin.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld