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

Unified Diff: Source/bindings/tests/results/core/V8TestObject.cpp

Issue 563453002: run-bindings-tests should use 'core' or 'modules' as component_dir. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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
Index: Source/bindings/tests/results/core/V8TestObject.cpp
diff --git a/Source/bindings/tests/results/core/V8TestObject.cpp b/Source/bindings/tests/results/core/V8TestObject.cpp
index 142cf2cf4fb3108628b1dd3fbec658811efa28ca..da937766aa994f5603c946ec07704d00b9b898f5 100644
--- a/Source/bindings/tests/results/core/V8TestObject.cpp
+++ b/Source/bindings/tests/results/core/V8TestObject.cpp
@@ -17,37 +17,37 @@
#include "bindings/core/v8/ScriptValue.h"
#include "bindings/core/v8/SerializedScriptValue.h"
#include "bindings/core/v8/V8AbstractEventListener.h"
+#include "bindings/core/v8/V8Attr.h"
#include "bindings/core/v8/V8DOMActivityLogger.h"
#include "bindings/core/v8/V8DOMConfiguration.h"
+#include "bindings/core/v8/V8Document.h"
+#include "bindings/core/v8/V8DocumentFragment.h"
+#include "bindings/core/v8/V8DocumentType.h"
+#include "bindings/core/v8/V8Element.h"
#include "bindings/core/v8/V8EventListenerList.h"
+#include "bindings/core/v8/V8EventTarget.h"
#include "bindings/core/v8/V8HTMLCollection.h"
+#include "bindings/core/v8/V8HTMLElement.h"
#include "bindings/core/v8/V8HiddenValue.h"
+#include "bindings/core/v8/V8Node.h"
+#include "bindings/core/v8/V8NodeFilter.h"
#include "bindings/core/v8/V8ObjectConstructor.h"
+#include "bindings/core/v8/V8ShadowRoot.h"
+#include "bindings/core/v8/V8TestCallbackInterface.h"
+#include "bindings/core/v8/V8TestDictionary.h"
+#include "bindings/core/v8/V8TestInterface.h"
+#include "bindings/core/v8/V8TestInterfaceEmpty.h"
+#include "bindings/core/v8/V8TestInterfaceGarbageCollected.h"
+#include "bindings/core/v8/V8TestInterfaceWillBeGarbageCollected.h"
+#include "bindings/core/v8/V8TestNode.h"
+#include "bindings/core/v8/V8TestObject.h"
+#include "bindings/core/v8/V8Window.h"
+#include "bindings/core/v8/V8XPathNSResolver.h"
#include "bindings/core/v8/custom/V8ArrayBufferCustom.h"
#include "bindings/core/v8/custom/V8ArrayBufferViewCustom.h"
#include "bindings/core/v8/custom/V8Float32ArrayCustom.h"
#include "bindings/core/v8/custom/V8Int32ArrayCustom.h"
#include "bindings/core/v8/custom/V8Uint8ArrayCustom.h"
-#include "bindings/tests/v8/V8Attr.h"
-#include "bindings/tests/v8/V8Document.h"
-#include "bindings/tests/v8/V8DocumentFragment.h"
-#include "bindings/tests/v8/V8DocumentType.h"
-#include "bindings/tests/v8/V8Element.h"
-#include "bindings/tests/v8/V8EventTarget.h"
-#include "bindings/tests/v8/V8HTMLElement.h"
-#include "bindings/tests/v8/V8Node.h"
-#include "bindings/tests/v8/V8NodeFilter.h"
-#include "bindings/tests/v8/V8ShadowRoot.h"
-#include "bindings/tests/v8/V8TestCallbackInterface.h"
-#include "bindings/tests/v8/V8TestDictionary.h"
-#include "bindings/tests/v8/V8TestInterface.h"
-#include "bindings/tests/v8/V8TestInterfaceEmpty.h"
-#include "bindings/tests/v8/V8TestInterfaceGarbageCollected.h"
-#include "bindings/tests/v8/V8TestInterfaceWillBeGarbageCollected.h"
-#include "bindings/tests/v8/V8TestNode.h"
-#include "bindings/tests/v8/V8TestObject.h"
-#include "bindings/tests/v8/V8Window.h"
-#include "bindings/tests/v8/V8XPathNSResolver.h"
#include "core/HTMLNames.h"
#include "core/dom/ClassCollection.h"
#include "core/dom/ContextFeatures.h"
« no previous file with comments | « Source/bindings/tests/results/core/V8TestNode.h ('k') | Source/bindings/tests/results/core/V8TestSpecialOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698