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

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

Issue 1421463008: Remove old system_wrappers event_tracer.h. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 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 10 matching lines...) Expand all
21 'include/aligned_malloc.h', 21 'include/aligned_malloc.h',
22 'include/atomic32.h', 22 'include/atomic32.h',
23 'include/clock.h', 23 'include/clock.h',
24 'include/condition_variable_wrapper.h', 24 'include/condition_variable_wrapper.h',
25 'include/cpu_info.h', 25 'include/cpu_info.h',
26 'include/cpu_features_wrapper.h', 26 'include/cpu_features_wrapper.h',
27 'include/critical_section_wrapper.h', 27 'include/critical_section_wrapper.h',
28 'include/data_log.h', 28 'include/data_log.h',
29 'include/data_log_c.h', 29 'include/data_log_c.h',
30 'include/data_log_impl.h', 30 'include/data_log_impl.h',
31 'include/event_tracer.h',
32 'include/event_wrapper.h', 31 'include/event_wrapper.h',
33 'include/field_trial.h', 32 'include/field_trial.h',
34 'include/file_wrapper.h', 33 'include/file_wrapper.h',
35 'include/fix_interlocked_exchange_pointer_win.h', 34 'include/fix_interlocked_exchange_pointer_win.h',
36 'include/logcat_trace_context.h', 35 'include/logcat_trace_context.h',
37 'include/logging.h', 36 'include/logging.h',
38 'include/metrics.h', 37 'include/metrics.h',
39 'include/ref_count.h', 38 'include/ref_count.h',
40 'include/rtp_to_ntp.h', 39 'include/rtp_to_ntp.h',
41 'include/rw_lock_wrapper.h', 40 'include/rw_lock_wrapper.h',
(...skipping 28 matching lines...) Expand all
70 'source/critical_section_win.cc', 69 'source/critical_section_win.cc',
71 'source/critical_section_win.h', 70 'source/critical_section_win.h',
72 'source/data_log.cc', 71 'source/data_log.cc',
73 'source/data_log_c.cc', 72 'source/data_log_c.cc',
74 'source/data_log_no_op.cc', 73 'source/data_log_no_op.cc',
75 'source/event.cc', 74 'source/event.cc',
76 'source/event_timer_posix.cc', 75 'source/event_timer_posix.cc',
77 'source/event_timer_posix.h', 76 'source/event_timer_posix.h',
78 'source/event_timer_win.cc', 77 'source/event_timer_win.cc',
79 'source/event_timer_win.h', 78 'source/event_timer_win.h',
80 'source/event_tracer.cc',
81 'source/file_impl.cc', 79 'source/file_impl.cc',
82 'source/file_impl.h', 80 'source/file_impl.h',
83 'source/logcat_trace_context.cc', 81 'source/logcat_trace_context.cc',
84 'source/logging.cc', 82 'source/logging.cc',
85 'source/rtp_to_ntp.cc', 83 'source/rtp_to_ntp.cc',
86 'source/rw_lock.cc', 84 'source/rw_lock.cc',
87 'source/rw_lock_generic.cc', 85 'source/rw_lock_generic.cc',
88 'source/rw_lock_generic.h', 86 'source/rw_lock_generic.h',
89 'source/rw_lock_posix.cc', 87 'source/rw_lock_posix.cc',
90 'source/rw_lock_posix.h', 88 'source/rw_lock_posix.h',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'type': 'static_library', 209 'type': 'static_library',
212 'dependencies': [ 210 'dependencies': [
213 'system_wrappers', 211 'system_wrappers',
214 'field_trial_default', 212 'field_trial_default',
215 'metrics_default', 213 'metrics_default',
216 ] 214 ]
217 }, 215 },
218 ], # targets 216 ], # targets
219 } 217 }
220 218
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/source/event_tracer_unittest.cc ('k') | webrtc/system_wrappers/system_wrappers_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698