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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 2125113003: Implement SequencedTaskChecker. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Addressed comments. Created 4 years, 5 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 | « webrtc/base/sequenced_task_checker_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'base/proxydetect_unittest.cc', 64 'base/proxydetect_unittest.cc',
65 'base/random_unittest.cc', 65 'base/random_unittest.cc',
66 'base/rate_statistics_unittest.cc', 66 'base/rate_statistics_unittest.cc',
67 'base/ratelimiter_unittest.cc', 67 'base/ratelimiter_unittest.cc',
68 'base/ratetracker_unittest.cc', 68 'base/ratetracker_unittest.cc',
69 'base/referencecountedsingletonfactory_unittest.cc', 69 'base/referencecountedsingletonfactory_unittest.cc',
70 'base/rollingaccumulator_unittest.cc', 70 'base/rollingaccumulator_unittest.cc',
71 'base/rtccertificate_unittest.cc', 71 'base/rtccertificate_unittest.cc',
72 'base/rtccertificategenerator_unittest.cc', 72 'base/rtccertificategenerator_unittest.cc',
73 'base/scopedptrcollection_unittest.cc', 73 'base/scopedptrcollection_unittest.cc',
74 'base/sequenced_task_checker_unittest.cc',
74 'base/sha1digest_unittest.cc', 75 'base/sha1digest_unittest.cc',
75 'base/sharedexclusivelock_unittest.cc', 76 'base/sharedexclusivelock_unittest.cc',
76 'base/signalthread_unittest.cc', 77 'base/signalthread_unittest.cc',
77 'base/sigslot_unittest.cc', 78 'base/sigslot_unittest.cc',
78 'base/sigslottester.h', 79 'base/sigslottester.h',
79 'base/sigslottester.h.pump', 80 'base/sigslottester.h.pump',
80 'base/stream_unittest.cc', 81 'base/stream_unittest.cc',
81 'base/stringencode_unittest.cc', 82 'base/stringencode_unittest.cc',
82 'base/stringutils_unittest.cc', 83 'base/stringutils_unittest.cc',
83 'base/swap_queue_unittest.cc', 84 'base/swap_queue_unittest.cc',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'build/isolate.gypi', 667 'build/isolate.gypi',
667 ], 668 ],
668 'sources': [ 669 'sources': [
669 'webrtc_perf_tests.isolate', 670 'webrtc_perf_tests.isolate',
670 ], 671 ],
671 }, 672 },
672 ], 673 ],
673 }], 674 }],
674 ], 675 ],
675 } 676 }
OLDNEW
« no previous file with comments | « webrtc/base/sequenced_task_checker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698