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

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

Issue 1858893002: Remove WebBindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 'web_files': [ 3 'web_files': [
4 'AssertMatchingEnums.cpp', 4 'AssertMatchingEnums.cpp',
5 'AssociatedURLLoader.cpp', 5 'AssociatedURLLoader.cpp',
6 'AssociatedURLLoader.h', 6 'AssociatedURLLoader.h',
7 'AudioOutputDeviceClientImpl.cpp', 7 'AudioOutputDeviceClientImpl.cpp',
8 'AudioOutputDeviceClientImpl.h', 8 'AudioOutputDeviceClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'TextFinder.h', 101 'TextFinder.h',
102 'UserMediaClientImpl.cpp', 102 'UserMediaClientImpl.cpp',
103 'UserMediaClientImpl.h', 103 'UserMediaClientImpl.h',
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',
112 'WebBlob.cpp', 111 'WebBlob.cpp',
113 'WebCache.cpp', 112 'WebCache.cpp',
114 'WebColorSuggestion.cpp', 113 'WebColorSuggestion.cpp',
115 'WebCryptoNormalize.cpp', 114 'WebCryptoNormalize.cpp',
116 'WebCustomElement.cpp', 115 'WebCustomElement.cpp',
117 'WebCSSParser.cpp', 116 'WebCSSParser.cpp',
118 'WebDOMActivityLogger.cpp', 117 'WebDOMActivityLogger.cpp',
119 'WebDOMEvent.cpp', 118 'WebDOMEvent.cpp',
120 'WebDOMFileSystem.cpp', 119 'WebDOMFileSystem.cpp',
121 'WebDOMMediaStreamTrack.cpp', 120 'WebDOMMediaStreamTrack.cpp',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 'tests/sim/SimNetwork.h', 301 'tests/sim/SimNetwork.h',
303 'tests/sim/SimRequest.cpp', 302 'tests/sim/SimRequest.cpp',
304 'tests/sim/SimRequest.h', 303 'tests/sim/SimRequest.h',
305 'tests/sim/SimTest.cpp', 304 'tests/sim/SimTest.cpp',
306 'tests/sim/SimTest.h', 305 'tests/sim/SimTest.h',
307 'tests/sim/SimWebViewClient.cpp', 306 'tests/sim/SimWebViewClient.cpp',
308 'tests/sim/SimWebViewClient.h', 307 'tests/sim/SimWebViewClient.h',
309 ], 308 ],
310 }, 309 },
311 } 310 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebBindings.cpp ('k') | third_party/WebKit/public/blink_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698