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

Side by Side Diff: ash/DEPS

Issue 2542493002: Replace kCanMaximize/Minimize/Resize with kResizeBehavior. (Closed)
Patch Set: Fix int->bool compile issue. Created 4 years 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/accelerators/accelerator_controller_unittest.cc » ('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 "+components/quirks", 4 "+components/quirks",
5 "+components/session_manager", 5 "+components/session_manager",
6 "+components/signin/core/account_id", 6 "+components/signin/core/account_id",
7 "+components/user_manager", 7 "+components/user_manager",
8 "+components/wallpaper", 8 "+components/wallpaper",
9 "+gpu/config", 9 "+gpu/config",
10 "+grit/ash_resources.h", 10 "+grit/ash_resources.h",
11 "+grit/ash_strings.h", 11 "+grit/ash_strings.h",
12 "+media", 12 "+media",
13 "+mojo/public", 13 "+mojo/public",
14 "+services/service_manager/public", 14 "+services/service_manager/public",
15 "+services/ui/public",
15 "+skia/ext", 16 "+skia/ext",
16 "+third_party/cros_system_api", 17 "+third_party/cros_system_api",
17 "+third_party/skia", 18 "+third_party/skia",
18 "+net", 19 "+net",
19 "+ui", 20 "+ui",
20 "+win8", 21 "+win8",
21 "-ash/host", 22 "-ash/host",
22 "-content", 23 "-content",
23 "+content/public/common/service_names.mojom.h", 24 "+content/public/common/service_names.mojom.h",
24 25
(...skipping 23 matching lines...) Expand all
48 "root_window_controller\.*": [ 49 "root_window_controller\.*": [
49 "+ash/host" 50 "+ash/host"
50 ], 51 ],
51 "shell.cc": [ 52 "shell.cc": [
52 "+ash/host/ash_window_tree_host_init_params.h" 53 "+ash/host/ash_window_tree_host_init_params.h"
53 ], 54 ],
54 "touch_transformer_controller\.*": [ 55 "touch_transformer_controller\.*": [
55 "+ash/host" 56 "+ash/host"
56 ], 57 ],
57 } 58 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/accelerators/accelerator_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698