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

Side by Side Diff: ash/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698