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

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

Issue 2289383002: rtc::Optional: Tell sanitizers that unset values aren't OK to access (Closed)
Patch Set: Created 4 years, 3 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'file.h', 58 'file.h',
59 'format_macros.h', 59 'format_macros.h',
60 'location.h', 60 'location.h',
61 'location.cc', 61 'location.cc',
62 'md5.cc', 62 'md5.cc',
63 'md5.h', 63 'md5.h',
64 'md5digest.cc', 64 'md5digest.cc',
65 'md5digest.h', 65 'md5digest.h',
66 'mod_ops.h', 66 'mod_ops.h',
67 'onetimeevent.h', 67 'onetimeevent.h',
68 'optional.cc',
68 'optional.h', 69 'optional.h',
69 'platform_file.cc', 70 'platform_file.cc',
70 'platform_file.h', 71 'platform_file.h',
71 'platform_thread.cc', 72 'platform_thread.cc',
72 'platform_thread.h', 73 'platform_thread.h',
73 'platform_thread_types.h', 74 'platform_thread_types.h',
74 'race_checker.cc', 75 'race_checker.cc',
75 'race_checker.h', 76 'race_checker.h',
76 'random.cc', 77 'random.cc',
77 'random.h', 78 'random.h',
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 }, 688 },
688 { 689 {
689 'target_name': 'gtest_prod', 690 'target_name': 'gtest_prod',
690 'type': 'static_library', 691 'type': 'static_library',
691 'sources': [ 692 'sources': [
692 'gtest_prod_util.h', 693 'gtest_prod_util.h',
693 ], 694 ],
694 }, 695 },
695 ], 696 ],
696 } 697 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/optional.h » ('j') | webrtc/base/optional.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698