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

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

Issue 293853002: revert r171206: "Add transaction detail params to requestAutocomplete()." (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 unified diff | Download patch
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',
108 'WebBindings.cpp', 107 'WebBindings.cpp',
109 'WebBlob.cpp', 108 'WebBlob.cpp',
110 'WebCache.cpp', 109 'WebCache.cpp',
111 'WebCachedURLRequest.cpp', 110 'WebCachedURLRequest.cpp',
112 'WebColorName.cpp', 111 'WebColorName.cpp',
113 'WebColorSuggestion.cpp', 112 'WebColorSuggestion.cpp',
114 'WebCustomElement.cpp', 113 'WebCustomElement.cpp',
115 'WebDOMActivityLogger.cpp', 114 'WebDOMActivityLogger.cpp',
116 'WebDOMCustomEvent.cpp', 115 'WebDOMCustomEvent.cpp',
117 'WebDOMError.cpp', 116 'WebDOMError.cpp',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 ['os_posix==1 and OS!="mac"', 335 ['os_posix==1 and OS!="mac"',
337 { 336 {
338 'web_unittest_files': [ 337 'web_unittest_files': [
339 'tests/LocaleICUTest.cpp', 338 'tests/LocaleICUTest.cpp',
340 ], 339 ],
341 } 340 }
342 ], 341 ],
343 ], 342 ],
344 }, 343 },
345 } 344 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698