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

Side by Side Diff: media/cast/cast.gyp

Issue 207593002: Cast: Enable use of VideoEncodeAccelerator for hardware video encoding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: typedef Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/renderer/media/cast_session_delegate.cc ('k') | media/cast/cast_config.h » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'include_tests%': 1, 7 'include_tests%': 1,
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'rtcp/receiver_rtcp_event_subscriber_unittest.cc', 59 'rtcp/receiver_rtcp_event_subscriber_unittest.cc',
60 'rtcp/sender_rtcp_event_subscriber_unittest.cc', 60 'rtcp/sender_rtcp_event_subscriber_unittest.cc',
61 'rtp_receiver/rtp_receiver_defines.h', 61 'rtp_receiver/rtp_receiver_defines.h',
62 'rtp_receiver/mock_rtp_payload_feedback.cc', 62 'rtp_receiver/mock_rtp_payload_feedback.cc',
63 'rtp_receiver/mock_rtp_payload_feedback.h', 63 'rtp_receiver/mock_rtp_payload_feedback.h',
64 'rtp_receiver/receiver_stats_unittest.cc', 64 'rtp_receiver/receiver_stats_unittest.cc',
65 'rtp_receiver/rtp_parser/test/rtp_packet_builder.cc', 65 'rtp_receiver/rtp_parser/test/rtp_packet_builder.cc',
66 'rtp_receiver/rtp_parser/rtp_parser_unittest.cc', 66 'rtp_receiver/rtp_parser/rtp_parser_unittest.cc',
67 'test/encode_decode_test.cc', 67 'test/encode_decode_test.cc',
68 'test/end2end_unittest.cc', 68 'test/end2end_unittest.cc',
69 'test/fake_gpu_video_accelerator_factories.cc',
70 'test/fake_gpu_video_accelerator_factories.h',
71 'test/fake_single_thread_task_runner.cc', 69 'test/fake_single_thread_task_runner.cc',
72 'test/fake_single_thread_task_runner.h', 70 'test/fake_single_thread_task_runner.h',
73 'test/fake_video_encode_accelerator.cc', 71 'test/fake_video_encode_accelerator.cc',
74 'test/fake_video_encode_accelerator.h', 72 'test/fake_video_encode_accelerator.h',
75 'test/utility/audio_utility_unittest.cc', 73 'test/utility/audio_utility_unittest.cc',
76 'test/utility/barcode_unittest.cc', 74 'test/utility/barcode_unittest.cc',
77 'transport/cast_transport_sender_impl_unittest.cc', 75 'transport/cast_transport_sender_impl_unittest.cc',
78 'transport/pacing/mock_paced_packet_sender.cc', 76 'transport/pacing/mock_paced_packet_sender.cc',
79 'transport/pacing/mock_paced_packet_sender.h', 77 'transport/pacing/mock_paced_packet_sender.h',
80 'transport/pacing/paced_sender_unittest.cc', 78 'transport/pacing/paced_sender_unittest.cc',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '<(DEPTH)/media/cast/test/linux_output_window.cc', 140 '<(DEPTH)/media/cast/test/linux_output_window.cc',
143 '<(DEPTH)/media/cast/test/linux_output_window.h', 141 '<(DEPTH)/media/cast/test/linux_output_window.h',
144 ], 142 ],
145 }], 143 }],
146 ], 144 ],
147 }, 145 },
148 ], # targets 146 ], # targets
149 }], # include_tests 147 }], # include_tests
150 ], 148 ],
151 } 149 }
OLDNEW
« no previous file with comments | « chrome/renderer/media/cast_session_delegate.cc ('k') | media/cast/cast_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698