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

Unified Diff: Source/core/core.gypi

Issue 14676023: Remove DOM prefix from plugins IDL interfaces (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build due to (unrelated) missing include in generated code Created 7 years, 7 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/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index d366dd3ba02646c6207ef11f3a7903d653db52b4..84e65eb83af88c025f6395a233ac1ad22799f3a2 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -290,10 +290,10 @@
'page/SpeechInputResult.idl',
'page/SpeechInputResultList.idl',
'page/WorkerNavigator.idl',
- 'plugins/DOMMimeType.idl',
- 'plugins/DOMMimeTypeArray.idl',
- 'plugins/DOMPlugin.idl',
- 'plugins/DOMPluginArray.idl',
+ 'plugins/MimeType.idl',
+ 'plugins/MimeTypeArray.idl',
+ 'plugins/Plugin.idl',
+ 'plugins/PluginArray.idl',
'storage/Storage.idl',
'storage/StorageEvent.idl',
'workers/AbstractWorker.idl',

Powered by Google App Engine
This is Rietveld 408576698