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

Unified Diff: src/plugin/Plugin.h

Issue 10945039: Switch to gyp (Closed)
Patch Set: Final version Created June 21, 2013, 2:16 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 | « src/plugin/AdblockPlus.rc ('k') | src/plugin/Plugin.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/Plugin.h
===================================================================
--- a/src/plugin/Plugin.h
+++ b/src/plugin/Plugin.h
@@ -1,7 +1,11 @@
#ifndef _PLUGIN_H_
#define _PLUGIN_H_
#include "abp.h"
-#include "..\..\build\AdblockPlus_h.h"
+#ifdef _WIN64
+#include "../../build/x64/AdblockPlus_h.h"
+#else
+#include "../../build/ia32/AdblockPlus_h.h"
+#endif
#endif // _PLUGIN_DEFS_H_
« 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