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

Side by Side Diff: ash/DEPS

Issue 1994993003: Moves resources used by ash/wm/common to ash/wm/common/resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: repack chrome Created 4 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 "+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",
11 "+grit/ash_strings.h", 11 "+grit/ash_strings.h",
12 "+grit/ash_wm_common_resources.h",
12 "+media", 13 "+media",
13 "+skia/ext", 14 "+skia/ext",
14 "+third_party/cros_system_api", 15 "+third_party/cros_system_api",
15 "+third_party/skia", 16 "+third_party/skia",
16 "+net", 17 "+net",
17 "+ui", 18 "+ui",
18 "+win8", 19 "+win8",
19 "-ash/host", 20 "-ash/host",
20 "-content", 21 "-content",
21 ] 22 ]
22 23
23 specific_include_rules = { 24 specific_include_rules = {
24 "root_window_controller\.*": [ 25 "root_window_controller\.*": [
25 "+ash/host" 26 "+ash/host"
26 ], 27 ],
27 "shell.cc": [ 28 "shell.cc": [
28 "+ash/host/ash_window_tree_host_init_params.h" 29 "+ash/host/ash_window_tree_host_init_params.h"
29 ], 30 ],
30 "touch_transformer_controller\.*": [ 31 "touch_transformer_controller\.*": [
31 "+ash/host" 32 "+ash/host"
32 ], 33 ],
33 } 34 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/ash.gyp » ('j') | ash/shelf/shelf_widget.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698