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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/payments/payment_app_browsertest.cc ('k') | content/common/service_worker/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index eb672f5101a3f66ffdbb77ed6478fb5d9da94a62..d6b4b679faa3f3dd950d02e27a599be200294466 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"-storage/browser",
"+components/discardable_memory/common",
+ "+components/payments",
"+device/base/synchronization",
"+services/service_manager/public/cpp",
"+services/video_capture/public/interfaces",
@@ -51,6 +52,7 @@ include_rules = [
"+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h",
"+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
"+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h",
+ "+third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h",
"+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h",
"+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerClientType.h",
"+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h",
« 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