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

Side by Side Diff: ash/DEPS

Issue 2911303003: chromeos: Remove SystemTrayDelegate::GetIMEManagedMessage() (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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/strings/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 "+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/strings",
9 "+components/ui_devtools", 10 "+components/ui_devtools",
10 "+components/user_manager", 11 "+components/user_manager",
11 "+components/vector_icons", 12 "+components/vector_icons",
12 "+components/wallpaper", 13 "+components/wallpaper",
13 "+gpu/config", 14 "+gpu/config",
14 "+media", 15 "+media",
15 "+mojo/public", 16 "+mojo/public",
16 "+services/preferences/public", 17 "+services/preferences/public",
17 "+services/service_manager/public", 18 "+services/service_manager/public",
18 "+services/ui/public", 19 "+services/ui/public",
(...skipping 29 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/strings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698