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

Unified Diff: src/v8.h

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/utils/random-number-generator.cc ('k') | src/v8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.h
diff --git a/src/v8.h b/src/v8.h
index ea4066c5de895bb50491c0a2a3ef999f77afa380..b14458a0b9254a19a944e0fe225489a17f27f15f 100644
--- a/src/v8.h
+++ b/src/v8.h
@@ -26,25 +26,25 @@
#endif
// Basic includes
-#include "../include/v8.h"
-#include "../include/v8-platform.h"
-#include "v8checks.h"
-#include "allocation.h"
-#include "assert-scope.h"
-#include "utils.h"
-#include "flags.h"
-#include "globals.h"
+#include "include/v8.h"
+#include "include/v8-platform.h"
+#include "src/v8checks.h"
+#include "src/allocation.h"
+#include "src/assert-scope.h"
+#include "src/utils.h"
+#include "src/flags.h"
+#include "src/globals.h"
// Objects & heap
-#include "objects-inl.h"
-#include "spaces-inl.h"
-#include "heap-inl.h"
-#include "incremental-marking-inl.h"
-#include "mark-compact-inl.h"
-#include "log-inl.h"
-#include "handles-inl.h"
-#include "types-inl.h"
-#include "zone-inl.h"
+#include "src/objects-inl.h"
+#include "src/spaces-inl.h"
+#include "src/heap-inl.h"
+#include "src/incremental-marking-inl.h"
+#include "src/mark-compact-inl.h"
+#include "src/log-inl.h"
+#include "src/handles-inl.h"
+#include "src/types-inl.h"
+#include "src/zone-inl.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/utils/random-number-generator.cc ('k') | src/v8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698