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

Side by Side Diff: media/media.gyp

Issue 632853002: Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios fixes Created 6 years, 2 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 | « ipc/mojo/ipc_mojo.gyp ('k') | mojo/mojo.gyp » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 'type': 'static_library', 1023 'type': 'static_library',
1024 'sources': [ 1024 'sources': [
1025 'mojo/interfaces/media_types.mojom', 1025 'mojo/interfaces/media_types.mojom',
1026 'mojo/interfaces/media_renderer.mojom', 1026 'mojo/interfaces/media_renderer.mojom',
1027 'mojo/interfaces/demuxer_stream.mojom', 1027 'mojo/interfaces/demuxer_stream.mojom',
1028 ], 1028 ],
1029 'includes': [ 1029 'includes': [
1030 '../mojo/public/tools/bindings/mojom_bindings_generator.gypi' 1030 '../mojo/public/tools/bindings/mojom_bindings_generator.gypi'
1031 ], 1031 ],
1032 'export_dependent_settings': [ 1032 'export_dependent_settings': [
1033 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1033 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
1034 ], 1034 ],
1035 'dependencies': [ 1035 'dependencies': [
1036 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 1036 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
1037 ], 1037 ],
1038 }, 1038 },
1039 { 1039 {
1040 'target_name': 'media_mojo_lib', 1040 'target_name': 'media_mojo_lib',
1041 'type': 'static_library', 1041 'type': 'static_library',
1042 'includes': [ 1042 'includes': [
1043 '../mojo/mojo_variables.gypi', 1043 '../mojo/mojo_variables.gypi',
1044 ], 1044 ],
1045 'dependencies': [ 1045 'dependencies': [
1046 'media', 1046 'media',
1047 'media_mojo_bindings', 1047 'media_mojo_bindings',
1048 '../base/base.gyp:base', 1048 '../base/base.gyp:base',
1049 '../mojo/mojo_base.gyp:mojo_application_base',
1050 '../mojo/mojo_base.gyp:mojo_application_bindings',
1051 '../mojo/mojo_base.gyp:mojo_environment_chromium', 1049 '../mojo/mojo_base.gyp:mojo_environment_chromium',
1050 '../mojo/public/mojo_public.gyp:mojo_application_base',
1051 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
1052 '<(mojo_system_for_component)', 1052 '<(mojo_system_for_component)',
1053 ], 1053 ],
1054 'export_dependent_settings': [ 1054 'export_dependent_settings': [
1055 'media_mojo_bindings', 1055 'media_mojo_bindings',
1056 ], 1056 ],
1057 'sources': [ 1057 'sources': [
1058 'mojo/services/media_type_converters.cc', 1058 'mojo/services/media_type_converters.cc',
1059 'mojo/services/media_type_converters.h', 1059 'mojo/services/media_type_converters.h',
1060 'mojo/services/mojo_demuxer_stream_impl.cc', 1060 'mojo/services/mojo_demuxer_stream_impl.cc',
1061 'mojo/services/mojo_demuxer_stream_impl.h', 1061 'mojo/services/mojo_demuxer_stream_impl.h',
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 '../build/isolate.gypi', 1956 '../build/isolate.gypi',
1957 ], 1957 ],
1958 'sources': [ 1958 'sources': [
1959 'media_unittests.isolate', 1959 'media_unittests.isolate',
1960 ], 1960 ],
1961 }, 1961 },
1962 ], 1962 ],
1963 }], 1963 }],
1964 ], 1964 ],
1965 } 1965 }
OLDNEW
« no previous file with comments | « ipc/mojo/ipc_mojo.gyp ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698