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

Side by Side Diff: ash/DEPS

Issue 2738133003: Promotes a handful of members from WmShell to Shell (Closed)
Patch Set: merge 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_unittest.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/user_manager", 8 "+components/user_manager",
8 "+components/wallpaper", 9 "+components/wallpaper",
9 "+gpu/config", 10 "+gpu/config",
10 "+media", 11 "+media",
11 "+mojo/public", 12 "+mojo/public",
12 "+services/service_manager/public", 13 "+services/service_manager/public",
13 "+services/ui/public", 14 "+services/ui/public",
14 "+skia/ext", 15 "+skia/ext",
15 "+third_party/cros_system_api", 16 "+third_party/cros_system_api",
16 "+third_party/skia", 17 "+third_party/skia",
(...skipping 26 matching lines...) Expand all
43 ] 44 ]
44 45
45 specific_include_rules = { 46 specific_include_rules = {
46 "root_window_controller\.*": [ 47 "root_window_controller\.*": [
47 "+ash/host" 48 "+ash/host"
48 ], 49 ],
49 "touch_transformer_controller\.*": [ 50 "touch_transformer_controller\.*": [
50 "+ash/host" 51 "+ash/host"
51 ], 52 ],
52 } 53 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/accelerator_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698