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 a305311e88f6ae6103d416ffead7f51ca32a68ef..51254a03a7f182efc663d4934acb26c935d8dd1c 100644 |
--- a/third_party/WebKit/Source/core/core.gypi |
+++ b/third_party/WebKit/Source/core/core.gypi |
@@ -121,7 +121,6 @@ |
'events/AnimationEvent.idl', |
'events/AnimationPlayerEvent.idl', |
'events/ApplicationCacheErrorEvent.idl', |
- 'events/AutocompleteErrorEvent.idl', |
'events/BeforeUnloadEvent.idl', |
'events/ClipboardEvent.idl', |
'events/CompositionEvent.idl', |
@@ -462,7 +461,6 @@ |
'events/AnimationEvent.idl', |
'events/AnimationPlayerEvent.idl', |
'events/ApplicationCacheErrorEvent.idl', |
- 'events/AutocompleteErrorEvent.idl', |
'events/BeforeUnloadEvent.idl', |
'events/ClipboardEvent.idl', |
'events/CompositionEvent.idl', |
@@ -2701,7 +2699,6 @@ |
'events/AnimationPlayerEvent.h', |
'events/ApplicationCacheErrorEvent.cpp', |
'events/ApplicationCacheErrorEvent.h', |
- 'events/AutocompleteErrorEvent.h', |
'events/BeforeTextInsertedEvent.cpp', |
'events/BeforeTextInsertedEvent.h', |
'events/BeforeUnloadEvent.cpp', |
@@ -3680,7 +3677,6 @@ |
'events/AnimationEventInit.idl', |
'events/AnimationPlayerEventInit.idl', |
'events/ApplicationCacheErrorEventInit.idl', |
- 'events/AutocompleteErrorEventInit.idl', |
'events/CompositionEventInit.idl', |
'events/CustomEventInit.idl', |
'events/DragEventInit.idl', |
@@ -3751,8 +3747,6 @@ |
'<(blink_core_output_dir)/events/AnimationPlayerEventInit.h', |
'<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.cpp', |
'<(blink_core_output_dir)/events/ApplicationCacheErrorEventInit.h', |
- '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.cpp', |
- '<(blink_core_output_dir)/events/AutocompleteErrorEventInit.h', |
'<(blink_core_output_dir)/events/CompositionEventInit.cpp', |
'<(blink_core_output_dir)/events/CompositionEventInit.h', |
'<(blink_core_output_dir)/events/CustomEventInit.cpp', |