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

Unified Diff: Source/core/testing/Internals.idl

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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: Source/core/testing/Internals.idl
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl
index 2f154eb59704fb176663382391608e5492ddcffc..aa1a02ac4cf528c822a177f34515b456d707c895 100644
--- a/Source/core/testing/Internals.idl
+++ b/Source/core/testing/Internals.idl
@@ -212,10 +212,11 @@
MallocStatistics mallocStatistics();
TypeConversions typeConversions();
- // This is enabled only in Debug builds.
+ // These are enabled only in Debug builds.
// This is because we want to avoid putting the byte stream of testing private scripts
// into the binary of Release builds.
PrivateScriptTest privateScriptTest();
+ DictionaryTest dictionaryTest();
DOMString[] getReferencedFilePaths();

Powered by Google App Engine
This is Rietveld 408576698