Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: src/v8dll-main.cc

Issue 304153016: Use full include paths everywhere (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/v8checks.h ('k') | src/v8threads.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8dll-main.cc
diff --git a/src/v8dll-main.cc b/src/v8dll-main.cc
index dd085690261a6f7c43910f700e965750471c9dbc..f52a1f69cbfc283a31134b00de365662ebfa6c5b 100644
--- a/src/v8dll-main.cc
+++ b/src/v8dll-main.cc
@@ -5,10 +5,10 @@
// The GYP based build ends up defining USING_V8_SHARED when compiling this
// file.
#undef USING_V8_SHARED
-#include "../include/v8.h"
+#include "include/v8.h"
#if V8_OS_WIN
-#include "win32-headers.h"
+#include "src/win32-headers.h"
extern "C" {
BOOL WINAPI DllMain(HANDLE hinstDLL,
« no previous file with comments | « src/v8checks.h ('k') | src/v8threads.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698