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

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

Issue 2358993004: Enable the -Wundef warning for clang (Closed)
Patch Set: rebase Created 4 years, 2 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/BUILD.gn ('k') | webrtc/base/basictypes.h » ('j') | 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) 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'event.cc', 52 'event.cc',
53 'event.h', 53 'event.h',
54 'event_tracer.cc', 54 'event_tracer.cc',
55 'event_tracer.h', 55 'event_tracer.h',
56 'exp_filter.cc', 56 'exp_filter.cc',
57 'exp_filter.h', 57 'exp_filter.h',
58 'file.cc', 58 'file.cc',
59 'file.h', 59 'file.h',
60 'format_macros.h', 60 'format_macros.h',
61 'function_view.h', 61 'function_view.h',
62 'ignore_wundef.h',
62 'location.h', 63 'location.h',
63 'location.cc', 64 'location.cc',
64 'md5.cc', 65 'md5.cc',
65 'md5.h', 66 'md5.h',
66 'md5digest.cc', 67 'md5digest.cc',
67 'md5digest.h', 68 'md5digest.h',
68 'mod_ops.h', 69 'mod_ops.h',
69 'onetimeevent.h', 70 'onetimeevent.h',
70 'optional.cc', 71 'optional.cc',
71 'optional.h', 72 'optional.h',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 }, 667 },
667 { 668 {
668 'target_name': 'gtest_prod', 669 'target_name': 'gtest_prod',
669 'type': 'static_library', 670 'type': 'static_library',
670 'sources': [ 671 'sources': [
671 'gtest_prod_util.h', 672 'gtest_prod_util.h',
672 ], 673 ],
673 }, 674 },
674 ], 675 ],
675 } 676 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/basictypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698