Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/BUILD.gn

Issue 2361303003: Sync IntersectionObserver IDL with the spec (Closed)
Patch Set: nits Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/IntersectionObserver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
index 3cdc305435a1cdd817de218bef34ee7767065348..b3e85713b43e9471146f26b20bed1061ddb27d24 100644
--- a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
@@ -143,8 +143,8 @@ bindings_core_generated_union_type_files = [
"$bindings_core_v8_output_dir/DictionarySequenceOrDictionary.h",
"$bindings_core_v8_output_dir/DoubleOrAutoKeyword.cpp",
"$bindings_core_v8_output_dir/DoubleOrAutoKeyword.h",
- "$bindings_core_v8_output_dir/DoubleOrDoubleArray.cpp",
- "$bindings_core_v8_output_dir/DoubleOrDoubleArray.h",
+ "$bindings_core_v8_output_dir/DoubleOrDoubleSequence.cpp",
+ "$bindings_core_v8_output_dir/DoubleOrDoubleSequence.h",
"$bindings_core_v8_output_dir/DoubleOrInternalEnum.cpp",
"$bindings_core_v8_output_dir/DoubleOrInternalEnum.h",
"$bindings_core_v8_output_dir/DoubleOrString.cpp",
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/IntersectionObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698