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

Unified Diff: sky/engine/build/scripts/templates/ElementWrapperFactory.h.tmpl

Issue 726133002: Use root-relative V8 includes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: sky/engine/build/scripts/templates/ElementWrapperFactory.h.tmpl
diff --git a/sky/engine/build/scripts/templates/ElementWrapperFactory.h.tmpl b/sky/engine/build/scripts/templates/ElementWrapperFactory.h.tmpl
index ce3b520dc9bfe3998c01fcf4d5321597e1f40ff5..56688fe852e14dba21ba32c3179b6623263f89fc 100644
--- a/sky/engine/build/scripts/templates/ElementWrapperFactory.h.tmpl
+++ b/sky/engine/build/scripts/templates/ElementWrapperFactory.h.tmpl
@@ -6,7 +6,7 @@
#include "bindings/core/v8/V8{{namespace}}Element.h"
#include "bindings/core/v8/V8{{fallback_js_interface}}.h"
-#include <v8.h>
+#include "v8/include/v8.h"
namespace blink {
« no previous file with comments | « sky/engine/bindings/core/v8/custom/V8TypedArrayCustom.h ('k') | sky/engine/core/animation/AnimationTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698