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

Side by Side Diff: ash/DEPS

Issue 2780823002: Uses copy request to flatten the layers to do screen rotation animation. (Closed)
Patch Set: Created 3 years, 8 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/common/ash_switches.h » ('j') | ash/rotator/screen_rotation_animator.h » ('J')
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 "+components/quirks", 5 "+components/quirks",
5 "+components/session_manager", 6 "+components/session_manager",
6 "+components/signin/core/account_id", 7 "+components/signin/core/account_id",
7 "+components/ui_devtools", 8 "+components/ui_devtools",
8 "+components/user_manager", 9 "+components/user_manager",
9 "+components/wallpaper", 10 "+components/wallpaper",
10 "+gpu/config", 11 "+gpu/config",
11 "+media", 12 "+media",
12 "+mojo/public", 13 "+mojo/public",
13 "+services/preferences/public", 14 "+services/preferences/public",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 ] 46 ]
46 47
47 specific_include_rules = { 48 specific_include_rules = {
48 "root_window_controller\.*": [ 49 "root_window_controller\.*": [
49 "+ash/host" 50 "+ash/host"
50 ], 51 ],
51 "touch_transformer_controller\.*": [ 52 "touch_transformer_controller\.*": [
52 "+ash/host" 53 "+ash/host"
53 ], 54 ],
54 } 55 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/ash_switches.h » ('j') | ash/rotator/screen_rotation_animator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698