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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h

Issue 1961883002: Generate separate files for union type containers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! 5 // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
6 6
7 #ifndef V8TestObject_h 7 #ifndef V8TestObject_h
8 #define V8TestObject_h 8 #define V8TestObject_h
9 9
10 #include "bindings/core/v8/ArrayBufferOrArrayBufferViewOrDictionary.h"
11 #include "bindings/core/v8/BooleanOrStringOrUnrestrictedDouble.h"
12 #include "bindings/core/v8/DoubleOrNullOrString.h"
13 #include "bindings/core/v8/DoubleOrString.h"
14 #include "bindings/core/v8/DoubleOrStringOrNull.h"
10 #include "bindings/core/v8/ScriptWrappable.h" 15 #include "bindings/core/v8/ScriptWrappable.h"
16 #include "bindings/core/v8/StringOrArrayBufferOrArrayBufferView.h"
17 #include "bindings/core/v8/StringOrDouble.h"
18 #include "bindings/core/v8/StringOrStringSequence.h"
19 #include "bindings/core/v8/TestEnumOrDouble.h"
20 #include "bindings/core/v8/TestInterfaceGarbageCollectedOrString.h"
21 #include "bindings/core/v8/TestInterfaceOrLong.h"
11 #include "bindings/core/v8/ToV8.h" 22 #include "bindings/core/v8/ToV8.h"
23 #include "bindings/core/v8/UnrestrictedDoubleOrString.h"
12 #include "bindings/core/v8/V8Binding.h" 24 #include "bindings/core/v8/V8Binding.h"
13 #include "bindings/core/v8/V8DOMWrapper.h" 25 #include "bindings/core/v8/V8DOMWrapper.h"
14 #include "bindings/core/v8/WrapperTypeInfo.h" 26 #include "bindings/core/v8/WrapperTypeInfo.h"
15 #include "bindings/tests/idls/core/TestObject.h" 27 #include "bindings/tests/idls/core/TestObject.h"
16 #include "core/CoreExport.h" 28 #include "core/CoreExport.h"
17 #include "platform/heap/Handle.h" 29 #include "platform/heap/Handle.h"
18 30
19 namespace blink { 31 namespace blink {
20 32
21 class V8TestObject { 33 class V8TestObject {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 }; 91 };
80 92
81 template <> 93 template <>
82 struct V8TypeOf<TestObject> { 94 struct V8TypeOf<TestObject> {
83 typedef V8TestObject Type; 95 typedef V8TestObject Type;
84 }; 96 };
85 97
86 } // namespace blink 98 } // namespace blink
87 99
88 #endif // V8TestObject_h 100 #endif // V8TestObject_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698