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

Side by Side Diff: ash/DEPS

Issue 2032613002: Converts RootWindowLayoutManager to common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_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 "+chromeos", 4 "+chromeos",
5 "+components/quirks", 5 "+components/quirks",
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",
(...skipping 12 matching lines...) Expand all
23 specific_include_rules = { 23 specific_include_rules = {
24 "root_window_controller\.*": [ 24 "root_window_controller\.*": [
25 "+ash/host" 25 "+ash/host"
26 ], 26 ],
27 "root_window_controller_common\.*": [ 27 "root_window_controller_common\.*": [
28 "-ash", 28 "-ash",
29 "+ash/ash_export.h", 29 "+ash/ash_export.h",
30 "+ash/common", 30 "+ash/common",
31 "+ash/root_window_controller_common.h", 31 "+ash/root_window_controller_common.h",
32 "+ash/shell_window_ids.h", 32 "+ash/shell_window_ids.h",
33 "+ash/wm/root_window_layout_manager.h",
33 "-ui/aura", 34 "-ui/aura",
34 ], 35 ],
35 "shell.cc": [ 36 "shell.cc": [
36 "+ash/host/ash_window_tree_host_init_params.h" 37 "+ash/host/ash_window_tree_host_init_params.h"
37 ], 38 ],
38 "touch_transformer_controller\.*": [ 39 "touch_transformer_controller\.*": [
39 "+ash/host" 40 "+ash/host"
40 ], 41 ],
41 } 42 }
OLDNEW
« no previous file with comments | « no previous file | ash/desktop_background/desktop_background_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698