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

Side by Side Diff: content/content_common.gypi

Issue 7480032: Plumb media data from renderers up to MediaInternals in the browser process. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Much cleanup and making MediaLog thread safe. 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
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_common', 8 'target_name': 'content_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'common/indexed_db_key.cc', 135 'common/indexed_db_key.cc',
136 'common/indexed_db_key.h', 136 'common/indexed_db_key.h',
137 'common/indexed_db_messages.h', 137 'common/indexed_db_messages.h',
138 'common/indexed_db_param_traits.cc', 138 'common/indexed_db_param_traits.cc',
139 'common/indexed_db_param_traits.h', 139 'common/indexed_db_param_traits.h',
140 'common/json_value_serializer.cc', 140 'common/json_value_serializer.cc',
141 'common/json_value_serializer.h', 141 'common/json_value_serializer.h',
142 'common/main_function_params.h', 142 'common/main_function_params.h',
143 'common/media/audio_messages.h', 143 'common/media/audio_messages.h',
144 'common/media/audio_stream_state.h', 144 'common/media/audio_stream_state.h',
145 'common/media/media_log_messages.h',
145 'common/media/media_stream_messages.h', 146 'common/media/media_stream_messages.h',
146 'common/media/media_stream_options.cc', 147 'common/media/media_stream_options.cc',
147 'common/media/media_stream_options.h', 148 'common/media/media_stream_options.h',
148 'common/media/video_capture_messages.h', 149 'common/media/video_capture_messages.h',
149 'common/message_router.cc', 150 'common/message_router.cc',
150 'common/message_router.h', 151 'common/message_router.h',
151 'common/mime_registry_messages.h', 152 'common/mime_registry_messages.h',
152 'common/native_web_keyboard_event.h', 153 'common/native_web_keyboard_event.h',
153 'common/native_web_keyboard_event_linux.cc', 154 'common/native_web_keyboard_event_linux.cc',
154 'common/native_web_keyboard_event_mac.mm', 155 'common/native_web_keyboard_event_mac.mm',
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 ], 343 ],
343 'sources': [ 344 'sources': [
344 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 345 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
345 ], 346 ],
346 } 347 }
347 ], 348 ],
348 }, 349 },
349 ], 350 ],
350 ], 351 ],
351 } 352 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698