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

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

Issue 23467003: Added framer to cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rtcp
Patch Set: Addressed comments Created 7 years, 3 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
« no previous file with comments | « no previous file | media/cast/cast_receiver.gyp » ('j') | media/cast/framer/frame_id_map.cc » ('J')
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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'cast_sender', 45 'cast_sender',
46 'cast_receiver', 46 'cast_receiver',
47 'rtcp/rtcp.gyp:cast_rtcp_test', 47 'rtcp/rtcp.gyp:cast_rtcp_test',
48 '<(DEPTH)/base/base.gyp:run_all_unittests', 48 '<(DEPTH)/base/base.gyp:run_all_unittests',
49 '<(DEPTH)/net/net.gyp:net', 49 '<(DEPTH)/net/net.gyp:net',
50 '<(DEPTH)/testing/gmock.gyp:gmock', 50 '<(DEPTH)/testing/gmock.gyp:gmock',
51 '<(DEPTH)/testing/gtest.gyp:gtest', 51 '<(DEPTH)/testing/gtest.gyp:gtest',
52 ], 52 ],
53 'include_dirs': [ 53 'include_dirs': [
54 '<(DEPTH)/', 54 '<(DEPTH)/',
55 '<(DEPTH)/third_party/',
55 ], 56 ],
56 'sources': [ 57 'sources': [
57 'congestion_control/congestion_control_unittest.cc', 58 'congestion_control/congestion_control_unittest.cc',
59 'framer/cast_message_builder_unittest.cc',
60 'framer/frame_buffer_unittest.cc',
61 'framer/framer_unittest.cc',
58 'pacing/paced_sender_unittest.cc', 62 'pacing/paced_sender_unittest.cc',
59 'rtcp/rtcp_receiver_unittest.cc', 63 'rtcp/rtcp_receiver_unittest.cc',
60 'rtcp/rtcp_sender_unittest.cc', 64 'rtcp/rtcp_sender_unittest.cc',
61 'rtcp/rtcp_unittest.cc', 65 'rtcp/rtcp_unittest.cc',
62 ], # source 66 ], # source
63 }, 67 },
64 ], # targets 68 ], # targets
65 }], # include_tests 69 }], # include_tests
66 ], 70 ],
67 } 71 }
OLDNEW
« no previous file with comments | « no previous file | media/cast/cast_receiver.gyp » ('j') | media/cast/framer/frame_id_map.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698