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

Side by Side Diff: content/common/DEPS

Issue 2646313002: PaymentApp: Implement invokePaymentApp() in renderer side. (Closed)
Patch Set: address comments Created 3 years, 10 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 include_rules = [ 1 include_rules = [
2 "-storage/browser", 2 "-storage/browser",
3 3
4 "+components/discardable_memory/common", 4 "+components/discardable_memory/common",
5 "+components/payments",
5 "+device/base/synchronization", 6 "+device/base/synchronization",
6 "+services/service_manager/public/cpp", 7 "+services/service_manager/public/cpp",
7 "+services/video_capture/public/interfaces", 8 "+services/video_capture/public/interfaces",
8 9
9 # No inclusion of WebKit from the browser, other than strictly enum/POD, 10 # No inclusion of WebKit from the browser, other than strictly enum/POD,
10 # header-only types, and some selected common code. 11 # header-only types, and some selected common code.
11 "-third_party/WebKit", 12 "-third_party/WebKit",
12 "+third_party/WebKit/public/platform/WebAddressSpace.h", 13 "+third_party/WebKit/public/platform/WebAddressSpace.h",
13 "+third_party/WebKit/public/platform/WebCoalescedInputEvent.h", 14 "+third_party/WebKit/public/platform/WebCoalescedInputEvent.h",
14 "+third_party/WebKit/public/platform/WebCString.h", 15 "+third_party/WebKit/public/platform/WebCString.h",
(...skipping 29 matching lines...) Expand all
44 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h", 45 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h",
45 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h", 46 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h",
46 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 47 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
47 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ", 48 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ",
48 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 49 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
49 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 50 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
50 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 51 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
51 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 52 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
52 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 53 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
53 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 54 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
55 "+third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h",
54 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 56 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
55 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 57 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
56 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 58 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
57 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h", 59 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
58 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 60 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
59 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 61 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
60 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 62 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
61 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 63 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
62 "+third_party/WebKit/public/web/WebAXEnums.h", 64 "+third_party/WebKit/public/web/WebAXEnums.h",
63 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 65 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
64 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 66 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
65 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 67 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
66 "+third_party/WebKit/public/web/WebDragStatus.h", 68 "+third_party/WebKit/public/web/WebDragStatus.h",
67 "+third_party/WebKit/public/web/WebFindOptions.h", 69 "+third_party/WebKit/public/web/WebFindOptions.h",
68 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", 70 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
69 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", 71 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
70 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 72 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
71 "+third_party/WebKit/public/web/WebPluginAction.h", 73 "+third_party/WebKit/public/web/WebPluginAction.h",
72 "+third_party/WebKit/public/web/WebPopupType.h", 74 "+third_party/WebKit/public/web/WebPopupType.h",
73 "+third_party/WebKit/public/web/WebSandboxFlags.h", 75 "+third_party/WebKit/public/web/WebSandboxFlags.h",
74 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 76 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
75 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 77 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
76 "+third_party/WebKit/public/web/WebTextDirection.h", 78 "+third_party/WebKit/public/web/WebTextDirection.h",
77 "+third_party/WebKit/public/web/WebTreeScopeType.h", 79 "+third_party/WebKit/public/web/WebTreeScopeType.h",
78 "+third_party/WebKit/public/web/WebWindowFeatures.h", 80 "+third_party/WebKit/public/web/WebWindowFeatures.h",
79 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 81 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
80 "+third_party/WebKit/public/web/win/WebFontRendering.h" 82 "+third_party/WebKit/public/web/win/WebFontRendering.h"
81 ] 83 ]
OLDNEW
« no previous file with comments | « content/browser/payments/payment_app_browsertest.cc ('k') | content/common/service_worker/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698