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

Side by Side Diff: webrtc/base/base.gyp

Issue 2097403002: Add a race-checking mechanism. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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
OLDNEW
1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'md5digest.cc', 61 'md5digest.cc',
62 'md5digest.h', 62 'md5digest.h',
63 'mod_ops.h', 63 'mod_ops.h',
64 'onetimeevent.h', 64 'onetimeevent.h',
65 'optional.h', 65 'optional.h',
66 'platform_file.cc', 66 'platform_file.cc',
67 'platform_file.h', 67 'platform_file.h',
68 'platform_thread.cc', 68 'platform_thread.cc',
69 'platform_thread.h', 69 'platform_thread.h',
70 'platform_thread_types.h', 70 'platform_thread_types.h',
71 'race_checker.cc',
72 'race_checker.h',
71 'random.cc', 73 'random.cc',
72 'random.h', 74 'random.h',
73 'rate_statistics.cc', 75 'rate_statistics.cc',
74 'rate_statistics.h', 76 'rate_statistics.h',
75 'ratetracker.cc', 77 'ratetracker.cc',
76 'ratetracker.h', 78 'ratetracker.h',
77 'refcount.h', 79 'refcount.h',
78 'safe_conversions.h', 80 'safe_conversions.h',
79 'safe_conversions_impl.h', 81 'safe_conversions_impl.h',
80 'scoped_ref_ptr.h', 82 'scoped_ref_ptr.h',
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 }, 643 },
642 { 644 {
643 'target_name': 'gtest_prod', 645 'target_name': 'gtest_prod',
644 'type': 'static_library', 646 'type': 'static_library',
645 'sources': [ 647 'sources': [
646 'gtest_prod_util.h', 648 'gtest_prod_util.h',
647 ], 649 ],
648 }, 650 },
649 ], 651 ],
650 } 652 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698