Commit acda9c06 authored by Miyoung Shin's avatar Miyoung Shin Committed by Commit Bot

Rename mojo directory in //fuchsia

This CL renames mojo to mojom in //fuchsia for consistency
with the rest of the chromium.

fuchsia/mojo => fuchsia/mojom

Bug: 806965
Change-Id: I1f36512ddb418a5a644c546f88fc51ca47cf1a67
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722168Reviewed-by: default avatarKinuko Yasuda <kinuko@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@google.com>
Reviewed-by: default avatarSergey Ulanov <sergeyu@chromium.org>
Commit-Queue: Miyoung Shin <myid.shin@igalia.com>
Cr-Commit-Position: refs/heads/master@{#683451}
parent dca5bff4
......@@ -101,7 +101,7 @@ group("gn_all") {
"engine:web_engine_browsertests",
"engine:web_engine_unittests",
"http:http_service_tests",
"mojo:fuchsia_mojo_unittests",
"mojom:fuchsia_mojo_unittests",
"runners:cast_runner",
"runners:cast_runner_browsertests",
"runners:cast_runner_integration_tests",
......
......@@ -2,15 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
mojom = "//fuchsia/mojo/example.mojom"
mojom = "//fuchsia/mojom/example.mojom"
os_whitelist = [ "fuchsia" ]
public_headers = [ "base/fuchsia/testfidl/cpp/fidl.h" ]
traits_headers = [ "//fuchsia/mojo/test_interface_request_mojom_traits.h" ]
traits_headers = [ "//fuchsia/mojom/test_interface_request_mojom_traits.h" ]
sources = [
"//fuchsia/mojo/test_interface_request_mojom_traits.h",
"//fuchsia/mojom/test_interface_request_mojom_traits.h",
]
public_deps = [
"//base:testfidl",
"//fuchsia/mojo:traits",
"//fuchsia/mojom:traits",
]
type_mappings = [ "fuchsia.test.mojom.TestInterfaceRequest=fidl::InterfaceRequest<base::fuchsia::testfidl::TestInterface>[move_only]" ]
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FUCHSIA_MOJO_FIDL_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#define FUCHSIA_MOJO_FIDL_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#ifndef FUCHSIA_MOJOM_FIDL_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#define FUCHSIA_MOJOM_FIDL_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#include <lib/fidl/cpp/interface_request.h>
......@@ -40,4 +40,4 @@ struct FidlInterfaceRequestStructTraits {
} // namespace mojo
#endif // FUCHSIA_MOJO_FIDL_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#endif // FUCHSIA_MOJOM_FIDL_INTERFACE_REQUEST_MOJOM_TRAITS_H_
......@@ -4,8 +4,8 @@
#include "base/fuchsia/testfidl/cpp/fidl.h"
#include "base/message_loop/message_loop.h"
#include "fuchsia/mojo/example.mojom.h"
#include "fuchsia/mojo/test_interface_request_mojom_traits.h"
#include "fuchsia/mojom/example.mojom.h"
#include "fuchsia/mojom/test_interface_request_mojom_traits.h"
#include "mojo/public/cpp/test_support/test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
......
......@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef FUCHSIA_MOJO_TEST_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#define FUCHSIA_MOJO_TEST_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#ifndef FUCHSIA_MOJOM_TEST_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#define FUCHSIA_MOJOM_TEST_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#include "fuchsia/mojo/fidl_interface_request_mojom_traits.h"
#include "fuchsia/mojom/fidl_interface_request_mojom_traits.h"
namespace mojo {
......@@ -19,4 +19,4 @@ struct StructTraits<
} // namespace mojo
#endif // FUCHSIA_MOJO_TEST_INTERFACE_REQUEST_MOJOM_TRAITS_H_
#endif // FUCHSIA_MOJOM_TEST_INTERFACE_REQUEST_MOJOM_TRAITS_H_
......@@ -2,4 +2,4 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
typemaps = [ "//fuchsia/mojo/example.typemap" ]
typemaps = [ "//fuchsia/mojom/example.typemap" ]
......@@ -22,7 +22,7 @@ _typemap_imports = [
"//device/bluetooth/public/mojom/typemaps.gni",
"//device/bluetooth/public/mojom/test/typemaps.gni",
"//device/gamepad/public/cpp/typemaps.gni",
"//fuchsia/mojo/test_typemaps.gni",
"//fuchsia/mojom/test_typemaps.gni",
"//gpu/ipc/common/typemaps.gni",
"//ipc/typemaps.gni",
"//media/capture/mojom/typemaps.gni",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment