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

Side by Side Diff: content/content_common.gypi

Issue 7192007: Adding error signalling from device to VideocaptureManager to relay up to MediaStream and WebKit. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Adding the gyp-files. Created 9 years, 6 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'common/indexed_db_key.cc', 137 'common/indexed_db_key.cc',
138 'common/indexed_db_key.h', 138 'common/indexed_db_key.h',
139 'common/indexed_db_messages.h', 139 'common/indexed_db_messages.h',
140 'common/indexed_db_param_traits.cc', 140 'common/indexed_db_param_traits.cc',
141 'common/indexed_db_param_traits.h', 141 'common/indexed_db_param_traits.h',
142 'common/json_value_serializer.cc', 142 'common/json_value_serializer.cc',
143 'common/json_value_serializer.h', 143 'common/json_value_serializer.h',
144 'common/main_function_params.h', 144 'common/main_function_params.h',
145 'common/media/audio_messages.h', 145 'common/media/audio_messages.h',
146 'common/media/audio_stream_state.h', 146 'common/media/audio_stream_state.h',
147 'common/media/media_stream_options.cc',
148 'common/media/media_stream_options.h',
147 'common/media/video_capture_messages.h', 149 'common/media/video_capture_messages.h',
148 'common/message_router.cc', 150 'common/message_router.cc',
149 'common/message_router.h', 151 'common/message_router.h',
150 'common/mime_registry_messages.h', 152 'common/mime_registry_messages.h',
151 'common/native_web_keyboard_event.h', 153 'common/native_web_keyboard_event.h',
152 'common/native_web_keyboard_event_linux.cc', 154 'common/native_web_keyboard_event_linux.cc',
153 'common/native_web_keyboard_event_mac.mm', 155 'common/native_web_keyboard_event_mac.mm',
154 'common/native_web_keyboard_event_win.cc', 156 'common/native_web_keyboard_event_win.cc',
155 'common/navigation_gesture.h', 157 'common/navigation_gesture.h',
156 'common/navigation_types.h', 158 'common/navigation_types.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 ], 328 ],
327 'sources': [ 329 'sources': [
328 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 330 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
329 ], 331 ],
330 } 332 }
331 ], 333 ],
332 }, 334 },
333 ], 335 ],
334 ], 336 ],
335 } 337 }
OLDNEW
« content/common/media/media_stream_options.h ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698