| Index: Source/core/core.gni
|
| diff --git a/Source/core/core.gni b/Source/core/core.gni
|
| index e0b7588efe071fd301f04c1c3fdeeb674b8fa071..1368a15ac9ec5e1c94cc312bf266723cfb4c72da 100644
|
| --- a/Source/core/core.gni
|
| +++ b/Source/core/core.gni
|
| @@ -33,7 +33,10 @@ core_dependency_idl_files =
|
| # Interfaces that inherit from Event, including Event itself.
|
| core_event_idl_files = get_path_info(_gypi.core_event_idl_files, "abspath")
|
|
|
| -webcore_files = get_path_info(_gypi.webcore_files, "abspath")
|
| +webcore_non_rendering_files =
|
| + get_path_info(_gypi.webcore_non_rendering_files, "abspath")
|
| +webcore_rendering_files =
|
| + get_path_info(_gypi.webcore_rendering_files, "abspath")
|
| 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")
|
|
|