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

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

Issue 584023002: [WIP] Implement Notifications through Platform instead of WebFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/web/WebNotification.cpp ('k') | public/platform/Platform.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 'BackForwardClientImpl.cpp', 7 'BackForwardClientImpl.cpp',
8 'BackForwardClientImpl.h', 8 'BackForwardClientImpl.h',
9 'ChromeClientImpl.cpp', 9 'ChromeClientImpl.cpp',
10 'ChromeClientImpl.h', 10 'ChromeClientImpl.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'LocalFileSystemClient.cpp', 50 'LocalFileSystemClient.cpp',
51 'LocalFileSystemClient.h', 51 'LocalFileSystemClient.h',
52 'MediaKeysClientImpl.cpp', 52 'MediaKeysClientImpl.cpp',
53 'MediaKeysClientImpl.h', 53 'MediaKeysClientImpl.h',
54 'MIDIClientProxy.cpp', 54 'MIDIClientProxy.cpp',
55 'MIDIClientProxy.h', 55 'MIDIClientProxy.h',
56 'NavigatorContentUtilsClientImpl.cpp', 56 'NavigatorContentUtilsClientImpl.cpp',
57 'NavigatorContentUtilsClientImpl.h', 57 'NavigatorContentUtilsClientImpl.h',
58 'NotificationPermissionClientImpl.cpp', 58 'NotificationPermissionClientImpl.cpp',
59 'NotificationPermissionClientImpl.h', 59 'NotificationPermissionClientImpl.h',
60 'NotificationPresenterImpl.cpp',
61 'NotificationPresenterImpl.h',
62 'OpenedFrameTracker.cpp', 60 'OpenedFrameTracker.cpp',
63 'OpenedFrameTracker.h', 61 'OpenedFrameTracker.h',
64 'PageOverlay.cpp', 62 'PageOverlay.cpp',
65 'PageOverlay.h', 63 'PageOverlay.h',
66 'PageOverlayList.cpp', 64 'PageOverlayList.cpp',
67 'PageOverlayList.h', 65 'PageOverlayList.h',
68 'PageScaleConstraintsSet.cpp', 66 'PageScaleConstraintsSet.cpp',
69 'PageScaleConstraintsSet.h', 67 'PageScaleConstraintsSet.h',
70 'PageWidgetDelegate.cpp', 68 'PageWidgetDelegate.cpp',
71 'PageWidgetDelegate.h', 69 'PageWidgetDelegate.h',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'WebLocalFrameImpl.h', 178 'WebLocalFrameImpl.h',
181 'WebMIDIClientMock.cpp', 179 'WebMIDIClientMock.cpp',
182 'WebMIDIPermissionRequest.cpp', 180 'WebMIDIPermissionRequest.cpp',
183 'WebMediaDevicesRequest.cpp', 181 'WebMediaDevicesRequest.cpp',
184 'WebMediaPlayerClientImpl.cpp', 182 'WebMediaPlayerClientImpl.cpp',
185 'WebMediaPlayerClientImpl.h', 183 'WebMediaPlayerClientImpl.h',
186 'WebMediaStreamRegistry.cpp', 184 'WebMediaStreamRegistry.cpp',
187 'WebNetworkStateNotifier.cpp', 185 'WebNetworkStateNotifier.cpp',
188 'WebNode.cpp', 186 'WebNode.cpp',
189 'WebNodeList.cpp', 187 'WebNodeList.cpp',
190 'WebNotification.cpp',
191 'WebOptionElement.cpp', 188 'WebOptionElement.cpp',
192 'WebPagePopupImpl.cpp', 189 'WebPagePopupImpl.cpp',
193 'WebPagePopupImpl.h', 190 'WebPagePopupImpl.h',
194 'WebPageSerializer.cpp', 191 'WebPageSerializer.cpp',
195 'WebPageSerializerImpl.cpp', 192 'WebPageSerializerImpl.cpp',
196 'WebPageSerializerImpl.h', 193 'WebPageSerializerImpl.h',
197 'WebPerformance.cpp', 194 'WebPerformance.cpp',
198 'WebPluginContainerImpl.cpp', 195 'WebPluginContainerImpl.cpp',
199 'WebPluginContainerImpl.h', 196 'WebPluginContainerImpl.h',
200 'WebPluginDocument.cpp', 197 'WebPluginDocument.cpp',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 ['os_posix==1 and OS!="mac"', 336 ['os_posix==1 and OS!="mac"',
340 { 337 {
341 'web_unittest_files': [ 338 'web_unittest_files': [
342 'tests/LocaleICUTest.cpp', 339 'tests/LocaleICUTest.cpp',
343 ], 340 ],
344 } 341 }
345 ], 342 ],
346 ], 343 ],
347 }, 344 },
348 } 345 }
OLDNEW
« no previous file with comments | « Source/web/WebNotification.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698