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

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

Issue 2380463003: Move FunctionView from AudioCodingModule to the rtc namespace (Closed)
Patch Set: git cl format 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/function_view.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'deprecation.h', 51 'deprecation.h',
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 'location.h', 62 'location.h',
62 'location.cc', 63 'location.cc',
63 'md5.cc', 64 'md5.cc',
64 'md5.h', 65 'md5.h',
65 'md5digest.cc', 66 'md5digest.cc',
66 'md5digest.h', 67 'md5digest.h',
67 'mod_ops.h', 68 'mod_ops.h',
68 'onetimeevent.h', 69 'onetimeevent.h',
69 'optional.cc', 70 'optional.cc',
70 'optional.h', 71 'optional.h',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 }, 666 },
666 { 667 {
667 'target_name': 'gtest_prod', 668 'target_name': 'gtest_prod',
668 'type': 'static_library', 669 'type': 'static_library',
669 'sources': [ 670 'sources': [
670 'gtest_prod_util.h', 671 'gtest_prod_util.h',
671 ], 672 ],
672 }, 673 },
673 ], 674 ],
674 } 675 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/function_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698