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

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

Issue 1313763002: Blink Plugins: Remove Shadow DOM Plugin Placeholder (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge origin/master Created 5 years, 3 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
« no previous file with comments | « Source/web/PluginPlaceholderImpl.cpp ('k') | public/blink_resources.grd » ('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 '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 'PageWidgetDelegate.cpp', 68 'PageWidgetDelegate.cpp',
69 'PageWidgetDelegate.h', 69 'PageWidgetDelegate.h',
70 'PluginPlaceholderImpl.cpp',
71 'PluginPlaceholderImpl.h',
72 'PopupMenuImpl.cpp', 70 'PopupMenuImpl.cpp',
73 'PopupMenuImpl.h', 71 'PopupMenuImpl.h',
74 'PrerendererClientImpl.cpp', 72 'PrerendererClientImpl.cpp',
75 'PrerendererClientImpl.h', 73 'PrerendererClientImpl.h',
76 'RemoteBridgeFrameOwner.cpp', 74 'RemoteBridgeFrameOwner.cpp',
77 'RemoteBridgeFrameOwner.h', 75 'RemoteBridgeFrameOwner.h',
78 'RemoteFrameClientImpl.cpp', 76 'RemoteFrameClientImpl.cpp',
79 'RemoteFrameClientImpl.h', 77 'RemoteFrameClientImpl.h',
80 'ResizeViewportAnchor.cpp', 78 'ResizeViewportAnchor.cpp',
81 'ResizeViewportAnchor.h', 79 'ResizeViewportAnchor.h',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 { 328 {
331 'web_unittest_files': [ 329 'web_unittest_files': [
332 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. 330 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone.
333 'tests/ScrollAnimatorNoneTest.cpp', 331 'tests/ScrollAnimatorNoneTest.cpp',
334 ], 332 ],
335 } 333 }
336 ], 334 ],
337 ], 335 ],
338 }, 336 },
339 } 337 }
OLDNEW
« no previous file with comments | « Source/web/PluginPlaceholderImpl.cpp ('k') | public/blink_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698