| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |