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 182ad2e429b57a250b0f09676bfef1932f3fc3b6..74d96ca1742228a9eca283bb812c3f5652329c37 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', |
@@ -3681,7 +3678,6 @@ |
'events/AnimationEventInit.idl', |
'events/AnimationPlayerEventInit.idl', |
'events/ApplicationCacheErrorEventInit.idl', |
- 'events/AutocompleteErrorEventInit.idl', |
'events/CompositionEventInit.idl', |
'events/CustomEventInit.idl', |
'events/DragEventInit.idl', |
@@ -3754,8 +3750,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', |