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

Side by Side Diff: content/content_renderer.gypi

Issue 11669004: Add chromium support for MediaStreamAudioDestinationNode - part II (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/renderer/media/media_stream_dependency_factory.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 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'renderer/media/rtc_video_renderer.cc', 145 'renderer/media/rtc_video_renderer.cc',
146 'renderer/media/rtc_video_renderer.h', 146 'renderer/media/rtc_video_renderer.h',
147 'renderer/media/stream_texture_factory_impl_android.cc', 147 'renderer/media/stream_texture_factory_impl_android.cc',
148 'renderer/media/stream_texture_factory_impl_android.h', 148 'renderer/media/stream_texture_factory_impl_android.h',
149 'renderer/media/video_capture_impl.cc', 149 'renderer/media/video_capture_impl.cc',
150 'renderer/media/video_capture_impl.h', 150 'renderer/media/video_capture_impl.h',
151 'renderer/media/video_capture_impl_manager.cc', 151 'renderer/media/video_capture_impl_manager.cc',
152 'renderer/media/video_capture_impl_manager.h', 152 'renderer/media/video_capture_impl_manager.h',
153 'renderer/media/video_capture_message_filter.cc', 153 'renderer/media/video_capture_message_filter.cc',
154 'renderer/media/video_capture_message_filter.h', 154 'renderer/media/video_capture_message_filter.h',
155 'renderer/media/webaudio_capturer_source.cc',
156 'renderer/media/webaudio_capturer_source.h',
155 'renderer/media/webmediaplayer_proxy_impl_android.cc', 157 'renderer/media/webmediaplayer_proxy_impl_android.cc',
156 'renderer/media/webmediaplayer_proxy_impl_android.h', 158 'renderer/media/webmediaplayer_proxy_impl_android.h',
157 'renderer/mhtml_generator.cc', 159 'renderer/mhtml_generator.cc',
158 'renderer/mhtml_generator.h', 160 'renderer/mhtml_generator.h',
159 'renderer/mouse_lock_dispatcher.cc', 161 'renderer/mouse_lock_dispatcher.cc',
160 'renderer/mouse_lock_dispatcher.h', 162 'renderer/mouse_lock_dispatcher.h',
161 'renderer/notification_provider.cc', 163 'renderer/notification_provider.cc',
162 'renderer/notification_provider.h', 164 'renderer/notification_provider.h',
163 'renderer/paint_aggregator.cc', 165 'renderer/paint_aggregator.cc',
164 'renderer/paint_aggregator.h', 166 'renderer/paint_aggregator.h',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 }], 409 }],
408 ], 410 ],
409 'target_conditions': [ 411 'target_conditions': [
410 ['OS=="android"', { 412 ['OS=="android"', {
411 'sources/': [ 413 'sources/': [
412 ['include', '^renderer/render_view_linux\\.cc$'], 414 ['include', '^renderer/render_view_linux\\.cc$'],
413 ], 415 ],
414 }], 416 }],
415 ], 417 ],
416 } 418 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_stream_dependency_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698