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

Side by Side Diff: ui/views/DEPS

Issue 2024953007: Make DesktopFactoryOzone instances to respect --ozone-platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make DesktopFactoryOzone instances to respect --ozone-platform Created 4 years, 6 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
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 ],
31 } 34 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/views/views.gyp » ('j') | ui/views/views.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698