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

Side by Side Diff: content/content_common.gypi

Issue 12379011: Interfaces for encoded video sources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: style nit Created 7 years, 9 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.
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../components/components_tracing.gyp:tracing', 9 '../components/components_tracing.gyp:tracing',
10 '../media/media.gyp:media', 10 '../media/media.gyp:media',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'common/inter_process_time_ticks_converter.cc', 285 'common/inter_process_time_ticks_converter.cc',
286 'common/inter_process_time_ticks_converter.h', 286 'common/inter_process_time_ticks_converter.h',
287 'common/java_bridge_messages.h', 287 'common/java_bridge_messages.h',
288 'common/mac/attributed_string_coder.h', 288 'common/mac/attributed_string_coder.h',
289 'common/mac/attributed_string_coder.mm', 289 'common/mac/attributed_string_coder.mm',
290 'common/mac/font_descriptor.h', 290 'common/mac/font_descriptor.h',
291 'common/mac/font_descriptor.mm', 291 'common/mac/font_descriptor.mm',
292 'common/mac/font_loader.h', 292 'common/mac/font_loader.h',
293 'common/mac/font_loader.mm', 293 'common/mac/font_loader.mm',
294 'common/media/audio_messages.h', 294 'common/media/audio_messages.h',
295 'common/media/encoded_video_source_messages.h',
295 'common/media/media_param_traits.cc', 296 'common/media/media_param_traits.cc',
296 'common/media/media_param_traits.h', 297 'common/media/media_param_traits.h',
297 'common/media/media_player_messages.h', 298 'common/media/media_player_messages.h',
298 'common/media/media_stream_messages.h', 299 'common/media/media_stream_messages.h',
299 'common/media/media_stream_options.cc', 300 'common/media/media_stream_options.cc',
300 'common/media/media_stream_options.h', 301 'common/media/media_stream_options.h',
301 'common/media/video_capture.h', 302 'common/media/video_capture.h',
302 'common/media/video_capture_messages.h', 303 'common/media/video_capture_messages.h',
303 'common/message_router.cc', 304 'common/message_router.cc',
304 'common/message_router.h', 305 'common/message_router.h',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 577 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
577 '<(output)', 578 '<(output)',
578 '<(PRODUCT_DIR)', 579 '<(PRODUCT_DIR)',
579 ], 580 ],
580 'msvs_cygwin_shell': 1, 581 'msvs_cygwin_shell': 1,
581 }, 582 },
582 ] 583 ]
583 }], 584 }],
584 ], 585 ],
585 } 586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698