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

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

Issue 728443002: Remove PushPermissionClient. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Delete override. Created 6 years, 1 month 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/PushPermissionClientImpl.cpp ('k') | public/platform/WebCallback.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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 'PluginPlaceholderImpl.h', 71 'PluginPlaceholderImpl.h',
72 'PopupContainer.cpp', 72 'PopupContainer.cpp',
73 'PopupContainer.h', 73 'PopupContainer.h',
74 'PopupContainerClient.h', 74 'PopupContainerClient.h',
75 'PopupListBox.cpp', 75 'PopupListBox.cpp',
76 'PopupListBox.h', 76 'PopupListBox.h',
77 'PopupMenuChromium.cpp', 77 'PopupMenuChromium.cpp',
78 'PopupMenuChromium.h', 78 'PopupMenuChromium.h',
79 'PrerendererClientImpl.cpp', 79 'PrerendererClientImpl.cpp',
80 'PrerendererClientImpl.h', 80 'PrerendererClientImpl.h',
81 'PushPermissionClientImpl.cpp',
82 'PushPermissionClientImpl.h',
83 'RemoteFrameClientImpl.cpp', 81 'RemoteFrameClientImpl.cpp',
84 'RemoteFrameClientImpl.h', 82 'RemoteFrameClientImpl.h',
85 'ScrollbarGroup.cpp', 83 'ScrollbarGroup.cpp',
86 'ScrollbarGroup.h', 84 'ScrollbarGroup.h',
87 'ServiceWorkerGlobalScopeClientImpl.cpp', 85 'ServiceWorkerGlobalScopeClientImpl.cpp',
88 'ServiceWorkerGlobalScopeClientImpl.h', 86 'ServiceWorkerGlobalScopeClientImpl.h',
89 'ServiceWorkerGlobalScopeProxy.cpp', 87 'ServiceWorkerGlobalScopeProxy.cpp',
90 'ServiceWorkerGlobalScopeProxy.h', 88 'ServiceWorkerGlobalScopeProxy.h',
91 'SharedWorkerRepositoryClientImpl.cpp', 89 'SharedWorkerRepositoryClientImpl.cpp',
92 'SharedWorkerRepositoryClientImpl.h', 90 'SharedWorkerRepositoryClientImpl.h',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 ['os_posix==1 and OS!="mac"', 344 ['os_posix==1 and OS!="mac"',
347 { 345 {
348 'web_unittest_files': [ 346 'web_unittest_files': [
349 'tests/LocaleICUTest.cpp', 347 'tests/LocaleICUTest.cpp',
350 ], 348 ],
351 } 349 }
352 ], 350 ],
353 ], 351 ],
354 }, 352 },
355 } 353 }
OLDNEW
« no previous file with comments | « Source/web/PushPermissionClientImpl.cpp ('k') | public/platform/WebCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698