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

Side by Side Diff: ui/views/mus/DEPS

Issue 1722743002: Adds ability for chrome to behave as mojo_runner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to tip of tree Created 4 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc", 2 "+cc",
3 "-cc/blink", 3 "-cc/blink",
4 "+components/font_service/public", 4 "+components/font_service/public",
5 "+components/bitmap_uploader", 5 "+components/bitmap_uploader",
6 "+components/gpu", 6 "+components/gpu",
7 "+components/mus", 7 "+components/mus",
8 "+components/resource_provider", 8 "+components/resource_provider",
9 "+mojo/shell/public", 9 "+mojo/shell/public",
10 "+mojo/cc", 10 "+mojo/cc",
11 "+mojo/converters", 11 "+mojo/converters",
12 "+mojo/public", 12 "+mojo/public",
13 "+skia", 13 "+skia",
14 "+ui/aura", 14 "+ui/aura",
15 "+ui/base", 15 "+ui/base",
16 "+ui/compositor", 16 "+ui/compositor",
17 "+ui/events", 17 "+ui/events",
18 "+ui/gfx", 18 "+ui/gfx",
19 "+ui/gl", 19 "+ui/gl",
20 "+ui/mojo/ime", 20 "+ui/mojo/ime",
21 "+ui/mojo/init", 21 "+ui/mojo/init",
22 "+ui/platform_window", 22 "+ui/platform_window",
23 "+ui/wm", 23 "+ui/wm",
24 ] 24 ]
25 25
26 specific_include_rules = { 26 specific_include_rules = {
27 "platform_test_helper_mus.cc": [ 27 "platform_test_helper_mus.cc": [
28 "+mojo/shell/background", 28 "+mojo/shell/background",
29 "+mojo/shell/runner/host/command_line_switch.h",
30 ], 29 ],
31 } 30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698