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

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

Issue 1309893002: Remove unusued WebFrameClient::willRequestResource and WebCachedURLRequest (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/WebCachedURLRequest.cpp ('k') | public/BUILD.gn » ('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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'ValidationMessageClientImpl.cpp', 104 'ValidationMessageClientImpl.cpp',
105 'ValidationMessageClientImpl.h', 105 'ValidationMessageClientImpl.h',
106 'ViewportAnchor.h', 106 'ViewportAnchor.h',
107 'WebAXObject.cpp', 107 'WebAXObject.cpp',
108 'WebArrayBuffer.cpp', 108 'WebArrayBuffer.cpp',
109 'WebArrayBufferConverter.cpp', 109 'WebArrayBufferConverter.cpp',
110 'WebArrayBufferView.cpp', 110 'WebArrayBufferView.cpp',
111 'WebBindings.cpp', 111 'WebBindings.cpp',
112 'WebBlob.cpp', 112 'WebBlob.cpp',
113 'WebCache.cpp', 113 'WebCache.cpp',
114 'WebCachedURLRequest.cpp',
115 'WebColorName.cpp', 114 'WebColorName.cpp',
116 'WebColorSuggestion.cpp', 115 'WebColorSuggestion.cpp',
117 'WebCryptoNormalize.cpp', 116 'WebCryptoNormalize.cpp',
118 'WebCustomElement.cpp', 117 'WebCustomElement.cpp',
119 'WebCSSParser.cpp', 118 'WebCSSParser.cpp',
120 'WebDOMActivityLogger.cpp', 119 'WebDOMActivityLogger.cpp',
121 'WebDOMCustomEvent.cpp', 120 'WebDOMCustomEvent.cpp',
122 'WebDOMError.cpp', 121 'WebDOMError.cpp',
123 'WebDOMEvent.cpp', 122 'WebDOMEvent.cpp',
124 'WebDOMFileSystem.cpp', 123 'WebDOMFileSystem.cpp',
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 { 322 {
324 'web_unittest_files': [ 323 'web_unittest_files': [
325 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
326 'tests/ScrollAnimatorNoneTest.cpp', 325 'tests/ScrollAnimatorNoneTest.cpp',
327 ], 326 ],
328 } 327 }
329 ], 328 ],
330 ], 329 ],
331 }, 330 },
332 } 331 }
OLDNEW
« no previous file with comments | « Source/web/WebCachedURLRequest.cpp ('k') | public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698