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

Side by Side Diff: content/content_common.gypi

Issue 15906019: Hook up EncodedVideoSource on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cl_6
Patch Set: 516738a8 IPC/struct changes, courtesy hshi@ Created 7 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
Ami GONE FROM CHROMIUM 2013/06/18 18:35:55 Ignoring file (b/c I think it's part of a differen
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',
11 '../skia/skia.gyp:skia', 11 '../skia/skia.gyp:skia',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'common/inter_process_time_ticks_converter.cc', 258 'common/inter_process_time_ticks_converter.cc',
259 'common/inter_process_time_ticks_converter.h', 259 'common/inter_process_time_ticks_converter.h',
260 'common/java_bridge_messages.h', 260 'common/java_bridge_messages.h',
261 'common/mac/attributed_string_coder.h', 261 'common/mac/attributed_string_coder.h',
262 'common/mac/attributed_string_coder.mm', 262 'common/mac/attributed_string_coder.mm',
263 'common/mac/font_descriptor.h', 263 'common/mac/font_descriptor.h',
264 'common/mac/font_descriptor.mm', 264 'common/mac/font_descriptor.mm',
265 'common/mac/font_loader.h', 265 'common/mac/font_loader.h',
266 'common/mac/font_loader.mm', 266 'common/mac/font_loader.mm',
267 'common/media/audio_messages.h', 267 'common/media/audio_messages.h',
268 'common/media/encoded_video_capture_messages.h',
268 'common/media/media_param_traits.cc', 269 'common/media/media_param_traits.cc',
269 'common/media/media_param_traits.h', 270 'common/media/media_param_traits.h',
270 'common/media/media_player_messages_android.h', 271 'common/media/media_player_messages_android.h',
271 'common/media/media_stream_messages.h', 272 'common/media/media_stream_messages.h',
272 'common/media/media_stream_options.cc', 273 'common/media/media_stream_options.cc',
273 'common/media/media_stream_options.h', 274 'common/media/media_stream_options.h',
274 'common/media/video_capture.h', 275 'common/media/video_capture.h',
275 'common/media/video_capture_messages.h', 276 'common/media/video_capture_messages.h',
276 'common/memory_benchmark_messages.h', 277 'common/memory_benchmark_messages.h',
277 'common/message_router.cc', 278 'common/message_router.cc',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 549 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
549 '<(output)', 550 '<(output)',
550 '<(PRODUCT_DIR)', 551 '<(PRODUCT_DIR)',
551 ], 552 ],
552 'msvs_cygwin_shell': 1, 553 'msvs_cygwin_shell': 1,
553 }, 554 },
554 ] 555 ]
555 }], 556 }],
556 ], 557 ],
557 } 558 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698