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

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

Issue 2101463002: PaymentRequest: Implement PaymentDetailsModifier dictionary (in blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 5 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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'nfc/NFCMessage.idl', 507 'nfc/NFCMessage.idl',
508 'nfc/NFCPushOptions.idl', 508 'nfc/NFCPushOptions.idl',
509 'nfc/NFCRecord.idl', 509 'nfc/NFCRecord.idl',
510 'nfc/NFCWatchOptions.idl', 510 'nfc/NFCWatchOptions.idl',
511 'notifications/GetNotificationOptions.idl', 511 'notifications/GetNotificationOptions.idl',
512 'notifications/NotificationAction.idl', 512 'notifications/NotificationAction.idl',
513 'notifications/NotificationEventInit.idl', 513 'notifications/NotificationEventInit.idl',
514 'notifications/NotificationOptions.idl', 514 'notifications/NotificationOptions.idl',
515 'payments/PaymentCurrencyAmount.idl', 515 'payments/PaymentCurrencyAmount.idl',
516 'payments/PaymentDetails.idl', 516 'payments/PaymentDetails.idl',
517 'payments/PaymentDetailsModifier.idl',
517 'payments/PaymentItem.idl', 518 'payments/PaymentItem.idl',
518 'payments/PaymentMethodData.idl', 519 'payments/PaymentMethodData.idl',
519 'payments/PaymentOptions.idl', 520 'payments/PaymentOptions.idl',
520 'payments/PaymentRequestUpdateEventInit.idl', 521 'payments/PaymentRequestUpdateEventInit.idl',
521 'payments/PaymentShippingOption.idl', 522 'payments/PaymentShippingOption.idl',
522 'permissions/MidiPermissionDescriptor.idl', 523 'permissions/MidiPermissionDescriptor.idl',
523 'permissions/PermissionDescriptor.idl', 524 'permissions/PermissionDescriptor.idl',
524 'permissions/PushPermissionDescriptor.idl', 525 'permissions/PushPermissionDescriptor.idl',
525 'presentation/PresentationConnectionAvailableEventInit.idl', 526 'presentation/PresentationConnectionAvailableEventInit.idl',
526 'presentation/PresentationConnectionCloseEventInit.idl', 527 'presentation/PresentationConnectionCloseEventInit.idl',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 '<(blink_modules_output_dir)/notifications/NotificationAction.cpp', 684 '<(blink_modules_output_dir)/notifications/NotificationAction.cpp',
684 '<(blink_modules_output_dir)/notifications/NotificationAction.h', 685 '<(blink_modules_output_dir)/notifications/NotificationAction.h',
685 '<(blink_modules_output_dir)/notifications/NotificationEventInit.cpp', 686 '<(blink_modules_output_dir)/notifications/NotificationEventInit.cpp',
686 '<(blink_modules_output_dir)/notifications/NotificationEventInit.h', 687 '<(blink_modules_output_dir)/notifications/NotificationEventInit.h',
687 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp', 688 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp',
688 '<(blink_modules_output_dir)/notifications/NotificationOptions.h', 689 '<(blink_modules_output_dir)/notifications/NotificationOptions.h',
689 '<(blink_modules_output_dir)/payments/PaymentCurrencyAmount.cpp', 690 '<(blink_modules_output_dir)/payments/PaymentCurrencyAmount.cpp',
690 '<(blink_modules_output_dir)/payments/PaymentCurrencyAmount.h', 691 '<(blink_modules_output_dir)/payments/PaymentCurrencyAmount.h',
691 '<(blink_modules_output_dir)/payments/PaymentDetails.cpp', 692 '<(blink_modules_output_dir)/payments/PaymentDetails.cpp',
692 '<(blink_modules_output_dir)/payments/PaymentDetails.h', 693 '<(blink_modules_output_dir)/payments/PaymentDetails.h',
694 '<(blink_modules_output_dir)/payments/PaymentDetailsModifier.cpp',
695 '<(blink_modules_output_dir)/payments/PaymentDetailsModifier.h',
693 '<(blink_modules_output_dir)/payments/PaymentItem.cpp', 696 '<(blink_modules_output_dir)/payments/PaymentItem.cpp',
694 '<(blink_modules_output_dir)/payments/PaymentItem.h', 697 '<(blink_modules_output_dir)/payments/PaymentItem.h',
695 '<(blink_modules_output_dir)/payments/PaymentMethodData.cpp', 698 '<(blink_modules_output_dir)/payments/PaymentMethodData.cpp',
696 '<(blink_modules_output_dir)/payments/PaymentMethodData.h', 699 '<(blink_modules_output_dir)/payments/PaymentMethodData.h',
697 '<(blink_modules_output_dir)/payments/PaymentOptions.cpp', 700 '<(blink_modules_output_dir)/payments/PaymentOptions.cpp',
698 '<(blink_modules_output_dir)/payments/PaymentOptions.h', 701 '<(blink_modules_output_dir)/payments/PaymentOptions.h',
699 '<(blink_modules_output_dir)/payments/PaymentRequestUpdateEventInit.cpp', 702 '<(blink_modules_output_dir)/payments/PaymentRequestUpdateEventInit.cpp',
700 '<(blink_modules_output_dir)/payments/PaymentRequestUpdateEventInit.h', 703 '<(blink_modules_output_dir)/payments/PaymentRequestUpdateEventInit.h',
701 '<(blink_modules_output_dir)/payments/PaymentShippingOption.cpp', 704 '<(blink_modules_output_dir)/payments/PaymentShippingOption.cpp',
702 '<(blink_modules_output_dir)/payments/PaymentShippingOption.h', 705 '<(blink_modules_output_dir)/payments/PaymentShippingOption.h',
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 'webaudio/ConvolverNodeTest.cpp', 2054 'webaudio/ConvolverNodeTest.cpp',
2052 'webaudio/DynamicsCompressorNodeTest.cpp', 2055 'webaudio/DynamicsCompressorNodeTest.cpp',
2053 'webaudio/ScriptProcessorNodeTest.cpp', 2056 'webaudio/ScriptProcessorNodeTest.cpp',
2054 'webaudio/StereoPannerNodeTest.cpp', 2057 'webaudio/StereoPannerNodeTest.cpp',
2055 'webdatabase/QuotaTrackerTest.cpp', 2058 'webdatabase/QuotaTrackerTest.cpp',
2056 'websockets/DOMWebSocketTest.cpp', 2059 'websockets/DOMWebSocketTest.cpp',
2057 'websockets/DocumentWebSocketChannelTest.cpp', 2060 'websockets/DocumentWebSocketChannelTest.cpp',
2058 ], 2061 ],
2059 }, 2062 },
2060 } 2063 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698