Skip to content

Commit

Permalink
shimless: Add mojom interface
Browse files Browse the repository at this point in the history
 - Add mojom definition file and owners.

Bug: 1198187
Test: Build out/Default chrome

Change-Id: I78ce832b8593c4feb27773d2ba62dab3693a579b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2923139
Reviewed-by: Alex Gough <ajgo@chromium.org>
Reviewed-by: Zentaro Kavanagh <zentaro@chromium.org>
Commit-Queue: Gavin Dodd <gavindodd@google.com>
Cr-Commit-Position: refs/heads/master@{#892201}
  • Loading branch information
greatgoogleymoogley authored and Chromium LUCI CQ committed Jun 14, 2021
1 parent 40fcf9c commit 7e5a08f
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 0 deletions.
1 change: 1 addition & 0 deletions ash/content/shimless_rma/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ static_library("shimless_rma") {
deps = [
"//ash/components/resources:shimless_rma_resources",
"//ash/constants",
"//ash/content/shimless_rma/mojom",
"//ash/public/cpp:cpp",
"//content/public/browser",
"//ui/chromeos/strings:strings_provider",
Expand Down
11 changes: 11 additions & 0 deletions ash/content/shimless_rma/mojom/BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Copyright 2021 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//mojo/public/tools/bindings/mojom.gni")

mojom("mojom") {
sources = [ "shimless_rma.mojom" ]

public_deps = [ "//mojo/public/mojom/base" ]
}
Loading

0 comments on commit 7e5a08f

Please sign in to comment.