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

Side by Side Diff: ash/DEPS

Issue 2633293005: Converts mash to use Shell (Closed)
Patch Set: feedback Created 3 years, 11 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/aura/DEPS » ('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",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "+chromeos/network", 42 "+chromeos/network",
43 # TODO(jamescook): Eliminate this. http://crbug.com/644361 43 # TODO(jamescook): Eliminate this. http://crbug.com/644361
44 "+chromeos/settings/timezone_settings.h", 44 "+chromeos/settings/timezone_settings.h",
45 "+chromeos/system", 45 "+chromeos/system",
46 ] 46 ]
47 47
48 specific_include_rules = { 48 specific_include_rules = {
49 "root_window_controller\.*": [ 49 "root_window_controller\.*": [
50 "+ash/host" 50 "+ash/host"
51 ], 51 ],
52 "shell.cc": [
53 "+ash/host/ash_window_tree_host_init_params.h"
54 ],
55 "touch_transformer_controller\.*": [ 52 "touch_transformer_controller\.*": [
56 "+ash/host" 53 "+ash/host"
57 ], 54 ],
58 } 55 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698