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

Side by Side Diff: Source/web/web.gypi

Issue 214823008: Add transaction detail params to requestAutocomplete(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: sync 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
« no previous file with comments | « Source/web/WebAutocompleteParams.cpp ('k') | public/web/WebAutocompleteParams.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'TextFinder.h', 97 'TextFinder.h',
98 'UserMediaClientImpl.cpp', 98 'UserMediaClientImpl.cpp',
99 'UserMediaClientImpl.h', 99 'UserMediaClientImpl.h',
100 'ValidationMessageClientImpl.cpp', 100 'ValidationMessageClientImpl.cpp',
101 'ValidationMessageClientImpl.h', 101 'ValidationMessageClientImpl.h',
102 'ViewportAnchor.cpp', 102 'ViewportAnchor.cpp',
103 'ViewportAnchor.h', 103 'ViewportAnchor.h',
104 'WebAXObject.cpp', 104 'WebAXObject.cpp',
105 'WebArrayBufferConverter.cpp', 105 'WebArrayBufferConverter.cpp',
106 'WebArrayBufferView.cpp', 106 'WebArrayBufferView.cpp',
107 'WebAutocompleteParams.cpp',
107 'WebBindings.cpp', 108 'WebBindings.cpp',
108 'WebBlob.cpp', 109 'WebBlob.cpp',
109 'WebCache.cpp', 110 'WebCache.cpp',
110 'WebCachedURLRequest.cpp', 111 'WebCachedURLRequest.cpp',
111 'WebColorName.cpp', 112 'WebColorName.cpp',
112 'WebColorSuggestion.cpp', 113 'WebColorSuggestion.cpp',
113 'WebCustomElement.cpp', 114 'WebCustomElement.cpp',
114 'WebDOMActivityLogger.cpp', 115 'WebDOMActivityLogger.cpp',
115 'WebDOMCustomEvent.cpp', 116 'WebDOMCustomEvent.cpp',
116 'WebDOMError.cpp', 117 'WebDOMError.cpp',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 { 346 {
346 'web_unittest_files': [ 347 'web_unittest_files': [
347 'tests/KeyCodeConversionTestGtk.cpp', 348 'tests/KeyCodeConversionTestGtk.cpp',
348 'tests/WebInputEventFactoryTestGtk.cpp', 349 'tests/WebInputEventFactoryTestGtk.cpp',
349 ], 350 ],
350 } 351 }
351 ], 352 ],
352 ], 353 ],
353 }, 354 },
354 } 355 }
OLDNEW
« no previous file with comments | « Source/web/WebAutocompleteParams.cpp ('k') | public/web/WebAutocompleteParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698