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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
7 # GN version: //media/mojo/interfaces
8 'target_name': 'platform_verification_mojo_bindings',
9 'type': 'none',
10 'sources': [
11 'platform_verification.mojom',
12 ],
13 'includes': [ '../../../third_party/mojo/mojom_bindings_generator.gypi' ],
14 },
15 {
16 'target_name': 'platform_verification_api',
17 'type': 'static_library',
18 'dependencies': [
19 'platform_verification_mojo_bindings',
20 '../../../mojo/mojo_base.gyp:mojo_environment_chromium',
21 '../../../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
22 '../../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
23 ],
24 'sources': [
25 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification. mojom.cc',
26 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification. mojom.h',
27 ],
28 },
29 ],
30 }
OLDNEW
« 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