| Index: third_party/WebKit/Source/core/core.gni
|
| diff --git a/third_party/WebKit/Source/core/core.gni b/third_party/WebKit/Source/core/core.gni
|
| index d6bcd445eac0d34448bfc67c09f02ff989176b41..60c1c193a029200554bb626af5fa7841be835564 100644
|
| --- a/third_party/WebKit/Source/core/core.gni
|
| +++ b/third_party/WebKit/Source/core/core.gni
|
| @@ -85,6 +85,8 @@
|
| get_path_info(_gypi.webcore_non_rendering_files, "abspath")
|
| webcore_rendering_files =
|
| get_path_info(_gypi.webcore_rendering_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_idl_with_modules_dependency_files =
|
|
|