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

Side by Side Diff: ui/views/DEPS

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

Powered by Google App Engine
This is Rietveld 408576698