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

Unified Diff: sky/engine/core/animation/AnimationTest.cpp

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/core/animation/AnimationTest.cpp
diff --git a/sky/engine/core/animation/AnimationTest.cpp b/sky/engine/core/animation/AnimationTest.cpp
index ad111d51067fbf9f7be68cce3d57904e5acbc1f9..acb48187cfdf680e3c81e28db29b012d062fdd7e 100644
--- a/sky/engine/core/animation/AnimationTest.cpp
+++ b/sky/engine/core/animation/AnimationTest.cpp
@@ -5,6 +5,8 @@
#include "config.h"
#include "core/animation/Animation.h"
+#include <gtest/gtest.h>
+
#include "bindings/core/v8/Dictionary.h"
#include "bindings/core/v8/Nullable.h"
#include "core/animation/AnimationClock.h"
@@ -16,8 +18,7 @@
#include "core/animation/Timing.h"
#include "core/dom/Document.h"
#include "core/testing/DummyPageHolder.h"
-#include <gtest/gtest.h>
-#include <v8.h>
+#include "v8/include/v8.h"
namespace blink {
« no previous file with comments | « sky/engine/build/scripts/templates/ElementWrapperFactory.h.tmpl ('k') | sky/engine/core/animation/AnimationTestHelper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698