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

Side by Side Diff: ash/DEPS

Issue 2734733002: Revert "chromeos: Move files in //ash/common to //ash, part 3" (Closed)
Patch Set: 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",
5 "+components/quirks", 4 "+components/quirks",
6 "+components/session_manager", 5 "+components/session_manager",
7 "+components/signin/core/account_id", 6 "+components/signin/core/account_id",
8 "+components/ui_devtools",
9 "+components/user_manager", 7 "+components/user_manager",
10 "+components/wallpaper", 8 "+components/wallpaper",
11 "+gpu/config", 9 "+gpu/config",
12 "+media", 10 "+media",
13 "+mojo/public", 11 "+mojo/public",
14 "+services/preferences/public",
15 "+services/service_manager/public", 12 "+services/service_manager/public",
16 "+services/ui/public", 13 "+services/ui/public",
17 "+skia/ext", 14 "+skia/ext",
18 "+third_party/cros_system_api", 15 "+third_party/cros_system_api",
19 "+third_party/skia", 16 "+third_party/skia",
20 "+net", 17 "+net",
21 "+ui", 18 "+ui",
22 "-ash/host", 19 "-ash/host",
23 "-content", 20 "-content",
24 "+content/public/common/service_names.mojom.h", 21 "+content/public/common/service_names.mojom.h",
(...skipping 21 matching lines...) Expand all
46 ] 43 ]
47 44
48 specific_include_rules = { 45 specific_include_rules = {
49 "root_window_controller\.*": [ 46 "root_window_controller\.*": [
50 "+ash/host" 47 "+ash/host"
51 ], 48 ],
52 "touch_transformer_controller\.*": [ 49 "touch_transformer_controller\.*": [
53 "+ash/host" 50 "+ash/host"
54 ], 51 ],
55 } 52 }
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