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

Side by Side Diff: content/child/DEPS

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/process_control_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Allow inclusion of specific components that we depend on. We may only 2 # Allow inclusion of specific components that we depend on. We may only
3 # depend on components which we share with the mojo html_viewer. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mime_util", 4 "+components/mime_util",
5 "+components/scheduler/child", 5 "+components/scheduler/child",
6 "+components/scheduler/common", 6 "+components/scheduler/common",
7 "+components/tracing", 7 "+components/tracing",
8 "+components/webcrypto", 8 "+components/webcrypto",
9 9
10 "+content/app/strings/grit", # For generated headers 10 "+content/app/strings/grit", # For generated headers
11 "+content/public/child", 11 "+content/public/child",
12 "+media/base", 12 "+media/base",
13 "+mojo/shell", 13 "+services/shell",
14 "+mojo/shell", 14 "+services/shell",
15 "+v8/include/v8.h" 15 "+v8/include/v8.h"
16 ] 16 ]
OLDNEW
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/process_control_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698