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

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: 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_defines.h » ('j') | media/cast/cast_defines.h » ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'dependencies': [ 44 'dependencies': [
45 'cast_sender', 45 'cast_sender',
46 'cast_receiver', 46 'cast_receiver',
47 'rtcp/rtcp.gyp:rtcp_test', 47 'rtcp/rtcp.gyp:rtcp_test',
48 '<(DEPTH)/base/base.gyp:run_all_unittests', 48 '<(DEPTH)/base/base.gyp:run_all_unittests',
49 '<(DEPTH)/testing/gmock.gyp:gmock', 49 '<(DEPTH)/testing/gmock.gyp:gmock',
50 '<(DEPTH)/testing/gtest.gyp:gtest', 50 '<(DEPTH)/testing/gtest.gyp:gtest',
51 ], 51 ],
52 'include_dirs': [ 52 'include_dirs': [
53 '<(DEPTH)/', 53 '<(DEPTH)/',
54 '<(DEPTH)/third_party/',
54 ], 55 ],
55 'sources': [ 56 'sources': [
56 'congestion_control/congestion_control_unittest.cc', 57 'congestion_control/congestion_control_unittest.cc',
58 'framer/cast_message_builder_unittest.cc',
59 'framer/frame_buffer_unittest.cc',
60 'framer/framer_unittest.cc',
57 'pacing/paced_sender_unittest.cc', 61 'pacing/paced_sender_unittest.cc',
58 'rtcp/rtcp_receiver_unittest.cc', 62 'rtcp/rtcp_receiver_unittest.cc',
59 'rtcp/rtcp_sender_unittest.cc', 63 'rtcp/rtcp_sender_unittest.cc',
60 'rtcp/rtcp_unittest.cc', 64 'rtcp/rtcp_unittest.cc',
61 ], # source 65 ], # source
62 }, 66 },
63 ], # targets 67 ], # targets
64 }], # include_tests 68 }], # include_tests
65 ], 69 ],
66 } 70 }
OLDNEW
« no previous file with comments | « no previous file | media/cast/cast_defines.h » ('j') | media/cast/cast_defines.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698