mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
|
# Copyright 2014 The Chromium Authors. All rights reserved.
|
||
|
# Use of this source code is governed by a BSD-style license that can be
|
||
|
# found in the LICENSE file.
|
||
|
|
||
|
# Paths should be absolute so this file can be imported from anywhere.
|
||
|
code_generator_template_files =
|
||
|
get_path_info([
|
||
|
"attributes.cpp.tmpl",
|
||
|
"callback_function.cpp.tmpl",
|
||
|
"callback_function.h.tmpl",
|
||
|
"callback_interface.cpp.tmpl",
|
||
|
"callback_interface.h.tmpl",
|
||
|
"constants.cpp.tmpl",
|
||
|
"copyright_block.txt",
|
||
|
"dictionary_impl.cpp.tmpl",
|
||
|
"dictionary_impl_common.cpp.tmpl",
|
||
|
"dictionary_impl.h.tmpl",
|
||
|
"dictionary_v8.cpp.tmpl",
|
||
|
"dictionary_v8.h.tmpl",
|
||
|
"external_reference_table.cpp.tmpl",
|
||
|
"interface.cpp.tmpl",
|
||
|
"interface.h.tmpl",
|
||
|
"interface_base.cpp.tmpl",
|
||
|
"methods.cpp.tmpl",
|
||
|
"partial_interface.cpp.tmpl",
|
||
|
"partial_interface.h.tmpl",
|
||
|
"union_container.cpp.tmpl",
|
||
|
"union_container.h.tmpl",
|
||
|
"utilities.cpp.tmpl",
|
||
|
"web_agent_api_interface.cc.tmpl",
|
||
|
"web_agent_api_interface.h.tmpl",
|
||
|
],
|
||
|
"abspath")
|