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

Unified Diff: Source/core/core.gypi

Issue 228783007: rAc: make requestAutocomplete() return a promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge Created 6 years, 8 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
« no previous file with comments | « LayoutTests/fast/forms/form-request-autocomplete-expected.txt ('k') | Source/core/dom/AutocompleteError.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index b736608a623251930bcabcd21db5c731212dceaa..4e90e60009adda28a04ceb35efc2e4663b270626 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -46,6 +46,7 @@
'css/WebKitCSSMatrix.idl',
'css/WebKitCSSTransformValue.idl',
'dom/Attr.idl',
+ 'dom/AutocompleteError.idl',
'dom/CDATASection.idl',
'dom/CharacterData.idl',
'dom/ClientRect.idl',
@@ -1918,6 +1919,8 @@
'dom/AddConsoleMessageTask.cpp',
'dom/AddConsoleMessageTask.h',
'dom/Attr.cpp',
+ 'dom/AutocompleteError.cpp',
+ 'dom/AutocompleteError.h',
'dom/CDATASection.cpp',
'dom/CDATASection.h',
'dom/CSSSelectorWatch.cpp',
« no previous file with comments | « LayoutTests/fast/forms/form-request-autocomplete-expected.txt ('k') | Source/core/dom/AutocompleteError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698