Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / core.gni
index fd55894..c753883 100644 (file)
@@ -19,7 +19,7 @@ _gypi = exec_script(
 core_idl_files = get_path_info(_gypi.core_idl_files, "abspath")
 
 # 'partial interface', target (right side of) 'implements', and
-# interfaces with static bindings (in bindings/v8/)
+# interfaces with static bindings (in bindings/core/v8/)
 core_dependency_idl_files =
   get_path_info(_gypi.core_dependency_idl_files, "abspath")
 
@@ -31,6 +31,8 @@ webcore_dom_files = get_path_info(_gypi.webcore_dom_files, "abspath")
 webcore_html_files = get_path_info(_gypi.webcore_html_files, "abspath")
 webcore_svg_files = get_path_info(_gypi.webcore_svg_files, "abspath")
 webcore_testing_idl_files = get_path_info(_gypi.webcore_testing_idl_files, "abspath")
+webcore_testing_dependency_idl_files =
+  get_path_info(_gypi.webcore_testing_dependency_idl_files, "abspath")
 generated_webcore_testing_idl_files =
   get_path_info(_gypi.generated_webcore_testing_idl_files, "abspath")
 webcore_testing_files = get_path_info(_gypi.webcore_testing_files, "abspath")