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

Side by Side Diff: ash/DEPS

Issue 1157553003: Center the focus of the text input in magnifier screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/user_manager", 5 "+components/user_manager",
6 "+components/wallpaper", 6 "+components/wallpaper",
7 "+content/public/test",
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 ] 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/magnifier/magnification_controller.h » ('j') | ash/magnifier/magnification_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698