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

Side by Side Diff: media/media.gyp

Issue 592863002: Fix mojom dependencies in media/mojo/services, make gn check pass (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/BUILD.gn ('k') | media/mojo/services/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 (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
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
1878 ], 1880 ],
1879 }], 1881 }],
1880 ], 1882 ],
1881 }], 1883 }],
1882 ], 1884 ],
1883 }, 1885 },
1884 ], 1886 ],
1885 }], 1887 }],
1886 ], 1888 ],
1887 } 1889 }
OLDNEW
« no previous file with comments | « media/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698