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

Unified Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 1053773007: Add Platform Verification Mojo Services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 years, 7 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
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | media/mojo/interfaces/platform_verification.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..e5b0ac690a6c70bf2adb973cbe65f74be56695d2
--- /dev/null
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -0,0 +1,30 @@
+# 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: //media/mojo/interfaces
+ 'target_name': 'platform_verification_mojo_bindings',
+ 'type': 'none',
+ 'sources': [
+ 'platform_verification.mojom',
+ ],
+ 'includes': [ '../../../third_party/mojo/mojom_bindings_generator.gypi' ],
+ },
+ {
+ 'target_name': 'platform_verification_api',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'platform_verification_mojo_bindings',
+ '../../../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../../../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
+ '../../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ 'sources': [
+ '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification.mojom.cc',
+ '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification.mojom.h',
+ ],
+ },
+ ],
+}
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | media/mojo/interfaces/platform_verification.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698