OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 { | 9 { |
10 'includes': [ | 10 'includes': [ |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 'desktop_capture/differ_unittest.cc', | 204 'desktop_capture/differ_unittest.cc', |
205 'desktop_capture/mouse_cursor_monitor_unittest.cc', | 205 'desktop_capture/mouse_cursor_monitor_unittest.cc', |
206 'desktop_capture/screen_capturer_helper_unittest.cc', | 206 'desktop_capture/screen_capturer_helper_unittest.cc', |
207 'desktop_capture/screen_capturer_mac_unittest.cc', | 207 'desktop_capture/screen_capturer_mac_unittest.cc', |
208 'desktop_capture/screen_capturer_mock_objects.h', | 208 'desktop_capture/screen_capturer_mock_objects.h', |
209 'desktop_capture/screen_capturer_unittest.cc', | 209 'desktop_capture/screen_capturer_unittest.cc', |
210 'desktop_capture/window_capturer_unittest.cc', | 210 'desktop_capture/window_capturer_unittest.cc', |
211 'desktop_capture/win/cursor_unittest.cc', | 211 'desktop_capture/win/cursor_unittest.cc', |
212 'desktop_capture/win/cursor_unittest_resources.h', | 212 'desktop_capture/win/cursor_unittest_resources.h', |
213 'desktop_capture/win/cursor_unittest_resources.rc', | 213 'desktop_capture/win/cursor_unittest_resources.rc', |
214 'media_file/source/media_file_unittest.cc', | 214 'media_file/media_file_unittest.cc', |
215 'module_common_types_unittest.cc', | 215 'module_common_types_unittest.cc', |
216 'pacing/bitrate_prober_unittest.cc', | 216 'pacing/bitrate_prober_unittest.cc', |
217 'pacing/paced_sender_unittest.cc', | 217 'pacing/paced_sender_unittest.cc', |
218 'pacing/packet_router_unittest.cc', | 218 'pacing/packet_router_unittest.cc', |
219 'remote_bitrate_estimator/bwe_simulations.cc', | 219 'remote_bitrate_estimator/bwe_simulations.cc', |
220 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.
h', | 220 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_observer.
h', |
221 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator
.h', | 221 'remote_bitrate_estimator/include/mock/mock_remote_bitrate_estimator
.h', |
222 'remote_bitrate_estimator/inter_arrival_unittest.cc', | 222 'remote_bitrate_estimator/inter_arrival_unittest.cc', |
223 'remote_bitrate_estimator/overuse_detector_unittest.cc', | 223 'remote_bitrate_estimator/overuse_detector_unittest.cc', |
224 'remote_bitrate_estimator/rate_statistics_unittest.cc', | 224 'remote_bitrate_estimator/rate_statistics_unittest.cc', |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
552 'sources': [ | 552 'sources': [ |
553 'video_render_tests.isolate', | 553 'video_render_tests.isolate', |
554 ], | 554 ], |
555 }, | 555 }, |
556 ], | 556 ], |
557 }], | 557 }], |
558 ], | 558 ], |
559 }], # include_tests | 559 }], # include_tests |
560 ], # conditions | 560 ], # conditions |
561 } | 561 } |
OLD | NEW |