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

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

Issue 707833002: Plumb Push API permission request through Blink using Frame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Delete random whitespace. Similarity=70 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'PluginPlaceholderImpl.h', 73 'PluginPlaceholderImpl.h',
74 'PopupContainer.cpp', 74 'PopupContainer.cpp',
75 'PopupContainer.h', 75 'PopupContainer.h',
76 'PopupContainerClient.h', 76 'PopupContainerClient.h',
77 'PopupListBox.cpp', 77 'PopupListBox.cpp',
78 'PopupListBox.h', 78 'PopupListBox.h',
79 'PopupMenuChromium.cpp', 79 'PopupMenuChromium.cpp',
80 'PopupMenuChromium.h', 80 'PopupMenuChromium.h',
81 'PrerendererClientImpl.cpp', 81 'PrerendererClientImpl.cpp',
82 'PrerendererClientImpl.h', 82 'PrerendererClientImpl.h',
83 'PushPermissionClientImpl.cpp',
84 'PushPermissionClientImpl.h',
83 'RemoteFrameClientImpl.cpp', 85 'RemoteFrameClientImpl.cpp',
84 'RemoteFrameClientImpl.h', 86 'RemoteFrameClientImpl.h',
85 'ScrollbarGroup.cpp', 87 'ScrollbarGroup.cpp',
86 'ScrollbarGroup.h', 88 'ScrollbarGroup.h',
87 'ServiceWorkerGlobalScopeClientImpl.cpp', 89 'ServiceWorkerGlobalScopeClientImpl.cpp',
88 'ServiceWorkerGlobalScopeClientImpl.h', 90 'ServiceWorkerGlobalScopeClientImpl.h',
89 'ServiceWorkerGlobalScopeProxy.cpp', 91 'ServiceWorkerGlobalScopeProxy.cpp',
90 'ServiceWorkerGlobalScopeProxy.h', 92 'ServiceWorkerGlobalScopeProxy.h',
91 'SharedWorkerRepositoryClientImpl.cpp', 93 'SharedWorkerRepositoryClientImpl.cpp',
92 'SharedWorkerRepositoryClientImpl.h', 94 'SharedWorkerRepositoryClientImpl.h',
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 ['os_posix==1 and OS!="mac"', 348 ['os_posix==1 and OS!="mac"',
347 { 349 {
348 'web_unittest_files': [ 350 'web_unittest_files': [
349 'tests/LocaleICUTest.cpp', 351 'tests/LocaleICUTest.cpp',
350 ], 352 ],
351 } 353 }
352 ], 354 ],
353 ], 355 ],
354 }, 356 },
355 } 357 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698