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

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

Issue 1417773002: Remove system_wrappers/interface/trace_event.h (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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/system_wrappers/interface/trace_event.h ('k') | webrtc/video/video_capture_input.cc » ('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) 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'interface/scoped_vector.h', 42 'interface/scoped_vector.h',
43 'interface/sleep.h', 43 'interface/sleep.h',
44 'interface/sort.h', 44 'interface/sort.h',
45 'interface/static_instance.h', 45 'interface/static_instance.h',
46 'interface/stl_util.h', 46 'interface/stl_util.h',
47 'interface/stringize_macros.h', 47 'interface/stringize_macros.h',
48 'interface/thread_wrapper.h', 48 'interface/thread_wrapper.h',
49 'interface/tick_util.h', 49 'interface/tick_util.h',
50 'interface/timestamp_extrapolator.h', 50 'interface/timestamp_extrapolator.h',
51 'interface/trace.h', 51 'interface/trace.h',
52 'interface/trace_event.h',
53 'interface/utf_util_win.h', 52 'interface/utf_util_win.h',
54 'source/aligned_malloc.cc', 53 'source/aligned_malloc.cc',
55 'source/atomic32_mac.cc', 54 'source/atomic32_mac.cc',
56 'source/atomic32_posix.cc', 55 'source/atomic32_posix.cc',
57 'source/atomic32_win.cc', 56 'source/atomic32_win.cc',
58 'source/clock.cc', 57 'source/clock.cc',
59 'source/condition_variable.cc', 58 'source/condition_variable.cc',
60 'source/condition_variable_posix.cc', 59 'source/condition_variable_posix.cc',
61 'source/condition_variable_posix.h', 60 'source/condition_variable_posix.h',
62 'source/condition_variable_event_win.cc', 61 'source/condition_variable_event_win.cc',
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'target_name': 'system_wrappers_default', 216 'target_name': 'system_wrappers_default',
218 'type': 'static_library', 217 'type': 'static_library',
219 'dependencies': [ 218 'dependencies': [
220 'field_trial_default', 219 'field_trial_default',
221 'metrics_default', 220 'metrics_default',
222 ] 221 ]
223 }, 222 },
224 ], # targets 223 ], # targets
225 } 224 }
226 225
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/interface/trace_event.h ('k') | webrtc/video/video_capture_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698