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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1904163002: Move Web Notifications to use Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@skbitmap-blink
Patch Set: resolves the promise Created 4 years, 8 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1322 'nfc/NFC.cpp', 1322 'nfc/NFC.cpp',
1323 'nfc/NFC.h', 1323 'nfc/NFC.h',
1324 'notifications/Notification.cpp', 1324 'notifications/Notification.cpp',
1325 'notifications/Notification.h', 1325 'notifications/Notification.h',
1326 'notifications/NotificationData.cpp', 1326 'notifications/NotificationData.cpp',
1327 'notifications/NotificationData.h', 1327 'notifications/NotificationData.h',
1328 'notifications/NotificationEvent.cpp', 1328 'notifications/NotificationEvent.cpp',
1329 'notifications/NotificationEvent.h', 1329 'notifications/NotificationEvent.h',
1330 'notifications/NotificationImageLoader.cpp', 1330 'notifications/NotificationImageLoader.cpp',
1331 'notifications/NotificationImageLoader.h', 1331 'notifications/NotificationImageLoader.h',
1332 'notifications/NotificationManager.cpp',
1333 'notifications/NotificationManager.h',
1332 'notifications/NotificationPermissionCallback.h', 1334 'notifications/NotificationPermissionCallback.h',
1333 'notifications/NotificationPermissionClient.cpp', 1335 'notifications/NotificationPermissionClient.cpp',
1334 'notifications/NotificationPermissionClient.h', 1336 'notifications/NotificationPermissionClient.h',
1335 'notifications/NotificationResourcesLoader.cpp', 1337 'notifications/NotificationResourcesLoader.cpp',
1336 'notifications/NotificationResourcesLoader.h', 1338 'notifications/NotificationResourcesLoader.h',
1337 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1339 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1338 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1340 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1339 'notifications/ServiceWorkerRegistrationNotifications.h', 1341 'notifications/ServiceWorkerRegistrationNotifications.h',
1340 'offscreencanvas/OffscreenCanvas.cpp', 1342 'offscreencanvas/OffscreenCanvas.cpp',
1341 'offscreencanvas/OffscreenCanvas.h', 1343 'offscreencanvas/OffscreenCanvas.h',
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2004 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2003 'webaudio/ConvolverNodeTest.cpp', 2005 'webaudio/ConvolverNodeTest.cpp',
2004 'webaudio/DynamicsCompressorNodeTest.cpp', 2006 'webaudio/DynamicsCompressorNodeTest.cpp',
2005 'webaudio/ScriptProcessorNodeTest.cpp', 2007 'webaudio/ScriptProcessorNodeTest.cpp',
2006 'webaudio/StereoPannerNodeTest.cpp', 2008 'webaudio/StereoPannerNodeTest.cpp',
2007 'websockets/DOMWebSocketTest.cpp', 2009 'websockets/DOMWebSocketTest.cpp',
2008 'websockets/DocumentWebSocketChannelTest.cpp', 2010 'websockets/DocumentWebSocketChannelTest.cpp',
2009 ], 2011 ],
2010 }, 2012 },
2011 } 2013 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698