Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / bindings / templates / templates.gni
blob2914bb7a3493eac3121c0df5b47afe9a9ae632e1
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
3 # found in the LICENSE file.
5 # Paths should be absolute so this file can be imported from anywhere.
6 code_generator_template_files =
7   get_path_info(
8     [
9       "attributes.cpp",
10       "callback_interface.cpp",
11       "callback_interface.h",
12       "constants.cpp",
13       "conversions.cpp",
14       "copyright_block.txt",
15       "dictionary_impl.cpp",
16       "dictionary_impl.h",
17       "dictionary_v8.cpp",
18       "dictionary_v8.h",
19       "interface_base.cpp",
20       "interface.cpp",
21       "interface.h",
22       "methods.cpp",
23       "partial_interface.cpp",
24       "partial_interface.h",
25       "union.cpp",
26       "union.h",
27     ],
28     "abspath")