| Index: Source/core/core.gni
|
| diff --git a/Source/core/core.gni b/Source/core/core.gni
|
| index d4aab00494c1ba5c4167adee78f953b165613901..15e4f309ae16ce1a3fcd6e70e64df40df82a33b1 100644
|
| --- a/Source/core/core.gni
|
| +++ b/Source/core/core.gni
|
| @@ -15,6 +15,8 @@ _gypi = exec_script(
|
| "scope",
|
| [ "core.gypi" ])
|
|
|
| +core_web_modules_idl_files = get_path_info(_gypi.core_web_modules_idl_files, "abspath")
|
| +
|
| # Files for which bindings (.cpp and .h files) will be generated.
|
| core_idl_files = get_path_info(_gypi.core_idl_files, "abspath")
|
| core_idl_with_modules_dependency_files =
|
|
|