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

Side by Side Diff: content/content_common.gypi

Issue 16320005: Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased at 209707. Fix compile warnings. Created 7 years, 5 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 | « content/common/media/encoded_video_capture_messages.h ('k') | content/content_renderer.gypi » ('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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'common/inter_process_time_ticks_converter.cc', 252 'common/inter_process_time_ticks_converter.cc',
253 'common/inter_process_time_ticks_converter.h', 253 'common/inter_process_time_ticks_converter.h',
254 'common/java_bridge_messages.h', 254 'common/java_bridge_messages.h',
255 'common/mac/attributed_string_coder.h', 255 'common/mac/attributed_string_coder.h',
256 'common/mac/attributed_string_coder.mm', 256 'common/mac/attributed_string_coder.mm',
257 'common/mac/font_descriptor.h', 257 'common/mac/font_descriptor.h',
258 'common/mac/font_descriptor.mm', 258 'common/mac/font_descriptor.mm',
259 'common/mac/font_loader.h', 259 'common/mac/font_loader.h',
260 'common/mac/font_loader.mm', 260 'common/mac/font_loader.mm',
261 'common/media/audio_messages.h', 261 'common/media/audio_messages.h',
262 'common/media/encoded_video_capture_messages.h',
262 'common/media/media_param_traits.cc', 263 'common/media/media_param_traits.cc',
263 'common/media/media_param_traits.h', 264 'common/media/media_param_traits.h',
264 'common/media/media_player_messages_android.h', 265 'common/media/media_player_messages_android.h',
265 'common/media/media_stream_messages.h', 266 'common/media/media_stream_messages.h',
266 'common/media/media_stream_options.cc', 267 'common/media/media_stream_options.cc',
267 'common/media/media_stream_options.h', 268 'common/media/media_stream_options.h',
268 'common/media/midi_messages.h', 269 'common/media/midi_messages.h',
269 'common/media/video_capture.h', 270 'common/media/video_capture.h',
270 'common/media/video_capture_messages.h', 271 'common/media/video_capture_messages.h',
271 'common/media/webrtc_identity_messages.h', 272 'common/media/webrtc_identity_messages.h',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
542 '<(output)', 543 '<(output)',
543 '<(PRODUCT_DIR)', 544 '<(PRODUCT_DIR)',
544 ], 545 ],
545 'msvs_cygwin_shell': 1, 546 'msvs_cygwin_shell': 1,
546 }, 547 },
547 ] 548 ]
548 }], 549 }],
549 ], 550 ],
550 } 551 }
OLDNEW
« no previous file with comments | « content/common/media/encoded_video_capture_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698