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

Side by Side Diff: ui/views/DEPS

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 10 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 | « ui/views/BUILD.gn ('k') | ui/views/animation/ink_drop_mask.cc » ('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 "+cc/paint",
2 "+services/ui/public/interfaces", 3 "+services/ui/public/interfaces",
3 "+skia/ext", 4 "+skia/ext",
4 "+third_party/iaccessible2", 5 "+third_party/iaccessible2",
5 "+third_party/skia", 6 "+third_party/skia",
6 "+ui/accessibility", 7 "+ui/accessibility",
7 "+ui/aura", 8 "+ui/aura",
8 "+ui/base", 9 "+ui/base",
9 "+ui/compositor", 10 "+ui/compositor",
10 "+ui/display", 11 "+ui/display",
11 "+ui/events", 12 "+ui/events",
(...skipping 14 matching lines...) Expand all
26 "examples_browser_main_parts\.cc": [ 27 "examples_browser_main_parts\.cc": [
27 "+ui/wm/test" 28 "+ui/wm/test"
28 ], 29 ],
29 "view_unittest\.cc": [ 30 "view_unittest\.cc": [
30 "+cc/playback" 31 "+cc/playback"
31 ], 32 ],
32 "views_test_suite\.cc": [ 33 "views_test_suite\.cc": [
33 "+gpu/ipc/service", 34 "+gpu/ipc/service",
34 ] 35 ]
35 } 36 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/animation/ink_drop_mask.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698