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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "-content", 2 "-content",
3 3
4 "+services/service_manager/public", 4 "+services/service_manager/public",
5 5
6 # This file does not belong in content/public as it should not be 6 # This file does not belong in content/public as it should not be
7 # included directly by embedders of content/. It must however be 7 # included directly by embedders of content/. It must however be
8 # available to code in content/public. 8 # available to code in content/public.
9 "+content/common/content_export.h", 9 "+content/common/content_export.h",
10 "+content/public/common", 10 "+content/public/common",
11
12 # Allow inclusion of specific components that we depend on.
13 # See comment in content/DEPS for which components are allowed.
14 "+components/payments",
11 ] 15 ]
OLDNEW
« 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