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

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

Issue 1264483002: PageOverlays: Remove PageOverlayList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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/painting/ContinuousPainter.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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'MediaKeysClientImpl.cpp', 58 'MediaKeysClientImpl.cpp',
59 'MediaKeysClientImpl.h', 59 'MediaKeysClientImpl.h',
60 'NavigatorContentUtilsClientImpl.cpp', 60 'NavigatorContentUtilsClientImpl.cpp',
61 'NavigatorContentUtilsClientImpl.h', 61 'NavigatorContentUtilsClientImpl.h',
62 'NotificationPermissionClientImpl.cpp', 62 'NotificationPermissionClientImpl.cpp',
63 'NotificationPermissionClientImpl.h', 63 'NotificationPermissionClientImpl.h',
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',
69 'PageOverlayList.h',
70 'PageWidgetDelegate.cpp', 68 'PageWidgetDelegate.cpp',
71 'PageWidgetDelegate.h', 69 'PageWidgetDelegate.h',
72 'PluginPlaceholderImpl.cpp', 70 'PluginPlaceholderImpl.cpp',
73 'PluginPlaceholderImpl.h', 71 'PluginPlaceholderImpl.h',
74 'PopupMenuImpl.cpp', 72 'PopupMenuImpl.cpp',
75 'PopupMenuImpl.h', 73 'PopupMenuImpl.h',
76 'PrerendererClientImpl.cpp', 74 'PrerendererClientImpl.cpp',
77 'PrerendererClientImpl.h', 75 'PrerendererClientImpl.h',
78 'RemoteBridgeFrameOwner.cpp', 76 'RemoteBridgeFrameOwner.cpp',
79 'RemoteBridgeFrameOwner.h', 77 'RemoteBridgeFrameOwner.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 { 311 {
314 'web_unittest_files': [ 312 'web_unittest_files': [
315 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 313 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
316 'tests/ScrollAnimatorNoneTest.cpp', 314 'tests/ScrollAnimatorNoneTest.cpp',
317 ], 315 ],
318 } 316 }
319 ], 317 ],
320 ], 318 ],
321 }, 319 },
322 } 320 }
OLDNEW
« no previous file with comments | « Source/web/painting/ContinuousPainter.cpp ('k') | public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698