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

Side by Side Diff: ash/DEPS

Issue 1412813003: 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: Update after review. Created 5 years, 2 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
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",
5 "+components/user_manager", 6 "+components/user_manager",
6 "+components/wallpaper", 7 "+components/wallpaper",
7 "+gpu/config", 8 "+gpu/config",
8 "+grit/ash_resources.h", 9 "+grit/ash_resources.h",
9 "+grit/ash_strings.h", 10 "+grit/ash_strings.h",
10 "+media", 11 "+media",
11 "+skia/ext", 12 "+skia/ext",
12 "+third_party/cros_system_api", 13 "+third_party/cros_system_api",
13 "+third_party/skia", 14 "+third_party/skia",
14 "+net", 15 "+net",
15 "+ui", 16 "+ui",
16 "+win8", 17 "+win8",
17 "-ash/host", 18 "-ash/host",
18 "-content", 19 "-content",
19 ] 20 ]
20 21
21 specific_include_rules = { 22 specific_include_rules = {
22 "root_window_controller\.*": [ 23 "root_window_controller\.*": [
23 "+ash/host" 24 "+ash/host"
24 ], 25 ],
25 "shell.cc": [ 26 "shell.cc": [
26 "+ash/host/ash_window_tree_host_init_params.h" 27 "+ash/host/ash_window_tree_host_init_params.h"
27 ], 28 ],
28 "touch_transformer_controller\.*": [ 29 "touch_transformer_controller\.*": [
29 "+ash/host" 30 "+ash/host"
30 ], 31 ],
31 } 32 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/ash.gyp » ('j') | ash/test/test_session_state_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698