summaryrefslogtreecommitdiffstats
path: root/mojo/converters
diff options
context:
space:
mode:
authorfsamuel <fsamuel@chromium.org>2015-09-14 15:10:17 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-14 22:11:02 +0000
commit80ad950ec6456f9aa0214d0b2c0cfd1bcdb0fae3 (patch)
tree1863787b3429efcdec8b7679d5adf1522deaa085 /mojo/converters
parentca01f9e55651e4a7285f551e83bd561b01787c19 (diff)
downloadchromium_src-80ad950ec6456f9aa0214d0b2c0cfd1bcdb0fae3.zip
chromium_src-80ad950ec6456f9aa0214d0b2c0cfd1bcdb0fae3.tar.gz
chromium_src-80ad950ec6456f9aa0214d0b2c0cfd1bcdb0fae3.tar.bz2
Mandoline: Rename components/view_manager to components/mus
The name View Manager doesn't really capture the extent of what we'd like to accomplish here. Renaming this directory to mus (Mandoline UI Services). Some classes and namespaces need to change to but I'll do that in a separate CL. BUG=531533 TBR=jochen@chromium.org for components rename. Review URL: https://codereview.chromium.org/1344573002 Cr-Commit-Position: refs/heads/master@{#348735}
Diffstat (limited to 'mojo/converters')
-rw-r--r--mojo/converters/surfaces/BUILD.gn2
-rw-r--r--mojo/converters/surfaces/DEPS2
-rw-r--r--mojo/converters/surfaces/surfaces_type_converters.h6
-rw-r--r--mojo/converters/surfaces/surfaces_utils.h2
-rw-r--r--mojo/converters/surfaces/tests/BUILD.gn2
5 files changed, 7 insertions, 7 deletions
diff --git a/mojo/converters/surfaces/BUILD.gn b/mojo/converters/surfaces/BUILD.gn
index af4769a..94f93f69 100644
--- a/mojo/converters/surfaces/BUILD.gn
+++ b/mojo/converters/surfaces/BUILD.gn
@@ -28,7 +28,7 @@ component("surfaces") {
"//cc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
- "//components/view_manager/public/interfaces",
+ "//components/mus/public/interfaces",
"//gpu",
"//ui/gfx/geometry",
"//mojo/environment:chromium",
diff --git a/mojo/converters/surfaces/DEPS b/mojo/converters/surfaces/DEPS
index bb15775..3d09d22 100644
--- a/mojo/converters/surfaces/DEPS
+++ b/mojo/converters/surfaces/DEPS
@@ -3,7 +3,7 @@ include_rules = [
"+cc/quads",
"+cc/resources",
"+cc/surfaces",
- "+components/view_manager/public",
+ "+components/mus/public",
"+gpu/command_buffer/common/mailbox.h",
"+gpu/command_buffer/common/mailbox_holder.h",
"+third_party/skia/include",
diff --git a/mojo/converters/surfaces/surfaces_type_converters.h b/mojo/converters/surfaces/surfaces_type_converters.h
index 1699d15..081ad12 100644
--- a/mojo/converters/surfaces/surfaces_type_converters.h
+++ b/mojo/converters/surfaces/surfaces_type_converters.h
@@ -9,9 +9,9 @@
#include "cc/resources/returned_resource.h"
#include "cc/resources/transferable_resource.h"
#include "cc/surfaces/surface_id.h"
-#include "components/view_manager/public/interfaces/compositor_frame.mojom.h"
-#include "components/view_manager/public/interfaces/quads.mojom.h"
-#include "components/view_manager/public/interfaces/surface_id.mojom.h"
+#include "components/mus/public/interfaces/compositor_frame.mojom.h"
+#include "components/mus/public/interfaces/quads.mojom.h"
+#include "components/mus/public/interfaces/surface_id.mojom.h"
#include "gpu/command_buffer/common/mailbox.h"
#include "gpu/command_buffer/common/mailbox_holder.h"
#include "mojo/converters/surfaces/mojo_surfaces_export.h"
diff --git a/mojo/converters/surfaces/surfaces_utils.h b/mojo/converters/surfaces/surfaces_utils.h
index d4fd8da..6eabb1f3 100644
--- a/mojo/converters/surfaces/surfaces_utils.h
+++ b/mojo/converters/surfaces/surfaces_utils.h
@@ -5,7 +5,7 @@
#ifndef MOJO_CONVERTERS_SURFACES_SURFACES_UTILS_H_
#define MOJO_CONVERTERS_SURFACES_SURFACES_UTILS_H_
-#include "components/view_manager/public/interfaces/quads.mojom.h"
+#include "components/mus/public/interfaces/quads.mojom.h"
#include "mojo/converters/surfaces/mojo_surfaces_export.h"
namespace gfx {
diff --git a/mojo/converters/surfaces/tests/BUILD.gn b/mojo/converters/surfaces/tests/BUILD.gn
index 142b1cd..89e9d26 100644
--- a/mojo/converters/surfaces/tests/BUILD.gn
+++ b/mojo/converters/surfaces/tests/BUILD.gn
@@ -11,7 +11,7 @@ test("mojo_surfaces_lib_unittests") {
"//base/test:test_support",
"//cc",
"//cc/surfaces",
- "//components/view_manager/public/interfaces",
+ "//components/mus/public/interfaces",
"//gpu",
"//mojo/converters/geometry",
"//mojo/converters/surfaces",