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

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

Issue 2054373002: FileWrapper[Impl] modifications and actually remove the "Impl" class. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix use of ASSERT instead of ASSERT_TRUE in test Created 4 years, 6 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/source/trace_impl.cc ('k') | webrtc/test/fake_audio_device.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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'source/condition_variable_event_win.h', 51 'source/condition_variable_event_win.h',
52 'source/cpu_features.cc', 52 'source/cpu_features.cc',
53 'source/cpu_info.cc', 53 'source/cpu_info.cc',
54 'source/data_log_c.cc', 54 'source/data_log_c.cc',
55 'source/event.cc', 55 'source/event.cc',
56 'source/event_timer_posix.cc', 56 'source/event_timer_posix.cc',
57 'source/event_timer_posix.h', 57 'source/event_timer_posix.h',
58 'source/event_timer_win.cc', 58 'source/event_timer_win.cc',
59 'source/event_timer_win.h', 59 'source/event_timer_win.h',
60 'source/file_impl.cc', 60 'source/file_impl.cc',
61 'source/file_impl.h',
62 'source/logging.cc', 61 'source/logging.cc',
63 'source/rtp_to_ntp.cc', 62 'source/rtp_to_ntp.cc',
64 'source/rw_lock.cc', 63 'source/rw_lock.cc',
65 'source/rw_lock_posix.cc', 64 'source/rw_lock_posix.cc',
66 'source/rw_lock_posix.h', 65 'source/rw_lock_posix.h',
67 'source/rw_lock_win.cc', 66 'source/rw_lock_win.cc',
68 'source/rw_lock_win.h', 67 'source/rw_lock_win.h',
69 'source/rw_lock_winxp_win.cc', 68 'source/rw_lock_winxp_win.cc',
70 'source/rw_lock_winxp_win.h', 69 'source/rw_lock_winxp_win.h',
71 'source/sleep.cc', 70 'source/sleep.cc',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'type': 'static_library', 171 'type': 'static_library',
173 'dependencies': [ 172 'dependencies': [
174 'system_wrappers', 173 'system_wrappers',
175 'field_trial_default', 174 'field_trial_default',
176 'metrics_default', 175 'metrics_default',
177 ] 176 ]
178 }, 177 },
179 ], # targets 178 ], # targets
180 } 179 }
181 180
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/source/trace_impl.cc ('k') | webrtc/test/fake_audio_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698