| Index: components/permission/public/interfaces/permission_interfaces.gyp
|
| diff --git a/components/permission/public/interfaces/permission_interfaces.gyp b/components/permission/public/interfaces/permission_interfaces.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..46544f8a9e8e4730974306baa474716e7938633a
|
| --- /dev/null
|
| +++ b/components/permission/public/interfaces/permission_interfaces.gyp
|
| @@ -0,0 +1,20 @@
|
| +# Copyright 2015 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.
|
| +
|
| +{
|
| + 'targets': [
|
| + {
|
| + # GN version: //components/permission/public/interfaces
|
| + 'target_name': 'components_permission_public_interfaces',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'mojom_files': [
|
| + 'permission.mojom',
|
| + 'permission_status.mojom',
|
| + ],
|
| + },
|
| + 'includes': [ '../../../../third_party/mojo/mojom_bindings_generator_explicit.gypi' ],
|
| + },
|
| + ]
|
| +}
|
|
|