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

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: -GenericEventQueue 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 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',

Powered by Google App Engine
This is Rietveld 408576698