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

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: it works \o/ Created 4 years, 7 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 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 'nfc/NFC.cpp', 1329 'nfc/NFC.cpp',
1330 'nfc/NFC.h', 1330 'nfc/NFC.h',
1331 'notifications/Notification.cpp', 1331 'notifications/Notification.cpp',
1332 'notifications/Notification.h', 1332 'notifications/Notification.h',
1333 'notifications/NotificationData.cpp', 1333 'notifications/NotificationData.cpp',
1334 'notifications/NotificationData.h', 1334 'notifications/NotificationData.h',
1335 'notifications/NotificationEvent.cpp', 1335 'notifications/NotificationEvent.cpp',
1336 'notifications/NotificationEvent.h', 1336 'notifications/NotificationEvent.h',
1337 'notifications/NotificationImageLoader.cpp', 1337 'notifications/NotificationImageLoader.cpp',
1338 'notifications/NotificationImageLoader.h', 1338 'notifications/NotificationImageLoader.h',
1339 'notifications/NotificationManager.cpp',
1340 'notifications/NotificationManager.h',
1339 'notifications/NotificationPermissionCallback.h', 1341 'notifications/NotificationPermissionCallback.h',
1340 'notifications/NotificationPermissionClient.cpp', 1342 'notifications/NotificationPermissionClient.cpp',
1341 'notifications/NotificationPermissionClient.h', 1343 'notifications/NotificationPermissionClient.h',
1342 'notifications/NotificationResourcesLoader.cpp', 1344 'notifications/NotificationResourcesLoader.cpp',
1343 'notifications/NotificationResourcesLoader.h', 1345 'notifications/NotificationResourcesLoader.h',
1344 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1346 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1345 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1347 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1346 'notifications/ServiceWorkerRegistrationNotifications.h', 1348 'notifications/ServiceWorkerRegistrationNotifications.h',
1347 'offscreencanvas/OffscreenCanvasModules.cpp', 1349 'offscreencanvas/OffscreenCanvasModules.cpp',
1348 'offscreencanvas/OffscreenCanvasModules.h', 1350 'offscreencanvas/OffscreenCanvasModules.h',
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'webaudio/ConvolverNodeTest.cpp', 2009 'webaudio/ConvolverNodeTest.cpp',
2008 'webaudio/DynamicsCompressorNodeTest.cpp', 2010 'webaudio/DynamicsCompressorNodeTest.cpp',
2009 'webaudio/ScriptProcessorNodeTest.cpp', 2011 'webaudio/ScriptProcessorNodeTest.cpp',
2010 'webaudio/StereoPannerNodeTest.cpp', 2012 'webaudio/StereoPannerNodeTest.cpp',
2011 'webdatabase/QuotaTrackerTest.cpp', 2013 'webdatabase/QuotaTrackerTest.cpp',
2012 'websockets/DOMWebSocketTest.cpp', 2014 'websockets/DOMWebSocketTest.cpp',
2013 'websockets/DocumentWebSocketChannelTest.cpp', 2015 'websockets/DocumentWebSocketChannelTest.cpp',
2014 ], 2016 ],
2015 }, 2017 },
2016 } 2018 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/DEPS ('k') | third_party/WebKit/Source/modules/notifications/Notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698