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

Side by Side Diff: content/content_renderer.gypi

Issue 7631033: Very early implementation for HTMLMediaElement / Web Audio API integration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/audio_device.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_renderer', 8 'target_name': 'content_renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'renderer/paint_aggregator.cc', 103 'renderer/paint_aggregator.cc',
104 'renderer/paint_aggregator.h', 104 'renderer/paint_aggregator.h',
105 'renderer/pepper_platform_context_3d_impl.cc', 105 'renderer/pepper_platform_context_3d_impl.cc',
106 'renderer/pepper_platform_context_3d_impl.h', 106 'renderer/pepper_platform_context_3d_impl.h',
107 'renderer/pepper_platform_video_decoder_impl.cc', 107 'renderer/pepper_platform_video_decoder_impl.cc',
108 'renderer/pepper_platform_video_decoder_impl.h', 108 'renderer/pepper_platform_video_decoder_impl.h',
109 'renderer/pepper_plugin_delegate_impl.cc', 109 'renderer/pepper_plugin_delegate_impl.cc',
110 'renderer/pepper_plugin_delegate_impl.h', 110 'renderer/pepper_plugin_delegate_impl.h',
111 'renderer/plugin_channel_host.cc', 111 'renderer/plugin_channel_host.cc',
112 'renderer/plugin_channel_host.h', 112 'renderer/plugin_channel_host.h',
113 'renderer/render_audiosourceprovider.cc',
114 'renderer/render_audiosourceprovider.h',
113 'renderer/render_process.h', 115 'renderer/render_process.h',
114 'renderer/render_process_impl.cc', 116 'renderer/render_process_impl.cc',
115 'renderer/render_process_impl.h', 117 'renderer/render_process_impl.h',
116 'renderer/render_process_observer.cc', 118 'renderer/render_process_observer.cc',
117 'renderer/render_process_observer.h', 119 'renderer/render_process_observer.h',
118 'renderer/render_thread.cc', 120 'renderer/render_thread.cc',
119 'renderer/render_thread.h', 121 'renderer/render_thread.h',
120 'renderer/render_view.cc', 122 'renderer/render_view.cc',
121 'renderer/render_view.h', 123 'renderer/render_view.h',
122 'renderer/render_view_linux.cc', 124 'renderer/render_view_linux.cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'renderer/media/video_capture_module_impl.cc', 240 'renderer/media/video_capture_module_impl.cc',
239 'renderer/media/video_capture_module_impl.h', 241 'renderer/media/video_capture_module_impl.h',
240 'renderer/media/video_capture_module_impl_device_info.cc', 242 'renderer/media/video_capture_module_impl_device_info.cc',
241 'renderer/media/video_capture_module_impl_device_info.h', 243 'renderer/media/video_capture_module_impl_device_info.h',
242 ], 244 ],
243 }], 245 }],
244 ], 246 ],
245 }, 247 },
246 ], 248 ],
247 } 249 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/audio_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698