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

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

Issue 803943002: Remove old PopupContainer/PopupListBox popup menu Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/WebPopupType.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'PageOverlay.cpp', 60 'PageOverlay.cpp',
61 'PageOverlay.h', 61 'PageOverlay.h',
62 'PageOverlayList.cpp', 62 'PageOverlayList.cpp',
63 'PageOverlayList.h', 63 'PageOverlayList.h',
64 'PageScaleConstraintsSet.cpp', 64 'PageScaleConstraintsSet.cpp',
65 'PageScaleConstraintsSet.h', 65 'PageScaleConstraintsSet.h',
66 'PageWidgetDelegate.cpp', 66 'PageWidgetDelegate.cpp',
67 'PageWidgetDelegate.h', 67 'PageWidgetDelegate.h',
68 'PluginPlaceholderImpl.cpp', 68 'PluginPlaceholderImpl.cpp',
69 'PluginPlaceholderImpl.h', 69 'PluginPlaceholderImpl.h',
70 'PopupContainer.cpp',
71 'PopupContainer.h',
72 'PopupContainerClient.h',
73 'PopupListBox.cpp',
74 'PopupListBox.h',
75 'PopupMenuChromium.cpp',
76 'PopupMenuChromium.h',
77 'PopupMenuImpl.cpp', 70 'PopupMenuImpl.cpp',
78 'PopupMenuImpl.h', 71 'PopupMenuImpl.h',
79 'PrerendererClientImpl.cpp', 72 'PrerendererClientImpl.cpp',
80 'PrerendererClientImpl.h', 73 'PrerendererClientImpl.h',
81 'RemoteFrameClientImpl.cpp', 74 'RemoteFrameClientImpl.cpp',
82 'RemoteFrameClientImpl.h', 75 'RemoteFrameClientImpl.h',
83 'ScrollbarGroup.cpp', 76 'ScrollbarGroup.cpp',
84 'ScrollbarGroup.h', 77 'ScrollbarGroup.h',
85 'ServiceWorkerGlobalScopeClientImpl.cpp', 78 'ServiceWorkerGlobalScopeClientImpl.cpp',
86 'ServiceWorkerGlobalScopeClientImpl.h', 79 'ServiceWorkerGlobalScopeClientImpl.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'WebPageSerializerImpl.cpp', 190 'WebPageSerializerImpl.cpp',
198 'WebPageSerializerImpl.h', 191 'WebPageSerializerImpl.h',
199 'WebPerformance.cpp', 192 'WebPerformance.cpp',
200 'WebPluginContainerImpl.cpp', 193 'WebPluginContainerImpl.cpp',
201 'WebPluginContainerImpl.h', 194 'WebPluginContainerImpl.h',
202 'WebPluginDocument.cpp', 195 'WebPluginDocument.cpp',
203 'WebPluginLoadObserver.cpp', 196 'WebPluginLoadObserver.cpp',
204 'WebPluginLoadObserver.h', 197 'WebPluginLoadObserver.h',
205 'WebPluginScrollbarImpl.cpp', 198 'WebPluginScrollbarImpl.cpp',
206 'WebPluginScrollbarImpl.h', 199 'WebPluginScrollbarImpl.h',
207 'WebPopupMenuImpl.cpp',
208 'WebPopupMenuImpl.h',
209 'WebRange.cpp', 200 'WebRange.cpp',
210 'WebRemoteFrameImpl.cpp', 201 'WebRemoteFrameImpl.cpp',
211 'WebRemoteFrameImpl.h', 202 'WebRemoteFrameImpl.h',
212 'WebRuntimeFeatures.cpp', 203 'WebRuntimeFeatures.cpp',
213 'WebScopedMicrotaskSuppression.cpp', 204 'WebScopedMicrotaskSuppression.cpp',
214 'WebScopedUserGesture.cpp', 205 'WebScopedUserGesture.cpp',
215 'WebScopedWindowFocusAllowedIndicator.cpp', 206 'WebScopedWindowFocusAllowedIndicator.cpp',
216 'WebScriptBindings.cpp', 207 'WebScriptBindings.cpp',
217 'WebScriptController.cpp', 208 'WebScriptController.cpp',
218 'WebScriptSource.cpp', 209 'WebScriptSource.cpp',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'mac/WebSubstringUtil.mm', 249 'mac/WebSubstringUtil.mm',
259 'painting/ContinuousPainter.cpp', 250 'painting/ContinuousPainter.cpp',
260 'painting/ContinuousPainter.h', 251 'painting/ContinuousPainter.h',
261 'painting/PaintAggregator.cpp', 252 'painting/PaintAggregator.cpp',
262 'painting/PaintAggregator.h', 253 'painting/PaintAggregator.h',
263 'win/WebFontRendering.cpp', 254 'win/WebFontRendering.cpp',
264 ], 255 ],
265 'web_unittest_files': [ 256 'web_unittest_files': [
266 'ExternalPopupMenuTest.cpp', 257 'ExternalPopupMenuTest.cpp',
267 'PluginPlaceholderImplTest.cpp', 258 'PluginPlaceholderImplTest.cpp',
268 'PopupContainerTest.cpp',
269 'PopupMenuTest.cpp',
270 'WebDragDataTest.cpp', 259 'WebDragDataTest.cpp',
271 'WebNodeTest.cpp', 260 'WebNodeTest.cpp',
272 # FIXME: Move the tests from web/tests/ to appropriate places. 261 # FIXME: Move the tests from web/tests/ to appropriate places.
273 # crbug.com/353585 262 # crbug.com/353585
274 'tests/ActivityLoggerTest.cpp', 263 'tests/ActivityLoggerTest.cpp',
275 'tests/AssociatedURLLoaderTest.cpp', 264 'tests/AssociatedURLLoaderTest.cpp',
276 'tests/ChromeClientImplTest.cpp', 265 'tests/ChromeClientImplTest.cpp',
277 'tests/CustomEventTest.cpp', 266 'tests/CustomEventTest.cpp',
278 'tests/FakeWebPlugin.cpp', 267 'tests/FakeWebPlugin.cpp',
279 'tests/FakeWebPlugin.h', 268 'tests/FakeWebPlugin.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 ['os_posix==1 and OS!="mac"', 333 ['os_posix==1 and OS!="mac"',
345 { 334 {
346 'web_unittest_files': [ 335 'web_unittest_files': [
347 'tests/LocaleICUTest.cpp', 336 'tests/LocaleICUTest.cpp',
348 ], 337 ],
349 } 338 }
350 ], 339 ],
351 ], 340 ],
352 }, 341 },
353 } 342 }
OLDNEW
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/web/WebPopupType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698