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

Unified Diff: content/public/DEPS

Issue 2529223002: event impl
Patch Set: Event dispatch Created 4 years 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
Index: content/public/DEPS
diff --git a/content/public/DEPS b/content/public/DEPS
index 094c5aeab0eb9a83ec8d45db0a516a61354efc84..0aedeb928f953b1f142215255a46373fefeecae6 100644
--- a/content/public/DEPS
+++ b/content/public/DEPS
@@ -8,4 +8,8 @@ include_rules = [
# available to code in content/public.
"+content/common/content_export.h",
"+content/public/common",
+
+ # Allow inclusion of specific components that we depend on.
+ # See comment in content/DEPS for which components are allowed.
+ "+components/payments",
]
« no previous file with comments | « content/common/service_worker/service_worker_event_dispatcher.mojom ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698