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

Side by Side 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 upstream 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationPlayer.idl', 6 'animation/AnimationPlayer.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/DataTransfer.idl', 10 'clipboard/DataTransfer.idl',
(...skipping 28 matching lines...) Expand all
39 'css/RGBColor.idl', 39 'css/RGBColor.idl',
40 'css/Rect.idl', 40 'css/Rect.idl',
41 'css/StyleMedia.idl', 41 'css/StyleMedia.idl',
42 'css/StyleSheet.idl', 42 'css/StyleSheet.idl',
43 'css/StyleSheetList.idl', 43 'css/StyleSheetList.idl',
44 'css/WebKitCSSFilterRule.idl', 44 'css/WebKitCSSFilterRule.idl',
45 'css/WebKitCSSFilterValue.idl', 45 'css/WebKitCSSFilterValue.idl',
46 'css/WebKitCSSMatrix.idl', 46 'css/WebKitCSSMatrix.idl',
47 'css/WebKitCSSTransformValue.idl', 47 'css/WebKitCSSTransformValue.idl',
48 'dom/Attr.idl', 48 'dom/Attr.idl',
49 'dom/AutocompleteError.idl',
49 'dom/CDATASection.idl', 50 'dom/CDATASection.idl',
50 'dom/CharacterData.idl', 51 'dom/CharacterData.idl',
51 'dom/ClientRect.idl', 52 'dom/ClientRect.idl',
52 'dom/ClientRectList.idl', 53 'dom/ClientRectList.idl',
53 'dom/Comment.idl', 54 'dom/Comment.idl',
54 'dom/DOMError.idl', 55 'dom/DOMError.idl',
55 'dom/DOMException.idl', 56 'dom/DOMException.idl',
56 'dom/DOMImplementation.idl', 57 'dom/DOMImplementation.idl',
57 'dom/DOMSettableTokenList.idl', 58 'dom/DOMSettableTokenList.idl',
58 'dom/DOMStringList.idl', 59 'dom/DOMStringList.idl',
(...skipping 1845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1904 'xml/parser/XMLDocumentParser.h', 1905 'xml/parser/XMLDocumentParser.h',
1905 'xml/parser/XMLDocumentParserScope.cpp', 1906 'xml/parser/XMLDocumentParserScope.cpp',
1906 'xml/parser/XMLDocumentParserScope.h', 1907 'xml/parser/XMLDocumentParserScope.h',
1907 'xml/parser/XMLParserInput.h', 1908 'xml/parser/XMLParserInput.h',
1908 ], 1909 ],
1909 'webcore_dom_files': [ 1910 'webcore_dom_files': [
1910 'dom/ActiveDOMObject.cpp', 1911 'dom/ActiveDOMObject.cpp',
1911 'dom/AddConsoleMessageTask.cpp', 1912 'dom/AddConsoleMessageTask.cpp',
1912 'dom/AddConsoleMessageTask.h', 1913 'dom/AddConsoleMessageTask.h',
1913 'dom/Attr.cpp', 1914 'dom/Attr.cpp',
1915 'dom/AutocompleteError.cpp',
1916 'dom/AutocompleteError.h',
1914 'dom/CDATASection.cpp', 1917 'dom/CDATASection.cpp',
1915 'dom/CDATASection.h', 1918 'dom/CDATASection.h',
1916 'dom/CSSSelectorWatch.cpp', 1919 'dom/CSSSelectorWatch.cpp',
1917 'dom/CharacterData.cpp', 1920 'dom/CharacterData.cpp',
1918 'dom/ChildListMutationScope.cpp', 1921 'dom/ChildListMutationScope.cpp',
1919 'dom/ChildListMutationScope.h', 1922 'dom/ChildListMutationScope.h',
1920 'dom/ChildNodeList.cpp', 1923 'dom/ChildNodeList.cpp',
1921 'dom/ChildNodeList.h', 1924 'dom/ChildNodeList.h',
1922 'dom/ClassCollection.cpp', 1925 'dom/ClassCollection.cpp',
1923 'dom/ClassCollection.h', 1926 'dom/ClassCollection.h',
(...skipping 1453 matching lines...) Expand 10 before | Expand all | Expand 10 after
3377 'html/track/vtt/BufferedLineReaderTest.cpp', 3380 'html/track/vtt/BufferedLineReaderTest.cpp',
3378 'html/track/vtt/VTTScannerTest.cpp', 3381 'html/track/vtt/VTTScannerTest.cpp',
3379 'rendering/RenderOverflowTest.cpp', 3382 'rendering/RenderOverflowTest.cpp',
3380 'rendering/shapes/BoxShapeTest.cpp', 3383 'rendering/shapes/BoxShapeTest.cpp',
3381 'testing/UnitTestHelpers.cpp', 3384 'testing/UnitTestHelpers.cpp',
3382 'testing/UnitTestHelpers.h', 3385 'testing/UnitTestHelpers.h',
3383 'xml/parser/SharedBufferReaderTest.cpp', 3386 'xml/parser/SharedBufferReaderTest.cpp',
3384 ], 3387 ],
3385 } 3388 }
3386 } 3389 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698