| Index: third_party/WebKit/Source/bindings/bindings.gni
|
| diff --git a/third_party/WebKit/Source/bindings/bindings.gni b/third_party/WebKit/Source/bindings/bindings.gni
|
| index dd95e1da4a8e494f6fcbf1c619d82216442df687..19b58f8c55c0d32d3da343dd6c27c3e4e129bb1f 100644
|
| --- a/third_party/WebKit/Source/bindings/bindings.gni
|
| +++ b/third_party/WebKit/Source/bindings/bindings.gni
|
| @@ -64,6 +64,8 @@ bindings_core_v8_files =
|
| "core/v8/GeneratedCodeHelper.h",
|
| "core/v8/IDLDictionaryBase.cpp",
|
| "core/v8/IDLDictionaryBase.h",
|
| + "core/v8/IDLTypes.h",
|
| + "core/v8/IDLTypesBase.h",
|
| "core/v8/Iterable.h",
|
| "core/v8/LocalWindowProxy.cpp",
|
| "core/v8/LocalWindowProxy.h",
|
| @@ -71,6 +73,7 @@ bindings_core_v8_files =
|
| "core/v8/Microtask.cpp",
|
| "core/v8/Microtask.h",
|
| "core/v8/NativeValueTraits.h",
|
| + "core/v8/NativeValueTraitsImpl.h",
|
| "core/v8/Nullable.h",
|
| "core/v8/RejectedPromises.cpp",
|
| "core/v8/RejectedPromises.h",
|
| @@ -229,6 +232,8 @@ bindings_core_v8_output_dir = "$bindings_output_dir/core/v8"
|
| bindings_unittest_files =
|
| get_path_info([
|
| "core/v8/DocumentWriteEvaluatorTest.cpp",
|
| + "core/v8/IDLTypesTest.cpp",
|
| + "core/v8/NativeValueTraitsTest.cpp",
|
| "core/v8/ScriptPromisePropertyTest.cpp",
|
| "core/v8/ScriptPromiseResolverTest.cpp",
|
| "core/v8/ScriptPromiseTest.cpp",
|
|
|