| 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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 { | 1041 { |
| 1042 'target_name': 'media_mojo_lib', | 1042 'target_name': 'media_mojo_lib', |
| 1043 'type': 'static_library', | 1043 'type': 'static_library', |
| 1044 'includes': [ | 1044 'includes': [ |
| 1045 '../mojo/mojo_variables.gypi', | 1045 '../mojo/mojo_variables.gypi', |
| 1046 ], | 1046 ], |
| 1047 'dependencies': [ | 1047 'dependencies': [ |
| 1048 'media', | 1048 'media', |
| 1049 'media_mojo_bindings', | 1049 'media_mojo_bindings', |
| 1050 '../base/base.gyp:base', | 1050 '../base/base.gyp:base', |
| 1051 '../mojo/mojo_base.gyp:mojo_application_base', |
| 1052 '../mojo/mojo_base.gyp:mojo_application_bindings', |
| 1051 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1053 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 1052 '<(mojo_system_for_component)', | 1054 '<(mojo_system_for_component)', |
| 1053 ], | 1055 ], |
| 1054 'export_dependent_settings': [ | 1056 'export_dependent_settings': [ |
| 1055 'media_mojo_bindings', | 1057 'media_mojo_bindings', |
| 1056 ], | 1058 ], |
| 1057 'sources': [ | 1059 'sources': [ |
| 1058 'mojo/services/media_type_converters.cc', | 1060 'mojo/services/media_type_converters.cc', |
| 1059 'mojo/services/media_type_converters.h', | 1061 'mojo/services/media_type_converters.h', |
| 1060 'mojo/services/mojo_demuxer_stream_impl.cc', | 1062 'mojo/services/mojo_demuxer_stream_impl.cc', |
| (...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1878 ], | 1880 ], |
| 1879 }], | 1881 }], |
| 1880 ], | 1882 ], |
| 1881 }], | 1883 }], |
| 1882 ], | 1884 ], |
| 1883 }, | 1885 }, |
| 1884 ], | 1886 ], |
| 1885 }], | 1887 }], |
| 1886 ], | 1888 ], |
| 1887 } | 1889 } |
| OLD | NEW |