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

Side by Side Diff: ui/views/DEPS

Issue 2027943002: [WIP] Make content_shell run under Wayland Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (09.28.2016)Rebase on master Created 4 years, 2 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/widget/desktop_aura/desktop_factory_ozone.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 "+skia/ext", 2 "+skia/ext",
3 "+third_party/iaccessible2", 3 "+third_party/iaccessible2",
4 "+third_party/skia", 4 "+third_party/skia",
5 "+ui/accessibility", 5 "+ui/accessibility",
6 "+ui/aura", 6 "+ui/aura",
7 "+ui/base", 7 "+ui/base",
8 "+ui/compositor", 8 "+ui/compositor",
9 "+ui/display", 9 "+ui/display",
10 "+ui/events", 10 "+ui/events",
(...skipping 10 matching lines...) Expand all
21 "-testing/gmock", 21 "-testing/gmock",
22 ] 22 ]
23 23
24 specific_include_rules = { 24 specific_include_rules = {
25 "examples_browser_main_parts\.cc": [ 25 "examples_browser_main_parts\.cc": [
26 "+ui/wm/test" 26 "+ui/wm/test"
27 ], 27 ],
28 "view_unittest\.cc": [ 28 "view_unittest\.cc": [
29 "+cc/playback" 29 "+cc/playback"
30 ], 30 ],
31 "desktop_factory_ozone.\cc": [
32 "+ui/ozone"
33 ],
34 "desktop_window_tree_host_wayland.\h": [
35 "+ui/platform_window",
36 ],
31 } 37 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/widget/desktop_aura/desktop_factory_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698