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

Side by Side Diff: content/content_renderer.gypi

Issue 1415923003: Introduce WebMediaSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | content/renderer/media/android/webmediasession_android.h » ('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/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'renderer/media/android/renderer_demuxer_android.h', 263 'renderer/media/android/renderer_demuxer_android.h',
264 'renderer/media/android/renderer_media_player_manager.cc', 264 'renderer/media/android/renderer_media_player_manager.cc',
265 'renderer/media/android/renderer_media_player_manager.h', 265 'renderer/media/android/renderer_media_player_manager.h',
266 'renderer/media/android/stream_texture_factory.h', 266 'renderer/media/android/stream_texture_factory.h',
267 'renderer/media/android/stream_texture_factory_impl.cc', 267 'renderer/media/android/stream_texture_factory_impl.cc',
268 'renderer/media/android/stream_texture_factory_impl.h', 268 'renderer/media/android/stream_texture_factory_impl.h',
269 'renderer/media/android/stream_texture_factory_synchronous_impl.cc', 269 'renderer/media/android/stream_texture_factory_synchronous_impl.cc',
270 'renderer/media/android/stream_texture_factory_synchronous_impl.h', 270 'renderer/media/android/stream_texture_factory_synchronous_impl.h',
271 'renderer/media/android/webmediaplayer_android.cc', 271 'renderer/media/android/webmediaplayer_android.cc',
272 'renderer/media/android/webmediaplayer_android.h', 272 'renderer/media/android/webmediaplayer_android.h',
273 'renderer/media/android/webmediasession_android.cc',
274 'renderer/media/android/webmediasession_android.h',
273 'renderer/media/audio_decoder.cc', 275 'renderer/media/audio_decoder.cc',
274 'renderer/media/audio_decoder.h', 276 'renderer/media/audio_decoder.h',
275 'renderer/media/audio_device_factory.cc', 277 'renderer/media/audio_device_factory.cc',
276 'renderer/media/audio_device_factory.h', 278 'renderer/media/audio_device_factory.h',
277 'renderer/media/audio_input_message_filter.cc', 279 'renderer/media/audio_input_message_filter.cc',
278 'renderer/media/audio_input_message_filter.h', 280 'renderer/media/audio_input_message_filter.h',
279 'renderer/media/audio_message_filter.cc', 281 'renderer/media/audio_message_filter.cc',
280 'renderer/media/audio_message_filter.h', 282 'renderer/media/audio_message_filter.h',
281 'renderer/media/audio_renderer_mixer_manager.cc', 283 'renderer/media/audio_renderer_mixer_manager.cc',
282 'renderer/media/audio_renderer_mixer_manager.h', 284 'renderer/media/audio_renderer_mixer_manager.h',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 }], 910 }],
909 ], 911 ],
910 'target_conditions': [ 912 'target_conditions': [
911 ['OS=="android"', { 913 ['OS=="android"', {
912 'sources/': [ 914 'sources/': [
913 ['include', '^renderer/render_view_linux\\.cc$'], 915 ['include', '^renderer/render_view_linux\\.cc$'],
914 ], 916 ],
915 }], 917 }],
916 ], 918 ],
917 } 919 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/android/webmediasession_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698