| Index: components/permissions/BUILD.gn
|
| diff --git a/components/permissions/BUILD.gn b/components/permissions/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bd260228a53fb175af56c1c037eeead75a3510f0
|
| --- /dev/null
|
| +++ b/components/permissions/BUILD.gn
|
| @@ -0,0 +1,12 @@
|
| +# Copyright 2016 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("permissions") {
|
| + sources = [
|
| + "permission.mojom",
|
| + "permission_status.mojom",
|
| + ]
|
| +}
|
|
|