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

Side by Side Diff: ash/DEPS

Issue 2734653002: chromeos: Move files in //ash/common to //ash (Closed)
Patch Set: fix a11y tests, fix docs 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 | « ash/BUILD.gn ('k') | ash/README.md » ('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/prefs",
4 "+components/quirks", 5 "+components/quirks",
5 "+components/session_manager", 6 "+components/session_manager",
6 "+components/signin/core/account_id", 7 "+components/signin/core/account_id",
8 "+components/ui_devtools",
7 "+components/user_manager", 9 "+components/user_manager",
8 "+components/wallpaper", 10 "+components/wallpaper",
9 "+gpu/config", 11 "+gpu/config",
10 "+media", 12 "+media",
11 "+mojo/public", 13 "+mojo/public",
14 "+services/preferences/public",
12 "+services/service_manager/public", 15 "+services/service_manager/public",
13 "+services/ui/public", 16 "+services/ui/public",
14 "+skia/ext", 17 "+skia/ext",
15 "+third_party/cros_system_api", 18 "+third_party/cros_system_api",
16 "+third_party/skia", 19 "+third_party/skia",
17 "+net", 20 "+net",
18 "+ui", 21 "+ui",
19 "-ash/host", 22 "-ash/host",
20 "-content", 23 "-content",
21 "+content/public/common/service_names.mojom.h", 24 "+content/public/common/service_names.mojom.h",
(...skipping 21 matching lines...) Expand all
43 ] 46 ]
44 47
45 specific_include_rules = { 48 specific_include_rules = {
46 "root_window_controller\.*": [ 49 "root_window_controller\.*": [
47 "+ash/host" 50 "+ash/host"
48 ], 51 ],
49 "touch_transformer_controller\.*": [ 52 "touch_transformer_controller\.*": [
50 "+ash/host" 53 "+ash/host"
51 ], 54 ],
52 } 55 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698