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

Side by Side Diff: ash/DEPS

Issue 1425093004: Revert of This CL replaces user_manager::UserID with AccountId. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@468875--Chrome-OS-handles-deletion-of-Gmail-account-poorly--Create-AccountID-structure-part2--user_names
Patch Set: Created 5 years, 1 month 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/ash.gyp » ('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 "+chromeos", 4 "+chromeos",
5 "+components/signin/core/account_id",
6 "+components/user_manager", 5 "+components/user_manager",
7 "+components/wallpaper", 6 "+components/wallpaper",
8 "+gpu/config", 7 "+gpu/config",
9 "+grit/ash_resources.h", 8 "+grit/ash_resources.h",
10 "+grit/ash_strings.h", 9 "+grit/ash_strings.h",
11 "+media", 10 "+media",
12 "+skia/ext", 11 "+skia/ext",
13 "+third_party/cros_system_api", 12 "+third_party/cros_system_api",
14 "+third_party/skia", 13 "+third_party/skia",
15 "+net", 14 "+net",
16 "+ui", 15 "+ui",
17 "+win8", 16 "+win8",
18 "-ash/host", 17 "-ash/host",
19 "-content", 18 "-content",
20 ] 19 ]
21 20
22 specific_include_rules = { 21 specific_include_rules = {
23 "root_window_controller\.*": [ 22 "root_window_controller\.*": [
24 "+ash/host" 23 "+ash/host"
25 ], 24 ],
26 "shell.cc": [ 25 "shell.cc": [
27 "+ash/host/ash_window_tree_host_init_params.h" 26 "+ash/host/ash_window_tree_host_init_params.h"
28 ], 27 ],
29 "touch_transformer_controller\.*": [ 28 "touch_transformer_controller\.*": [
30 "+ash/host" 29 "+ash/host"
31 ], 30 ],
32 } 31 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698