OLD | NEW |
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 21 matching lines...) Expand all Loading... |
32 'base/bufferqueue_unittest.cc', | 32 'base/bufferqueue_unittest.cc', |
33 'base/bytebuffer_unittest.cc', | 33 'base/bytebuffer_unittest.cc', |
34 'base/byteorder_unittest.cc', | 34 'base/byteorder_unittest.cc', |
35 'base/callback_unittest.cc', | 35 'base/callback_unittest.cc', |
36 'base/copyonwritebuffer_unittest.cc', | 36 'base/copyonwritebuffer_unittest.cc', |
37 'base/crc32_unittest.cc', | 37 'base/crc32_unittest.cc', |
38 'base/criticalsection_unittest.cc', | 38 'base/criticalsection_unittest.cc', |
39 'base/event_tracer_unittest.cc', | 39 'base/event_tracer_unittest.cc', |
40 'base/event_unittest.cc', | 40 'base/event_unittest.cc', |
41 'base/exp_filter_unittest.cc', | 41 'base/exp_filter_unittest.cc', |
| 42 'base/fakeclock.cc', |
| 43 'base/fakeclock.h', |
42 'base/filerotatingstream_unittest.cc', | 44 'base/filerotatingstream_unittest.cc', |
43 'base/fileutils_unittest.cc', | 45 'base/fileutils_unittest.cc', |
44 'base/helpers_unittest.cc', | 46 'base/helpers_unittest.cc', |
45 'base/httpbase_unittest.cc', | 47 'base/httpbase_unittest.cc', |
46 'base/httpcommon_unittest.cc', | 48 'base/httpcommon_unittest.cc', |
47 'base/httpserver_unittest.cc', | 49 'base/httpserver_unittest.cc', |
48 'base/ipaddress_unittest.cc', | 50 'base/ipaddress_unittest.cc', |
49 'base/logging_unittest.cc', | 51 'base/logging_unittest.cc', |
50 'base/md5digest_unittest.cc', | 52 'base/md5digest_unittest.cc', |
51 'base/messagedigest_unittest.cc', | 53 'base/messagedigest_unittest.cc', |
(...skipping 29 matching lines...) Expand all Loading... |
81 'base/stringencode_unittest.cc', | 83 'base/stringencode_unittest.cc', |
82 'base/stringutils_unittest.cc', | 84 'base/stringutils_unittest.cc', |
83 'base/swap_queue_unittest.cc', | 85 'base/swap_queue_unittest.cc', |
84 # TODO(ronghuawu): Reenable this test. | 86 # TODO(ronghuawu): Reenable this test. |
85 # 'systeminfo_unittest.cc', | 87 # 'systeminfo_unittest.cc', |
86 'base/task_queue_unittest.cc', | 88 'base/task_queue_unittest.cc', |
87 'base/task_unittest.cc', | 89 'base/task_unittest.cc', |
88 'base/testclient_unittest.cc', | 90 'base/testclient_unittest.cc', |
89 'base/thread_checker_unittest.cc', | 91 'base/thread_checker_unittest.cc', |
90 'base/thread_unittest.cc', | 92 'base/thread_unittest.cc', |
| 93 'base/timedelta.h', |
91 'base/timeutils_unittest.cc', | 94 'base/timeutils_unittest.cc', |
92 'base/urlencode_unittest.cc', | 95 'base/urlencode_unittest.cc', |
93 'base/versionparsing_unittest.cc', | 96 'base/versionparsing_unittest.cc', |
94 # TODO(ronghuawu): Reenable this test. | 97 # TODO(ronghuawu): Reenable this test. |
95 # 'windowpicker_unittest.cc', | 98 # 'windowpicker_unittest.cc', |
96 'p2p/base/dtlstransportchannel_unittest.cc', | 99 'p2p/base/dtlstransportchannel_unittest.cc', |
97 'p2p/base/fakeportallocator.h', | 100 'p2p/base/fakeportallocator.h', |
98 'p2p/base/faketransportcontroller.h', | 101 'p2p/base/faketransportcontroller.h', |
99 'p2p/base/p2ptransportchannel_unittest.cc', | 102 'p2p/base/p2ptransportchannel_unittest.cc', |
100 'p2p/base/port_unittest.cc', | 103 'p2p/base/port_unittest.cc', |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
646 'build/isolate.gypi', | 649 'build/isolate.gypi', |
647 ], | 650 ], |
648 'sources': [ | 651 'sources': [ |
649 'webrtc_perf_tests.isolate', | 652 'webrtc_perf_tests.isolate', |
650 ], | 653 ], |
651 }, | 654 }, |
652 ], | 655 ], |
653 }], | 656 }], |
654 ], | 657 ], |
655 } | 658 } |
OLD | NEW |