OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |