Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / build / scripts / scripts.gni
index a456ed5..5fb2964 100644 (file)
@@ -17,7 +17,6 @@ scripts_for_in_files = [
   "$_scripts_dir/in_file.py",
   "$_scripts_dir/in_generator.py",
   "$_scripts_dir/license.py",
-  "$_scripts_dir/name_macros.py",
   "$_scripts_dir/name_utilities.py",
   "$_scripts_dir/template_expander.py",
   "$_scripts_dir/templates/macros.tmpl",
@@ -48,8 +47,6 @@ make_element_factory_files = make_qualified_names_files + [
   "$_scripts_dir/make_element_factory.py",
   "$_scripts_dir/templates/ElementFactory.cpp.tmpl",
   "$_scripts_dir/templates/ElementFactory.h.tmpl",
-  "$_scripts_dir/templates/ElementWrapperFactory.cpp.tmpl",
-  "$_scripts_dir/templates/ElementWrapperFactory.h.tmpl",
 ]
 
 make_element_type_helpers_files = make_qualified_names_files + [
@@ -193,4 +190,3 @@ template("make_token_matcher") {
     deps = make_core_generated_deps
   }
 }
-