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

Side by Side Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 1878893002: Move //mojo/services tracing & catalog to //services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@63move
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 unified diff | Download patch
« no previous file with comments | « mash/wm/window_manager_application.cc ('k') | mojo/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # GN version: //media/mojo/interfaces 7 # GN version: //media/mojo/interfaces
8 'target_name': 'platform_verification_mojo_bindings', 8 'target_name': 'platform_verification_mojo_bindings',
9 'type': 'none', 9 'type': 'none',
10 'sources': [ 10 'sources': [
11 'platform_verification.mojom', 11 'platform_verification.mojom',
12 ], 12 ],
13 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ], 13 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
14 }, 14 },
15 { 15 {
16 'target_name': 'platform_verification_api', 16 'target_name': 'platform_verification_api',
17 'type': 'static_library', 17 'type': 'static_library',
18 'dependencies': [ 18 'dependencies': [
19 'platform_verification_mojo_bindings', 19 'platform_verification_mojo_bindings',
20 '../../../mojo/mojo_base.gyp:mojo_application_bindings',
21 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', 20 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
21 '../../../services/shell/shell.gyp:shell_public',
22 ], 22 ],
23 'sources': [ 23 'sources': [
24 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification. mojom.cc', 24 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification. mojom.cc',
25 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification. mojom.h', 25 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification. mojom.h',
26 ], 26 ],
27 }, 27 },
28 { 28 {
29 # GN version: //media/mojo/interfaces 29 # GN version: //media/mojo/interfaces
30 'target_name': 'provision_fetcher_mojo_bindings', 30 'target_name': 'provision_fetcher_mojo_bindings',
31 'type': 'none', 31 'type': 'none',
32 'sources': [ 32 'sources': [
33 'provision_fetcher.mojom', 33 'provision_fetcher.mojom',
34 ], 34 ],
35 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ], 35 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
36 }, 36 },
37 { 37 {
38 'target_name': 'provision_fetcher_api', 38 'target_name': 'provision_fetcher_api',
39 'type': 'static_library', 39 'type': 'static_library',
40 'dependencies': [ 40 'dependencies': [
41 'provision_fetcher_mojo_bindings', 41 'provision_fetcher_mojo_bindings',
42 '../../../mojo/mojo_base.gyp:mojo_application_bindings',
43 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', 42 '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
43 '../../../services/shell/shell.gyp:shell_public',
44 ], 44 ],
45 'sources': [ 45 'sources': [
46 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojo m.cc', 46 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojo m.cc',
47 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojo m.h', 47 '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojo m.h',
48 ], 48 ],
49 }, 49 },
50 ], 50 ],
51 } 51 }
OLDNEW
« no previous file with comments | « mash/wm/window_manager_application.cc ('k') | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698