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

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

Issue 2183623004: Add IDLDictionaryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 5 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
Index: third_party/WebKit/Source/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 70c7179de57469f3c449a2ef7ced437b2daf540b..8908db8e0eaedcacac0fa10adebc41a751db8f6d 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -333,6 +333,8 @@ source_set("testing") {
"$bindings_core_v8_output_dir/V8InternalDictionary.h",
"$bindings_core_v8_output_dir/V8InternalDictionaryDerived.cpp",
"$bindings_core_v8_output_dir/V8InternalDictionaryDerived.h",
+ "$bindings_core_v8_output_dir/V8InternalDictionaryDerivedDerived.cpp",
+ "$bindings_core_v8_output_dir/V8InternalDictionaryDerivedDerived.h",
"$bindings_core_v8_output_dir/V8InternalRuntimeFlags.cpp",
"$bindings_core_v8_output_dir/V8InternalRuntimeFlags.h",
"$bindings_core_v8_output_dir/V8InternalSettings.cpp",

Powered by Google App Engine
This is Rietveld 408576698