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

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

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
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 54599e04c83f9e4345c3dd87b2387fd18b9db1ae..38300c9987044b7b62d3f7d6b2d9e531198b0739 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3903,6 +3903,7 @@
'core_testing_dictionary_idl_files': [
'testing/InternalDictionary.idl',
'testing/InternalDictionaryDerived.idl',
+ 'testing/InternalDictionaryDerivedDerived.idl',
],
'webcore_testing_idl_files': [
'testing/DictionaryTest.idl',
@@ -3935,6 +3936,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',
],
'webcore_testing_files': [
'<(blink_core_output_dir)/testing/InternalSettingsGenerated.cpp',
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/core_generated.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698