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

Side by Side Diff: ash/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698