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

Side by Side Diff: ash/DEPS

Issue 2891503002: VR: UiElement for Screen Capture indicator (Closed)
Patch Set: rebase 2 Created 3 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
« no previous file with comments | « ash/BUILD.gn ('k') | ash/resources/vector_icons/BUILD.gn » ('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 "+cc/output", 4 "+cc/output",
5 "+components/prefs", 5 "+components/prefs",
6 "+components/quirks", 6 "+components/quirks",
7 "+components/session_manager", 7 "+components/session_manager",
8 "+components/signin/core/account_id", 8 "+components/signin/core/account_id",
9 "+components/ui_devtools", 9 "+components/ui_devtools",
10 "+components/user_manager", 10 "+components/user_manager",
11 "+components/vector_icons",
11 "+components/wallpaper", 12 "+components/wallpaper",
12 "+gpu/config", 13 "+gpu/config",
13 "+media", 14 "+media",
14 "+mojo/public", 15 "+mojo/public",
15 "+services/preferences/public", 16 "+services/preferences/public",
16 "+services/service_manager/public", 17 "+services/service_manager/public",
17 "+services/ui/public", 18 "+services/ui/public",
18 "+skia/ext", 19 "+skia/ext",
19 "+third_party/cros_system_api", 20 "+third_party/cros_system_api",
20 "+third_party/skia", 21 "+third_party/skia",
(...skipping 26 matching lines...) Expand all
47 ] 48 ]
48 49
49 specific_include_rules = { 50 specific_include_rules = {
50 "root_window_controller\.*": [ 51 "root_window_controller\.*": [
51 "+ash/host" 52 "+ash/host"
52 ], 53 ],
53 "touch_transformer_controller\.*": [ 54 "touch_transformer_controller\.*": [
54 "+ash/host" 55 "+ash/host"
55 ], 56 ],
56 } 57 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | ash/resources/vector_icons/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698