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

Side by Side Diff: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp

Issue 2569923003: Refer back to Jinja templates from the C++ code generated from IDL files. (Closed)
Patch Set: Also cover templates used from code_generator_web_module.py Created 4 years 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. 5 // This file has been auto-generated by code_generator_v8.py.
6 // DO NOT MODIFY! 6 // DO NOT MODIFY!
7 7
8 // This file has been generated from the Jinja2 template in
9 // third_party/WebKit/Source/bindings/templates/partial_interface.cpp.tmpl
10
8 // clang-format off 11 // clang-format off
9 #include "V8TestInterface2Partial.h" 12 #include "V8TestInterface2Partial.h"
10 13
11 #include "bindings/core/v8/ExceptionState.h" 14 #include "bindings/core/v8/ExceptionState.h"
12 #include "bindings/core/v8/GeneratedCodeHelper.h" 15 #include "bindings/core/v8/GeneratedCodeHelper.h"
13 #include "bindings/core/v8/V8DOMConfiguration.h" 16 #include "bindings/core/v8/V8DOMConfiguration.h"
14 #include "bindings/core/v8/V8GCController.h" 17 #include "bindings/core/v8/V8GCController.h"
15 #include "bindings/core/v8/V8ObjectConstructor.h" 18 #include "bindings/core/v8/V8ObjectConstructor.h"
16 #include "bindings/core/v8/V8TestInterface2.h" 19 #include "bindings/core/v8/V8TestInterface2.h"
17 #include "bindings/tests/idls/modules/TestInterface2Partial.h" 20 #include "bindings/tests/idls/modules/TestInterface2Partial.h"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 } 95 }
93 96
94 void V8TestInterface2Partial::initialize() { 97 void V8TestInterface2Partial::initialize() {
95 // Should be invoked from ModulesInitializer. 98 // Should be invoked from ModulesInitializer.
96 V8TestInterface2::updateWrapperTypeInfo( 99 V8TestInterface2::updateWrapperTypeInfo(
97 &V8TestInterface2Partial::installV8TestInterface2Template, 100 &V8TestInterface2Partial::installV8TestInterface2Template,
98 nullptr); 101 nullptr);
99 } 102 }
100 103
101 } // namespace blink 104 } // namespace blink
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698