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

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: Merge 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') | 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 26 matching lines...) Expand all
37 ], # targets, 37 ], # targets,
38 'conditions': [ 38 'conditions': [
39 ['include_tests==1', { 39 ['include_tests==1', {
40 'targets': [ 40 'targets': [
41 { 41 {
42 'target_name': 'cast_unittest', 42 'target_name': 'cast_unittest',
43 'type': '<(gtest_target_type)', 43 'type': '<(gtest_target_type)',
44 'dependencies': [ 44 'dependencies': [
45 'cast_sender', 45 'cast_sender',
46 'cast_receiver', 46 'cast_receiver',
47 '../../base/base.gyp:run_all_unittests', 47 'rtcp/rtcp.gyp:cast_rtcp_test',
48 '<(DEPTH)/net/net.gyp:*', 48 '<(DEPTH)/base/base.gyp:run_all_unittests',
49 '<(DEPTH)/net/net.gyp:net',
49 '<(DEPTH)/testing/gmock.gyp:gmock', 50 '<(DEPTH)/testing/gmock.gyp:gmock',
50 '<(DEPTH)/testing/gtest.gyp:gtest', 51 '<(DEPTH)/testing/gtest.gyp:gtest',
51 'rtcp/rtcp.gyp:cast_rtcp_test',
52 ], 52 ],
53 'include_dirs': [ 53 'include_dirs': [
54 '<(DEPTH)/', 54 '<(DEPTH)/',
55 '<(DEPTH)/third_party/', 55 '<(DEPTH)/third_party/',
56 '<(DEPTH)/third_party/webrtc/', 56 '<(DEPTH)/third_party/webrtc/',
57 ], 57 ],
58 'sources': [ 58 'sources': [
59 'congestion_control/congestion_control_unittest.cc', 59 'congestion_control/congestion_control_unittest.cc',
60 'framer/cast_message_builder_unittest.cc',
61 'framer/frame_buffer_unittest.cc',
62 'framer/framer_unittest.cc',
60 'rtp_sender/packet_storage/packet_storage_unittest.cc', 63 'rtp_sender/packet_storage/packet_storage_unittest.cc',
61 'rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc', 64 'rtp_sender/rtp_packetizer/rtp_packetizer_unittest.cc',
62 'rtp_sender/rtp_packetizer/test/rtp_header_parser.cc', 65 'rtp_sender/rtp_packetizer/test/rtp_header_parser.cc',
63 'rtp_sender/rtp_packetizer/test/rtp_header_parser.h', 66 'rtp_sender/rtp_packetizer/test/rtp_header_parser.h',
64 'pacing/paced_sender_unittest.cc', 67 'pacing/paced_sender_unittest.cc',
65 'rtcp/rtcp_receiver_unittest.cc', 68 'rtcp/rtcp_receiver_unittest.cc',
66 'rtcp/rtcp_sender_unittest.cc', 69 'rtcp/rtcp_sender_unittest.cc',
67 'rtcp/rtcp_unittest.cc', 70 'rtcp/rtcp_unittest.cc',
68 ], # source 71 ], # source
69 }, 72 },
70 ], # targets 73 ], # targets
71 }], # include_tests 74 }], # include_tests
72 ], 75 ],
73 } 76 }
OLDNEW
« no previous file with comments | « no previous file | media/cast/cast_receiver.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698