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

Side by Side Diff: ash/DEPS

Issue 2876673002: mojo api for view based lockscreen (Closed)
Patch Set: hash password before sending it through mojo. Created 3 years, 7 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 "+cc/output", 4 "+cc/output",
5 "+components/prefs", 5 "+components/prefs",
6 "+components/quirks", 6 "+components/quirks",
7 "+components/session_manager", 7 "+components/session_manager",
8 "+components/signin/core/account_id", 8 "+components/signin/core/account_id",
9 "+components/ui_devtools", 9 "+components/ui_devtools",
10 "+components/user_manager", 10 "+components/user_manager",
(...skipping 21 matching lines...) Expand all
32 "+chromeos/chromeos_switches.h", 32 "+chromeos/chromeos_switches.h",
33 "+chromeos/chromeos_paths.h", 33 "+chromeos/chromeos_paths.h",
34 "+chromeos/dbus/dbus_thread_manager.h", 34 "+chromeos/dbus/dbus_thread_manager.h",
35 "+chromeos/dbus/fake_power_manager_client.h", 35 "+chromeos/dbus/fake_power_manager_client.h",
36 "+chromeos/dbus/fake_session_manager_client.h", 36 "+chromeos/dbus/fake_session_manager_client.h",
37 "+chromeos/dbus/power_manager", 37 "+chromeos/dbus/power_manager",
38 "+chromeos/dbus/power_manager_client.h", 38 "+chromeos/dbus/power_manager_client.h",
39 "+chromeos/dbus/session_manager_client.h", 39 "+chromeos/dbus/session_manager_client.h",
40 "+chromeos/dbus/system_clock_client.h", 40 "+chromeos/dbus/system_clock_client.h",
41 "+chromeos/login", 41 "+chromeos/login",
42 "+chromeos/cryptohome",
42 # TODO(jamescook): Eliminate this. http://crbug.com/644355 43 # TODO(jamescook): Eliminate this. http://crbug.com/644355
43 "+chromeos/network", 44 "+chromeos/network",
44 # TODO(jamescook): Eliminate this. http://crbug.com/644361 45 # TODO(jamescook): Eliminate this. http://crbug.com/644361
45 "+chromeos/settings/timezone_settings.h", 46 "+chromeos/settings/timezone_settings.h",
46 "+chromeos/system", 47 "+chromeos/system",
47 ] 48 ]
48 49
49 specific_include_rules = { 50 specific_include_rules = {
50 "root_window_controller\.*": [ 51 "root_window_controller\.*": [
51 "+ash/host" 52 "+ash/host"
52 ], 53 ],
53 "touch_transformer_controller\.*": [ 54 "touch_transformer_controller\.*": [
54 "+ash/host" 55 "+ash/host"
55 ], 56 ],
56 } 57 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698