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

Side by Side Diff: ash/DEPS

Issue 379803004: Move UserInfo to user_manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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/user_manager",
5 "+gpu/config", 6 "+gpu/config",
6 "+grit/ash_resources.h", 7 "+grit/ash_resources.h",
7 "+grit/ash_strings.h", 8 "+grit/ash_strings.h",
8 "+grit/ui_resources.h", 9 "+grit/ui_resources.h",
9 "+grit/ui_strings.h", 10 "+grit/ui_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 ] 19 ]
19 20
20 specific_include_rules = { 21 specific_include_rules = {
21 "root_window_controller\.*": [ 22 "root_window_controller\.*": [
22 "+ash/host" 23 "+ash/host"
23 ], 24 ],
24 "shell.cc": [ 25 "shell.cc": [
25 "+ash/host/ash_window_tree_host_init_params.h" 26 "+ash/host/ash_window_tree_host_init_params.h"
26 ], 27 ],
27 "touch_transformer_controller\.*": [ 28 "touch_transformer_controller\.*": [
28 "+ash/host" 29 "+ash/host"
29 ], 30 ],
30 } 31 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698