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

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

Issue 1614373002: Remove implementation of CriticalSectionWrapper and use rtc::CriticalSection (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix impl Created 4 years, 11 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 | « no previous file | webrtc/system_wrappers/include/critical_section_wrapper.h » ('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) 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")
(...skipping 30 matching lines...) Expand all
41 "include/trace.h", 41 "include/trace.h",
42 "include/utf_util_win.h", 42 "include/utf_util_win.h",
43 "source/aligned_malloc.cc", 43 "source/aligned_malloc.cc",
44 "source/atomic32_mac.cc", 44 "source/atomic32_mac.cc",
45 "source/atomic32_win.cc", 45 "source/atomic32_win.cc",
46 "source/clock.cc", 46 "source/clock.cc",
47 "source/condition_variable_event_win.cc", 47 "source/condition_variable_event_win.cc",
48 "source/condition_variable_event_win.h", 48 "source/condition_variable_event_win.h",
49 "source/cpu_features.cc", 49 "source/cpu_features.cc",
50 "source/cpu_info.cc", 50 "source/cpu_info.cc",
51 "source/critical_section.cc",
52 "source/data_log_c.cc", 51 "source/data_log_c.cc",
53 "source/event.cc", 52 "source/event.cc",
54 "source/event_timer_posix.cc", 53 "source/event_timer_posix.cc",
55 "source/event_timer_posix.h", 54 "source/event_timer_posix.h",
56 "source/event_timer_win.cc", 55 "source/event_timer_win.cc",
57 "source/event_timer_win.h", 56 "source/event_timer_win.h",
58 "source/file_impl.cc", 57 "source/file_impl.cc",
59 "source/file_impl.h", 58 "source/file_impl.h",
60 "source/logging.cc", 59 "source/logging.cc",
61 "source/rtp_to_ntp.cc", 60 "source/rtp_to_ntp.cc",
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "source/cpu_features_android.c", 188 "source/cpu_features_android.c",
190 ] 189 ]
191 190
192 configs += [ "..:common_config" ] 191 configs += [ "..:common_config" ]
193 public_configs = [ "..:common_inherited_config" ] 192 public_configs = [ "..:common_inherited_config" ]
194 deps = [ 193 deps = [
195 "//third_party/android_tools:cpu_features", 194 "//third_party/android_tools:cpu_features",
196 ] 195 ]
197 } 196 }
198 } 197 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/system_wrappers/include/critical_section_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698