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

Side by Side Diff: ash/DEPS

Issue 2887913004: [Night Light] CL4: Automatic schedule backend. (Closed)
Patch Set: Rebase Created 3 years, 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+device/bluetooth", 2 "+device/bluetooth",
3 "+device/geolocation",
3 "+cc/debug", 4 "+cc/debug",
4 "+cc/output", 5 "+cc/output",
5 "+components/prefs", 6 "+components/prefs",
6 "+components/quirks", 7 "+components/quirks",
7 "+components/session_manager", 8 "+components/session_manager",
8 "+components/signin/core/account_id", 9 "+components/signin/core/account_id",
9 "+components/strings", 10 "+components/strings",
10 "+components/ui_devtools", 11 "+components/ui_devtools",
11 "+components/user_manager", 12 "+components/user_manager",
12 "+components/vector_icons", 13 "+components/vector_icons",
13 "+components/wallpaper", 14 "+components/wallpaper",
14 "+gpu/config", 15 "+gpu/config",
15 "+media", 16 "+media",
16 "+mojo/public", 17 "+mojo/public",
17 "+services/preferences/public", 18 "+services/preferences/public",
18 "+services/service_manager/public", 19 "+services/service_manager/public",
19 "+services/ui/public", 20 "+services/ui/public",
20 "+skia/ext", 21 "+skia/ext",
21 "+third_party/cros_system_api", 22 "+third_party/cros_system_api",
23 "+third_party/icu",
22 "+third_party/skia", 24 "+third_party/skia",
23 "+net", 25 "+net",
24 "+ui", 26 "+ui",
25 "-ash/host", 27 "-ash/host",
26 "-content", 28 "-content",
27 "+content/public/common/service_names.mojom.h", 29 "+content/public/common/service_names.mojom.h",
28 30
29 # Only allow Chrome OS services and D-Bus clients accessible to the mustash 31 # Only allow Chrome OS services and D-Bus clients accessible to the mustash
30 # ash process. 32 # ash process.
31 "-chromeos", 33 "-chromeos",
(...skipping 17 matching lines...) Expand all
49 ] 51 ]
50 52
51 specific_include_rules = { 53 specific_include_rules = {
52 "root_window_controller\.*": [ 54 "root_window_controller\.*": [
53 "+ash/host" 55 "+ash/host"
54 ], 56 ],
55 "touch_transformer_controller\.*": [ 57 "touch_transformer_controller\.*": [
56 "+ash/host" 58 "+ash/host"
57 ], 59 ],
58 } 60 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698