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

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

Issue 1142303005: Remove legacy SELECT popup code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/WebViewImpl.cpp ('k') | public/web/WebPopupMenu.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 'ChromeClientImpl.cpp', 7 'ChromeClientImpl.cpp',
8 'ChromeClientImpl.h', 8 'ChromeClientImpl.h',
9 'ColorChooserPopupUIController.cpp', 9 'ColorChooserPopupUIController.cpp',
10 'ColorChooserPopupUIController.h', 10 'ColorChooserPopupUIController.h',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'OpenedFrameTracker.cpp', 64 'OpenedFrameTracker.cpp',
65 'OpenedFrameTracker.h', 65 'OpenedFrameTracker.h',
66 'PageOverlay.cpp', 66 'PageOverlay.cpp',
67 'PageOverlay.h', 67 'PageOverlay.h',
68 'PageOverlayList.cpp', 68 'PageOverlayList.cpp',
69 'PageOverlayList.h', 69 'PageOverlayList.h',
70 'PageWidgetDelegate.cpp', 70 'PageWidgetDelegate.cpp',
71 'PageWidgetDelegate.h', 71 'PageWidgetDelegate.h',
72 'PluginPlaceholderImpl.cpp', 72 'PluginPlaceholderImpl.cpp',
73 'PluginPlaceholderImpl.h', 73 'PluginPlaceholderImpl.h',
74 'PopupContainer.cpp',
75 'PopupContainer.h',
76 'PopupContainerClient.h',
77 'PopupListBox.cpp',
78 'PopupListBox.h',
79 'PopupMenuChromium.cpp',
80 'PopupMenuChromium.h',
81 'PopupMenuImpl.cpp', 74 'PopupMenuImpl.cpp',
82 'PopupMenuImpl.h', 75 'PopupMenuImpl.h',
83 'PrerendererClientImpl.cpp', 76 'PrerendererClientImpl.cpp',
84 'PrerendererClientImpl.h', 77 'PrerendererClientImpl.h',
85 'RemoteBridgeFrameOwner.cpp', 78 'RemoteBridgeFrameOwner.cpp',
86 'RemoteBridgeFrameOwner.h', 79 'RemoteBridgeFrameOwner.h',
87 'RemoteFrameClientImpl.cpp', 80 'RemoteFrameClientImpl.cpp',
88 'RemoteFrameClientImpl.h', 81 'RemoteFrameClientImpl.h',
89 'ResizeViewportAnchor.cpp', 82 'ResizeViewportAnchor.cpp',
90 'ResizeViewportAnchor.h', 83 'ResizeViewportAnchor.h',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'WebPagePopupImpl.h', 195 'WebPagePopupImpl.h',
203 'WebPageSerializer.cpp', 196 'WebPageSerializer.cpp',
204 'WebPageSerializerImpl.cpp', 197 'WebPageSerializerImpl.cpp',
205 'WebPageSerializerImpl.h', 198 'WebPageSerializerImpl.h',
206 'WebPerformance.cpp', 199 'WebPerformance.cpp',
207 'WebPluginContainerImpl.cpp', 200 'WebPluginContainerImpl.cpp',
208 'WebPluginContainerImpl.h', 201 'WebPluginContainerImpl.h',
209 'WebPluginDocument.cpp', 202 'WebPluginDocument.cpp',
210 'WebPluginLoadObserver.cpp', 203 'WebPluginLoadObserver.cpp',
211 'WebPluginLoadObserver.h', 204 'WebPluginLoadObserver.h',
212 'WebPopupMenuImpl.cpp',
213 'WebPopupMenuImpl.h',
214 'WebRange.cpp', 205 'WebRange.cpp',
215 'WebRemoteFrameImpl.cpp', 206 'WebRemoteFrameImpl.cpp',
216 'WebRemoteFrameImpl.h', 207 'WebRemoteFrameImpl.h',
217 'WebRuntimeFeatures.cpp', 208 'WebRuntimeFeatures.cpp',
218 'WebScopedMicrotaskSuppression.cpp', 209 'WebScopedMicrotaskSuppression.cpp',
219 'WebScopedUserGesture.cpp', 210 'WebScopedUserGesture.cpp',
220 'WebScopedWindowFocusAllowedIndicator.cpp', 211 'WebScopedWindowFocusAllowedIndicator.cpp',
221 'WebScriptBindings.cpp', 212 'WebScriptBindings.cpp',
222 'WebScriptController.cpp', 213 'WebScriptController.cpp',
223 'WebScriptSource.cpp', 214 'WebScriptSource.cpp',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'painting/ContinuousPainter.h', 254 'painting/ContinuousPainter.h',
264 'painting/PaintAggregator.cpp', 255 'painting/PaintAggregator.cpp',
265 'painting/PaintAggregator.h', 256 'painting/PaintAggregator.h',
266 'win/WebFontRendering.cpp', 257 'win/WebFontRendering.cpp',
267 ], 258 ],
268 'web_unittest_files': [ 259 'web_unittest_files': [
269 'AssociatedURLLoaderTest.cpp', 260 'AssociatedURLLoaderTest.cpp',
270 'ExternalPopupMenuTest.cpp', 261 'ExternalPopupMenuTest.cpp',
271 'PageOverlayTest.cpp', 262 'PageOverlayTest.cpp',
272 'PluginPlaceholderImplTest.cpp', 263 'PluginPlaceholderImplTest.cpp',
273 'PopupContainerTest.cpp',
274 'PopupMenuTest.cpp',
275 'WebDragDataTest.cpp', 264 'WebDragDataTest.cpp',
276 'WebNodeTest.cpp', 265 'WebNodeTest.cpp',
277 # FIXME: Move the tests from web/tests/ to appropriate places. 266 # FIXME: Move the tests from web/tests/ to appropriate places.
278 # crbug.com/353585 267 # crbug.com/353585
279 'tests/ActivityLoggerTest.cpp', 268 'tests/ActivityLoggerTest.cpp',
280 'tests/ChromeClientImplTest.cpp', 269 'tests/ChromeClientImplTest.cpp',
281 'tests/CustomEventTest.cpp', 270 'tests/CustomEventTest.cpp',
282 'tests/FakeWebPlugin.cpp', 271 'tests/FakeWebPlugin.cpp',
283 'tests/FakeWebPlugin.h', 272 'tests/FakeWebPlugin.h',
284 'tests/FrameLoaderClientImplTest.cpp', 273 'tests/FrameLoaderClientImplTest.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 { 322 {
334 'web_unittest_files': [ 323 'web_unittest_files': [
335 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
336 'tests/ScrollAnimatorNoneTest.cpp', 325 'tests/ScrollAnimatorNoneTest.cpp',
337 ], 326 ],
338 } 327 }
339 ], 328 ],
340 ], 329 ],
341 }, 330 },
342 } 331 }
OLDNEW
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/web/WebPopupMenu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698