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

Side by Side Diff: content/content_renderer.gypi

Issue 1436243002: Add render-side manager for MediaSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar tests Created 5 years 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 | « no previous file | content/content_tests.gypi » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'renderer/media/android/audio_decoder_android.cc', 260 'renderer/media/android/audio_decoder_android.cc',
261 'renderer/media/android/audio_decoder_android.h', 261 'renderer/media/android/audio_decoder_android.h',
262 'renderer/media/android/media_info_loader.cc', 262 'renderer/media/android/media_info_loader.cc',
263 'renderer/media/android/media_info_loader.h', 263 'renderer/media/android/media_info_loader.h',
264 'renderer/media/android/media_source_delegate.cc', 264 'renderer/media/android/media_source_delegate.cc',
265 'renderer/media/android/media_source_delegate.h', 265 'renderer/media/android/media_source_delegate.h',
266 'renderer/media/android/renderer_demuxer_android.cc', 266 'renderer/media/android/renderer_demuxer_android.cc',
267 'renderer/media/android/renderer_demuxer_android.h', 267 'renderer/media/android/renderer_demuxer_android.h',
268 'renderer/media/android/renderer_media_player_manager.cc', 268 'renderer/media/android/renderer_media_player_manager.cc',
269 'renderer/media/android/renderer_media_player_manager.h', 269 'renderer/media/android/renderer_media_player_manager.h',
270 'renderer/media/android/renderer_media_session_manager.cc',
271 'renderer/media/android/renderer_media_session_manager.h',
270 'renderer/media/android/stream_texture_factory.h', 272 'renderer/media/android/stream_texture_factory.h',
271 'renderer/media/android/stream_texture_factory_impl.cc', 273 'renderer/media/android/stream_texture_factory_impl.cc',
272 'renderer/media/android/stream_texture_factory_impl.h', 274 'renderer/media/android/stream_texture_factory_impl.h',
273 'renderer/media/android/stream_texture_factory_synchronous_impl.cc', 275 'renderer/media/android/stream_texture_factory_synchronous_impl.cc',
274 'renderer/media/android/stream_texture_factory_synchronous_impl.h', 276 'renderer/media/android/stream_texture_factory_synchronous_impl.h',
275 'renderer/media/android/webmediaplayer_android.cc', 277 'renderer/media/android/webmediaplayer_android.cc',
276 'renderer/media/android/webmediaplayer_android.h', 278 'renderer/media/android/webmediaplayer_android.h',
277 'renderer/media/android/webmediasession_android.cc', 279 'renderer/media/android/webmediasession_android.cc',
278 'renderer/media/android/webmediasession_android.h', 280 'renderer/media/android/webmediasession_android.h',
279 'renderer/media/audio_decoder.cc', 281 'renderer/media/audio_decoder.cc',
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 }], 931 }],
930 ], 932 ],
931 'target_conditions': [ 933 'target_conditions': [
932 ['OS=="android"', { 934 ['OS=="android"', {
933 'sources/': [ 935 'sources/': [
934 ['include', '^renderer/render_view_linux\\.cc$'], 936 ['include', '^renderer/render_view_linux\\.cc$'],
935 ], 937 ],
936 }], 938 }],
937 ], 939 ],
938 } 940 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698