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

Unified Diff: content/browser/renderer_host/DEPS

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/DEPS
diff --git a/content/browser/renderer_host/DEPS b/content/browser/renderer_host/DEPS
index 0df03fb8bc84e4c997b93f79dde5ee4813c32257..e211ee6ec020a1b59f98c4042a3180c909cd32b0 100644
--- a/content/browser/renderer_host/DEPS
+++ b/content/browser/renderer_host/DEPS
@@ -1,7 +1,7 @@
include_rules = [
"+cc/switches.h", # For cc command line switches.
- "+components/mus/public",
"+components/display_compositor",
+ "+services/ui/public",
"+third_party/zlib",
"+third_party/libyuv",
@@ -22,7 +22,7 @@ specific_include_rules = {
"+content/public/browser/web_contents_view.h",
],
"render_process_host_impl\.cc": [
- "+components/mus/common/switches.h",
+ "+services/ui/common/switches.h",
"+content/browser/frame_host/render_frame_message_filter.h",
],
"render_widget_host_view_mac\.mm": [
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698