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

Side by Side Diff: webrtc/system_wrappers/BUILD.gn

Issue 1477013005: Replace RefCountImpl with rtc::RefCountedObject. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: add back explicit Release()s in test Created 4 years, 9 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
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 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("../build/webrtc.gni") 10 import("../build/webrtc.gni")
11 11
12 static_library("system_wrappers") { 12 static_library("system_wrappers") {
13 sources = [ 13 sources = [
14 "include/aligned_array.h", 14 "include/aligned_array.h",
15 "include/aligned_malloc.h", 15 "include/aligned_malloc.h",
16 "include/atomic32.h", 16 "include/atomic32.h",
17 "include/clock.h", 17 "include/clock.h",
18 "include/cpu_features_wrapper.h", 18 "include/cpu_features_wrapper.h",
19 "include/cpu_info.h", 19 "include/cpu_info.h",
20 "include/critical_section_wrapper.h", 20 "include/critical_section_wrapper.h",
21 "include/data_log.h", 21 "include/data_log.h",
22 "include/data_log_c.h", 22 "include/data_log_c.h",
23 "include/data_log_impl.h", 23 "include/data_log_impl.h",
24 "include/event_wrapper.h", 24 "include/event_wrapper.h",
25 "include/field_trial.h", 25 "include/field_trial.h",
26 "include/file_wrapper.h", 26 "include/file_wrapper.h",
27 "include/fix_interlocked_exchange_pointer_win.h", 27 "include/fix_interlocked_exchange_pointer_win.h",
28 "include/logging.h", 28 "include/logging.h",
29 "include/metrics.h", 29 "include/metrics.h",
30 "include/ref_count.h",
31 "include/rtp_to_ntp.h", 30 "include/rtp_to_ntp.h",
32 "include/rw_lock_wrapper.h", 31 "include/rw_lock_wrapper.h",
33 "include/scoped_vector.h", 32 "include/scoped_vector.h",
34 "include/sleep.h", 33 "include/sleep.h",
35 "include/sort.h", 34 "include/sort.h",
36 "include/static_instance.h", 35 "include/static_instance.h",
37 "include/stl_util.h", 36 "include/stl_util.h",
38 "include/stringize_macros.h", 37 "include/stringize_macros.h",
39 "include/tick_util.h", 38 "include/tick_util.h",
40 "include/timestamp_extrapolator.h", 39 "include/timestamp_extrapolator.h",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "source/cpu_features_android.c", 171 "source/cpu_features_android.c",
173 ] 172 ]
174 173
175 configs += [ "..:common_config" ] 174 configs += [ "..:common_config" ]
176 public_configs = [ "..:common_inherited_config" ] 175 public_configs = [ "..:common_inherited_config" ]
177 deps = [ 176 deps = [
178 "//third_party/android_tools:cpu_features", 177 "//third_party/android_tools:cpu_features",
179 ] 178 ]
180 } 179 }
181 } 180 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_capture/windows/video_capture_factory_windows.cc ('k') | webrtc/system_wrappers/include/ref_count.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698