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

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

Issue 1482593002: Introduce helper class NtpTime (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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 17 matching lines...) Expand all
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_wrapper.h', 31 'include/event_wrapper.h',
32 'include/field_trial.h', 32 'include/field_trial.h',
33 'include/file_wrapper.h', 33 'include/file_wrapper.h',
34 'include/fix_interlocked_exchange_pointer_win.h', 34 'include/fix_interlocked_exchange_pointer_win.h',
35 'include/logcat_trace_context.h', 35 'include/logcat_trace_context.h',
36 'include/logging.h', 36 'include/logging.h',
37 'include/metrics.h', 37 'include/metrics.h',
38 'include/ntp_time.h',
38 'include/ref_count.h', 39 'include/ref_count.h',
39 'include/rtp_to_ntp.h', 40 'include/rtp_to_ntp.h',
40 'include/rw_lock_wrapper.h', 41 'include/rw_lock_wrapper.h',
41 'include/scoped_vector.h', 42 'include/scoped_vector.h',
42 'include/sleep.h', 43 'include/sleep.h',
43 'include/sort.h', 44 'include/sort.h',
44 'include/static_instance.h', 45 'include/static_instance.h',
45 'include/stl_util.h', 46 'include/stl_util.h',
46 'include/stringize_macros.h', 47 'include/stringize_macros.h',
47 'include/tick_util.h', 48 'include/tick_util.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'type': 'static_library', 204 'type': 'static_library',
204 'dependencies': [ 205 'dependencies': [
205 'system_wrappers', 206 'system_wrappers',
206 'field_trial_default', 207 'field_trial_default',
207 'metrics_default', 208 'metrics_default',
208 ] 209 ]
209 }, 210 },
210 ], # targets 211 ], # targets
211 } 212 }
212 213
OLDNEW
« no previous file with comments | « webrtc/system_wrappers/source/ntp_time_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