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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 'base/network_unittest.cc', | 56 'base/network_unittest.cc', |
57 'base/onetimeevent_unittest.cc', | 57 'base/onetimeevent_unittest.cc', |
58 'base/optional_unittest.cc', | 58 'base/optional_unittest.cc', |
59 'base/optionsfile_unittest.cc', | 59 'base/optionsfile_unittest.cc', |
60 'base/pathutils_unittest.cc', | 60 'base/pathutils_unittest.cc', |
61 'base/platform_thread_unittest.cc', | 61 'base/platform_thread_unittest.cc', |
62 'base/profiler_unittest.cc', | 62 'base/profiler_unittest.cc', |
63 'base/proxy_unittest.cc', | 63 'base/proxy_unittest.cc', |
64 'base/proxydetect_unittest.cc', | 64 'base/proxydetect_unittest.cc', |
65 'base/random_unittest.cc', | 65 'base/random_unittest.cc', |
66 'base/rate_limiter_unittest.cc', | |
67 'base/rate_statistics_unittest.cc', | 66 'base/rate_statistics_unittest.cc', |
68 'base/ratelimiter_unittest.cc', | 67 'base/ratelimiter_unittest.cc', |
69 'base/ratetracker_unittest.cc', | 68 'base/ratetracker_unittest.cc', |
70 'base/referencecountedsingletonfactory_unittest.cc', | 69 'base/referencecountedsingletonfactory_unittest.cc', |
71 'base/rollingaccumulator_unittest.cc', | 70 'base/rollingaccumulator_unittest.cc', |
72 'base/rtccertificate_unittest.cc', | 71 'base/rtccertificate_unittest.cc', |
73 'base/rtccertificategenerator_unittest.cc', | 72 'base/rtccertificategenerator_unittest.cc', |
74 'base/scopedptrcollection_unittest.cc', | 73 'base/scopedptrcollection_unittest.cc', |
75 'base/sha1digest_unittest.cc', | 74 'base/sha1digest_unittest.cc', |
76 'base/sharedexclusivelock_unittest.cc', | 75 'base/sharedexclusivelock_unittest.cc', |
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
667 'build/isolate.gypi', | 666 'build/isolate.gypi', |
668 ], | 667 ], |
669 'sources': [ | 668 'sources': [ |
670 'webrtc_perf_tests.isolate', | 669 'webrtc_perf_tests.isolate', |
671 ], | 670 ], |
672 }, | 671 }, |
673 ], | 672 ], |
674 }], | 673 }], |
675 ], | 674 ], |
676 } | 675 } |
OLD | NEW |