Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(633)

Unified Diff: components/permission.gypi

Issue 1921553003: Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/permission.gypi
diff --git a/components/permission.gypi b/components/permission.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..8153fd75c41176cac1c36f24ea22722b2956462e
--- /dev/null
+++ b/components/permission.gypi
@@ -0,0 +1,23 @@
+# 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.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ # GN version: //components/permission:mojo_bindings
+ 'target_name': 'permission_mojo_bindings',
+ 'type': 'static_library',
+ 'includes': [
+ '../mojo/mojom_bindings_generator.gypi',
+ ],
+ 'sources': [
+ 'permission/permission.mojom',
+ 'permission/permission_status.mojom',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698