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

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: Fix linking error Created 4 years, 9 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 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 'offscreencanvas/OffscreenCanvas.h', 1349 'offscreencanvas/OffscreenCanvas.h',
1350 'offscreencanvas/OffscreenCanvasRenderingContext.cpp', 1350 'offscreencanvas/OffscreenCanvasRenderingContext.cpp',
1351 'offscreencanvas/OffscreenCanvasRenderingContext.h', 1351 'offscreencanvas/OffscreenCanvasRenderingContext.h',
1352 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h', 1352 'offscreencanvas/OffscreenCanvasRenderingContextFactory.h',
1353 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp', 1353 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp',
1354 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h', 1354 'offscreencanvas2d/OffscreenCanvasRenderingContext2D.h',
1355 'payments/PaymentRequest.cpp', 1355 'payments/PaymentRequest.cpp',
1356 'payments/PaymentRequest.h', 1356 'payments/PaymentRequest.h',
1357 'payments/PaymentResponse.cpp', 1357 'payments/PaymentResponse.cpp',
1358 'payments/PaymentResponse.h', 1358 'payments/PaymentResponse.h',
1359 'payments/ShippingAddress.cpp',
1359 'payments/ShippingAddress.h', 1360 'payments/ShippingAddress.h',
1361 'payments/PaymentsValidators.h',
1362 'payments/PaymentsValidators.cpp',
1360 'permissions/NavigatorPermissions.cpp', 1363 'permissions/NavigatorPermissions.cpp',
1361 'permissions/NavigatorPermissions.h', 1364 'permissions/NavigatorPermissions.h',
1362 'permissions/PermissionController.cpp', 1365 'permissions/PermissionController.cpp',
1363 'permissions/PermissionController.h', 1366 'permissions/PermissionController.h',
1364 'permissions/Permissions.cpp', 1367 'permissions/Permissions.cpp',
1365 'permissions/Permissions.h', 1368 'permissions/Permissions.h',
1366 'permissions/PermissionCallback.cpp', 1369 'permissions/PermissionCallback.cpp',
1367 'permissions/PermissionCallback.h', 1370 'permissions/PermissionCallback.h',
1368 'permissions/PermissionsCallback.cpp', 1371 'permissions/PermissionsCallback.cpp',
1369 'permissions/PermissionsCallback.h', 1372 'permissions/PermissionsCallback.h',
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
1989 'filesystem/DOMFileSystemBaseTest.cpp', 1992 'filesystem/DOMFileSystemBaseTest.cpp',
1990 'indexeddb/IDBKeyPathTest.cpp', 1993 'indexeddb/IDBKeyPathTest.cpp',
1991 'indexeddb/IDBRequestTest.cpp', 1994 'indexeddb/IDBRequestTest.cpp',
1992 'indexeddb/IDBTransactionTest.cpp', 1995 'indexeddb/IDBTransactionTest.cpp',
1993 'indexeddb/MockWebIDBDatabase.cpp', 1996 'indexeddb/MockWebIDBDatabase.cpp',
1994 'indexeddb/MockWebIDBDatabase.h', 1997 'indexeddb/MockWebIDBDatabase.h',
1995 'mediasession/MediaSessionTest.cpp', 1998 'mediasession/MediaSessionTest.cpp',
1996 'mediastream/MediaConstraintsTest.cpp', 1999 'mediastream/MediaConstraintsTest.cpp',
1997 'mediastream/RTCDataChannelTest.cpp', 2000 'mediastream/RTCDataChannelTest.cpp',
1998 'notifications/NotificationDataTest.cpp', 2001 'notifications/NotificationDataTest.cpp',
2002 'payments/MockPaymentRequest.cpp',
2003 'payments/MockPaymentRequest.h',
2004 'payments/PaymentRequestTest.cpp',
2005 'payments/PaymentResponseTest.cpp',
2006 'payments/PaymentsValidatorsTest.cpp',
2007 'payments/ShippingAddressTest.cpp',
1999 'presentation/PresentationAvailabilityTest.cpp', 2008 'presentation/PresentationAvailabilityTest.cpp',
2000 'push_messaging/PushManagerTest.cpp', 2009 'push_messaging/PushManagerTest.cpp',
2001 'push_messaging/PushMessageDataTest.cpp', 2010 'push_messaging/PushMessageDataTest.cpp',
2002 'serviceworkers/ServiceWorkerContainerTest.cpp', 2011 'serviceworkers/ServiceWorkerContainerTest.cpp',
2003 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2012 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2004 'webaudio/ConvolverNodeTest.cpp', 2013 'webaudio/ConvolverNodeTest.cpp',
2005 'webaudio/DynamicsCompressorNodeTest.cpp', 2014 'webaudio/DynamicsCompressorNodeTest.cpp',
2006 'webaudio/ScriptProcessorNodeTest.cpp', 2015 'webaudio/ScriptProcessorNodeTest.cpp',
2007 'webaudio/StereoPannerNodeTest.cpp', 2016 'webaudio/StereoPannerNodeTest.cpp',
2008 'websockets/DOMWebSocketTest.cpp', 2017 'websockets/DOMWebSocketTest.cpp',
2009 'websockets/DocumentWebSocketChannelTest.cpp', 2018 'websockets/DocumentWebSocketChannelTest.cpp',
2010 ], 2019 ],
2011 }, 2020 },
2012 } 2021 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698