| Index: third_party/WebKit/Source/core/core_idl_files.gni
|
| diff --git a/third_party/WebKit/Source/core/core_idl_files.gni b/third_party/WebKit/Source/core/core_idl_files.gni
|
| index 38f4594bbeddb17489104e586eaba064ac2bf2a1..af4193423862e915245aad447f09e3ff733988fd 100644
|
| --- a/third_party/WebKit/Source/core/core_idl_files.gni
|
| +++ b/third_party/WebKit/Source/core/core_idl_files.gni
|
| @@ -587,13 +587,16 @@ webcore_testing_idl_files =
|
| "testing/PrivateScriptTest.idl",
|
| "testing/TypeConversions.idl",
|
| "testing/UnionTypesTest.idl",
|
| - "testing/WorkerInternals.idl",
|
| ],
|
| "abspath")
|
|
|
| # Testing IDL files that have partial interfaces in modules.
|
| webcore_testing_idl_with_modules_dependency_files =
|
| - get_path_info([ "testing/Internals.idl" ], "abspath")
|
| + get_path_info([
|
| + "testing/Internals.idl",
|
| + "testing/WorkerInternals.idl",
|
| + ],
|
| + "abspath")
|
|
|
| webcore_testing_dependency_idl_files =
|
| get_path_info([
|
|
|