| Index: Source/core/BUILD.gn
|
| diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
|
| index 34815a00b0f9d0c424f59cf5ea5b257da3562ce9..4b524650124f5b0432d1c7c90709cc638ba051d8 100644
|
| --- a/Source/core/BUILD.gn
|
| +++ b/Source/core/BUILD.gn
|
| @@ -219,7 +219,8 @@ source_set("remaining") {
|
| # in GYP. The file list variable is the same and then GYP filters on wether
|
| # the path starts with "rendering/" or not. We should tweak the .gypis a bit
|
| # to separate out the rendering files.
|
| - sources = rebase_path(webcore_files, ".", "//")
|
| + sources = rebase_path(webcore_non_rendering_files, ".", "//")
|
| + sources += rebase_path(webcore_rendering_files, ".", "//")
|
|
|
| configs -= core_config_remove
|
| configs += core_config_add
|
|
|