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

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

Issue 1753543002: PaymentRequest Mojo bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@interface
Patch Set: haraken@'s + esprehn@'s comments 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 1335 matching lines...) Expand 10 before | Expand all | Expand 10 after
1346 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1346 'notifications/ServiceWorkerGlobalScopeNotifications.h',
1347 'notifications/ServiceWorkerRegistrationNotifications.cpp', 1347 'notifications/ServiceWorkerRegistrationNotifications.cpp',
1348 'notifications/ServiceWorkerRegistrationNotifications.h', 1348 'notifications/ServiceWorkerRegistrationNotifications.h',
1349 'offscreencanvas/OffscreenCanvas.cpp', 1349 'offscreencanvas/OffscreenCanvas.cpp',
1350 'offscreencanvas/OffscreenCanvas.h', 1350 'offscreencanvas/OffscreenCanvas.h',
1351 'offscreencanvas/OffscreenCanvasRenderingContext.cpp', 1351 'offscreencanvas/OffscreenCanvasRenderingContext.cpp',
1352 'offscreencanvas/OffscreenCanvasRenderingContext.h', 1352 'offscreencanvas/OffscreenCanvasRenderingContext.h',
1353 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h', 1353 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h',
1354 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', 1354 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
1355 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', 1355 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
1356 'payments/PaymentCompleter.h',
1356 'payments/PaymentRequest.cpp', 1357 'payments/PaymentRequest.cpp',
1357 'payments/PaymentRequest.h', 1358 'payments/PaymentRequest.h',
1358 'payments/PaymentResponse.cpp', 1359 'payments/PaymentResponse.cpp',
1359 'payments/PaymentResponse.h', 1360 'payments/PaymentResponse.h',
1361 'payments/ShippingAddress.cpp',
1360 'payments/ShippingAddress.h', 1362 'payments/ShippingAddress.h',
1363 'payments/PaymentsValidators.h',
1364 'payments/PaymentsValidators.cpp',
1361 'permissions/NavigatorPermissions.cpp', 1365 'permissions/NavigatorPermissions.cpp',
1362 'permissions/NavigatorPermissions.h', 1366 'permissions/NavigatorPermissions.h',
1363 'permissions/PermissionController.cpp', 1367 'permissions/PermissionController.cpp',
1364 'permissions/PermissionController.h', 1368 'permissions/PermissionController.h',
1365 'permissions/Permissions.cpp', 1369 'permissions/Permissions.cpp',
1366 'permissions/Permissions.h', 1370 'permissions/Permissions.h',
1367 'permissions/PermissionCallback.cpp', 1371 'permissions/PermissionCallback.cpp',
1368 'permissions/PermissionCallback.h', 1372 'permissions/PermissionCallback.h',
1369 'permissions/PermissionsCallback.cpp', 1373 'permissions/PermissionsCallback.cpp',
1370 'permissions/PermissionsCallback.h', 1374 'permissions/PermissionsCallback.h',
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
1987 'filesystem/DOMFileSystemBaseTest.cpp', 1991 'filesystem/DOMFileSystemBaseTest.cpp',
1988 'indexeddb/IDBKeyPathTest.cpp', 1992 'indexeddb/IDBKeyPathTest.cpp',
1989 'indexeddb/IDBRequestTest.cpp', 1993 'indexeddb/IDBRequestTest.cpp',
1990 'indexeddb/IDBTransactionTest.cpp', 1994 'indexeddb/IDBTransactionTest.cpp',
1991 'indexeddb/MockWebIDBDatabase.cpp', 1995 'indexeddb/MockWebIDBDatabase.cpp',
1992 'indexeddb/MockWebIDBDatabase.h', 1996 'indexeddb/MockWebIDBDatabase.h',
1993 'mediasession/MediaSessionTest.cpp', 1997 'mediasession/MediaSessionTest.cpp',
1994 'mediastream/MediaConstraintsTest.cpp', 1998 'mediastream/MediaConstraintsTest.cpp',
1995 'mediastream/RTCDataChannelTest.cpp', 1999 'mediastream/RTCDataChannelTest.cpp',
1996 'notifications/NotificationDataTest.cpp', 2000 'notifications/NotificationDataTest.cpp',
2001 'payments/PaymentDetailsTestHelper.cpp',
2002 'payments/PaymentRequestTest.cpp',
2003 'payments/PaymentRequestDetailsTest.cpp',
2004 'payments/PaymentResponseTest.cpp',
2005 'payments/PaymentsValidatorsTest.cpp',
2006 'payments/ShippingAddressTest.cpp',
1997 'presentation/PresentationAvailabilityTest.cpp', 2007 'presentation/PresentationAvailabilityTest.cpp',
1998 'push_messaging/PushManagerTest.cpp', 2008 'push_messaging/PushManagerTest.cpp',
1999 'push_messaging/PushMessageDataTest.cpp', 2009 'push_messaging/PushMessageDataTest.cpp',
2000 'serviceworkers/ServiceWorkerContainerTest.cpp', 2010 'serviceworkers/ServiceWorkerContainerTest.cpp',
2001 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2011 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2002 'webaudio/ConvolverNodeTest.cpp', 2012 'webaudio/ConvolverNodeTest.cpp',
2003 'webaudio/DynamicsCompressorNodeTest.cpp', 2013 'webaudio/DynamicsCompressorNodeTest.cpp',
2004 'webaudio/ScriptProcessorNodeTest.cpp', 2014 'webaudio/ScriptProcessorNodeTest.cpp',
2005 'webaudio/StereoPannerNodeTest.cpp', 2015 'webaudio/StereoPannerNodeTest.cpp',
2006 'websockets/DOMWebSocketTest.cpp', 2016 'websockets/DOMWebSocketTest.cpp',
2007 'websockets/DocumentWebSocketChannelTest.cpp', 2017 'websockets/DocumentWebSocketChannelTest.cpp',
2008 ], 2018 ],
2009 }, 2019 },
2010 } 2020 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698