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

Side by Side Diff: ui/views/DEPS

Issue 2877483003: Implements core logic for Pixel Canvas (Closed)
Patch Set: Sync with ToT Created 3 years, 4 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/bubble/bubble_frame_view.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 "+cc/paint", 2 "+cc/paint",
3 "+components/vector_icons", 3 "+components/vector_icons",
4 "+services/ui/public/interfaces", 4 "+services/ui/public/interfaces",
5 "+skia/ext", 5 "+skia/ext",
6 "+third_party/iaccessible2", 6 "+third_party/iaccessible2",
7 "+third_party/skia", 7 "+third_party/skia",
8 "+ui/accessibility", 8 "+ui/accessibility",
9 "+ui/aura", 9 "+ui/aura",
10 "+ui/base", 10 "+ui/base",
(...skipping 18 matching lines...) Expand all
29 "+ui/wm/test" 29 "+ui/wm/test"
30 ], 30 ],
31 "run_all_unittests_main\.cc": [ 31 "run_all_unittests_main\.cc": [
32 "+mojo/edk/embedder", 32 "+mojo/edk/embedder",
33 ], 33 ],
34 "view_unittest\.cc": [ 34 "view_unittest\.cc": [
35 "+cc/playback" 35 "+cc/playback"
36 ], 36 ],
37 "views_test_suite\.cc": [ 37 "views_test_suite\.cc": [
38 "+gpu/ipc/service", 38 "+gpu/ipc/service",
39 ],
40 "paint_info_unittest\.cc": [
41 "+cc/base",
39 ] 42 ]
40 } 43 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/bubble/bubble_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698