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

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

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) 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
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', 70 'PopupMenuImpl.cpp',
71 'PopupContainer.h', 71 'PopupMenuImpl.h',
72 'PopupContainerClient.h',
73 'PopupListBox.cpp',
74 'PopupListBox.h',
75 'PopupMenuChromium.cpp',
76 'PopupMenuChromium.h',
77 'PrerendererClientImpl.cpp', 72 'PrerendererClientImpl.cpp',
78 'PrerendererClientImpl.h', 73 'PrerendererClientImpl.h',
79 'RemoteFrameClientImpl.cpp', 74 'RemoteFrameClientImpl.cpp',
80 'RemoteFrameClientImpl.h', 75 'RemoteFrameClientImpl.h',
81 'ScrollbarGroup.cpp', 76 'ScrollbarGroup.cpp',
82 'ScrollbarGroup.h', 77 'ScrollbarGroup.h',
83 'ServiceWorkerGlobalScopeClientImpl.cpp', 78 'ServiceWorkerGlobalScopeClientImpl.cpp',
84 'ServiceWorkerGlobalScopeClientImpl.h', 79 'ServiceWorkerGlobalScopeClientImpl.h',
85 'ServiceWorkerGlobalScopeProxy.cpp', 80 'ServiceWorkerGlobalScopeProxy.cpp',
86 'ServiceWorkerGlobalScopeProxy.h', 81 'ServiceWorkerGlobalScopeProxy.h',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'WebPageSerializerImpl.cpp', 191 'WebPageSerializerImpl.cpp',
197 'WebPageSerializerImpl.h', 192 'WebPageSerializerImpl.h',
198 'WebPerformance.cpp', 193 'WebPerformance.cpp',
199 'WebPluginContainerImpl.cpp', 194 'WebPluginContainerImpl.cpp',
200 'WebPluginContainerImpl.h', 195 'WebPluginContainerImpl.h',
201 'WebPluginDocument.cpp', 196 'WebPluginDocument.cpp',
202 'WebPluginLoadObserver.cpp', 197 'WebPluginLoadObserver.cpp',
203 'WebPluginLoadObserver.h', 198 'WebPluginLoadObserver.h',
204 'WebPluginScrollbarImpl.cpp', 199 'WebPluginScrollbarImpl.cpp',
205 'WebPluginScrollbarImpl.h', 200 'WebPluginScrollbarImpl.h',
206 'WebPopupMenuImpl.cpp',
207 'WebPopupMenuImpl.h',
208 'WebRange.cpp', 201 'WebRange.cpp',
209 'WebRemoteFrameImpl.cpp', 202 'WebRemoteFrameImpl.cpp',
210 'WebRemoteFrameImpl.h', 203 'WebRemoteFrameImpl.h',
211 'WebRuntimeFeatures.cpp', 204 'WebRuntimeFeatures.cpp',
212 'WebScopedMicrotaskSuppression.cpp', 205 'WebScopedMicrotaskSuppression.cpp',
213 'WebScopedUserGesture.cpp', 206 'WebScopedUserGesture.cpp',
214 'WebScopedWindowFocusAllowedIndicator.cpp', 207 'WebScopedWindowFocusAllowedIndicator.cpp',
215 'WebScriptBindings.cpp', 208 'WebScriptBindings.cpp',
216 'WebScriptController.cpp', 209 'WebScriptController.cpp',
217 'WebScriptSource.cpp', 210 'WebScriptSource.cpp',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'mac/WebSubstringUtil.mm', 250 'mac/WebSubstringUtil.mm',
258 'painting/ContinuousPainter.cpp', 251 'painting/ContinuousPainter.cpp',
259 'painting/ContinuousPainter.h', 252 'painting/ContinuousPainter.h',
260 'painting/PaintAggregator.cpp', 253 'painting/PaintAggregator.cpp',
261 'painting/PaintAggregator.h', 254 'painting/PaintAggregator.h',
262 'win/WebFontRendering.cpp', 255 'win/WebFontRendering.cpp',
263 ], 256 ],
264 'web_unittest_files': [ 257 'web_unittest_files': [
265 'ExternalPopupMenuTest.cpp', 258 'ExternalPopupMenuTest.cpp',
266 'PluginPlaceholderImplTest.cpp', 259 'PluginPlaceholderImplTest.cpp',
267 'PopupContainerTest.cpp',
268 'PopupMenuTest.cpp',
269 'WebDragDataTest.cpp', 260 'WebDragDataTest.cpp',
270 'WebNodeTest.cpp', 261 'WebNodeTest.cpp',
271 # FIXME: Move the tests from web/tests/ to appropriate places. 262 # FIXME: Move the tests from web/tests/ to appropriate places.
272 # crbug.com/353585 263 # crbug.com/353585
273 'tests/ActivityLoggerTest.cpp', 264 'tests/ActivityLoggerTest.cpp',
274 'tests/AssociatedURLLoaderTest.cpp', 265 'tests/AssociatedURLLoaderTest.cpp',
275 'tests/ChromeClientImplTest.cpp', 266 'tests/ChromeClientImplTest.cpp',
276 'tests/CustomEventTest.cpp', 267 'tests/CustomEventTest.cpp',
277 'tests/FakeWebPlugin.cpp', 268 'tests/FakeWebPlugin.cpp',
278 'tests/FakeWebPlugin.h', 269 'tests/FakeWebPlugin.h',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ['os_posix==1 and OS!="mac"', 334 ['os_posix==1 and OS!="mac"',
344 { 335 {
345 'web_unittest_files': [ 336 'web_unittest_files': [
346 'tests/LocaleICUTest.cpp', 337 'tests/LocaleICUTest.cpp',
347 ], 338 ],
348 } 339 }
349 ], 340 ],
350 ], 341 ],
351 }, 342 },
352 } 343 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698