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

Side by Side Diff: content/renderer/DEPS

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/renderer/BUILD.gn ('k') | content/renderer/mus/BUILD.gn » ('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. 2 # Allow inclusion of specific components that we depend on. We may only
3 # See comment in content/DEPS for which components are allowed. 3 # depend on components which we share with the mojo html_viewer.
4 "+components/mus/common",
5 "+components/mus/public",
6 "+components/scheduler", 4 "+components/scheduler",
7 "+components/url_formatter", 5 "+components/url_formatter",
8 6
9 "+cc/blink", 7 "+cc/blink",
10 "+content/public/child", 8 "+content/public/child",
11 "+content/public/renderer", 9 "+content/public/renderer",
12 "+content/child", 10 "+content/child",
13 "+device/battery", # For battery status service. 11 "+device/battery", # For battery status service.
14 "+device/usb/public", 12 "+device/usb/public",
15 "+device/vibration", 13 "+device/vibration",
(...skipping 10 matching lines...) Expand all
26 24
27 specific_include_rules = { 25 specific_include_rules = {
28 '.*_[a-z]*browsertest.*': [ 26 '.*_[a-z]*browsertest.*': [
29 "+content/public/browser", 27 "+content/public/browser",
30 "+content/shell", 28 "+content/shell",
31 ], 29 ],
32 "render_thread_impl_browsertest\.cc": [ 30 "render_thread_impl_browsertest\.cc": [
33 "+content/app/mojo/mojo_init.h", 31 "+content/app/mojo/mojo_init.h",
34 ], 32 ],
35 } 33 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/renderer/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698