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

Side by Side Diff: extensions/shell/browser/DEPS

Issue 1878903002: Use injection and remove ozone dependency from ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unique_ptr Created 4 years, 8 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 "+chromeos", 2 "+chromeos",
3 "+components/devtools_discovery", 3 "+components/devtools_discovery",
4 "+components/devtools_http_handler", 4 "+components/devtools_http_handler",
5 "+components/keyed_service", 5 "+components/keyed_service",
6 "+components/nacl/browser", 6 "+components/nacl/browser",
7 "+components/nacl/common", 7 "+components/nacl/common",
8 "+components/pref_registry", 8 "+components/pref_registry",
9 "+components/update_client", 9 "+components/update_client",
10 "+components/user_prefs", 10 "+components/user_prefs",
(...skipping 22 matching lines...) Expand all
33 "+ppapi", 33 "+ppapi",
34 "+storage/browser/quota", 34 "+storage/browser/quota",
35 "+sync/api", 35 "+sync/api",
36 "+third_party/skia/include", 36 "+third_party/skia/include",
37 37
38 # Additional UI dependencies for app_shell. Note that no particular UI toolkit 38 # Additional UI dependencies for app_shell. Note that no particular UI toolkit
39 # is supported; only Aura and some necessary bits to set up display surfaces. 39 # is supported; only Aura and some necessary bits to set up display surfaces.
40 "+ui/aura", 40 "+ui/aura",
41 "+ui/chromeos", 41 "+ui/chromeos",
42 "+ui/display", 42 "+ui/display",
43 "+ui/ozone/public",
43 "+ui/wm", 44 "+ui/wm",
44 45
45 "+third_party/cros_system_api", 46 "+third_party/cros_system_api",
46 47
47 "-webkit", 48 "-webkit",
48 ] 49 ]
OLDNEW
« no previous file with comments | « content/common/gpu/media/rendering_helper.cc ('k') | extensions/shell/browser/shell_desktop_controller_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698