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

Unified Diff: third_party/WebKit/Source/core/core_generated.gypi

Issue 2183623004: Add IDLDictionaryBase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix multi-level inheritance bug 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/core_generated.gypi
diff --git a/third_party/WebKit/Source/core/core_generated.gypi b/third_party/WebKit/Source/core/core_generated.gypi
index fced04bec7c6042562c77781074e8a5cdf50ff50..a116f8f85726fda26755e68ca38b620af7c7643e 100644
--- a/third_party/WebKit/Source/core/core_generated.gypi
+++ b/third_party/WebKit/Source/core/core_generated.gypi
@@ -21,6 +21,8 @@
'<(blink_core_output_dir)/testing/InternalDictionary.h',
'<(blink_core_output_dir)/testing/InternalDictionaryDerived.cpp',
'<(blink_core_output_dir)/testing/InternalDictionaryDerived.h',
+ '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.cpp',
+ '<(blink_core_output_dir)/testing/InternalDictionaryDerivedDerived.h',
],
'generated_bindings_core_testing_files': [
@@ -52,6 +54,8 @@
'<(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)/V8WorkerInternals.cpp',
'<(bindings_core_v8_output_dir)/V8WorkerInternals.h',
],

Powered by Google App Engine
This is Rietveld 408576698