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

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

Issue 1958543002: requestAutocomplete: remove from web platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document-createEvent-expected.txt Created 4 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: 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',

Powered by Google App Engine
This is Rietveld 408576698