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

Side by Side Diff: ash/DEPS

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: feedback Created 3 years, 9 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 | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('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 "+components/quirks", 4 "+components/quirks",
5 "+components/session_manager", 5 "+components/session_manager",
6 "+components/signin/core/account_id", 6 "+components/signin/core/account_id",
7 "+components/ui_devtools", 7 "+components/ui_devtools",
8 "+components/user_manager", 8 "+components/user_manager",
9 "+components/wallpaper", 9 "+components/wallpaper",
10 "+gpu/config", 10 "+gpu/config",
11 "+media", 11 "+media",
12 "+mojo/public", 12 "+mojo/public",
13 "+services/preferences/public",
13 "+services/service_manager/public", 14 "+services/service_manager/public",
14 "+services/ui/public", 15 "+services/ui/public",
15 "+skia/ext", 16 "+skia/ext",
16 "+third_party/cros_system_api", 17 "+third_party/cros_system_api",
17 "+third_party/skia", 18 "+third_party/skia",
18 "+net", 19 "+net",
19 "+ui", 20 "+ui",
20 "-ash/host", 21 "-ash/host",
21 "-content", 22 "-content",
22 "+content/public/common/service_names.mojom.h", 23 "+content/public/common/service_names.mojom.h",
(...skipping 21 matching lines...) Expand all
44 ] 45 ]
45 46
46 specific_include_rules = { 47 specific_include_rules = {
47 "root_window_controller\.*": [ 48 "root_window_controller\.*": [
48 "+ash/host" 49 "+ash/host"
49 ], 50 ],
50 "touch_transformer_controller\.*": [ 51 "touch_transformer_controller\.*": [
51 "+ash/host" 52 "+ash/host"
52 ], 53 ],
53 } 54 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_delegate_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698