Index: Source/core/core.gni |
diff --git a/Source/core/core.gni b/Source/core/core.gni |
index d21d8e0d17c564144ad6c40a4c5b42dcf5a447ac..c75388395ac4960fe093b716bb028024d48bfc0f 100644 |
--- a/Source/core/core.gni |
+++ b/Source/core/core.gni |
@@ -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") |