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

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

Issue 1595983002: Rename RWLockGeneric to RWLockWinXP to more accurately reflect when it's used. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix missing include 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
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 "source/event.cc", 63 "source/event.cc",
64 "source/event_timer_posix.cc", 64 "source/event_timer_posix.cc",
65 "source/event_timer_posix.h", 65 "source/event_timer_posix.h",
66 "source/event_timer_win.cc", 66 "source/event_timer_win.cc",
67 "source/event_timer_win.h", 67 "source/event_timer_win.h",
68 "source/file_impl.cc", 68 "source/file_impl.cc",
69 "source/file_impl.h", 69 "source/file_impl.h",
70 "source/logging.cc", 70 "source/logging.cc",
71 "source/rtp_to_ntp.cc", 71 "source/rtp_to_ntp.cc",
72 "source/rw_lock.cc", 72 "source/rw_lock.cc",
73 "source/rw_lock_generic.cc",
74 "source/rw_lock_generic.h",
75 "source/rw_lock_posix.cc", 73 "source/rw_lock_posix.cc",
76 "source/rw_lock_posix.h", 74 "source/rw_lock_posix.h",
77 "source/rw_lock_win.cc", 75 "source/rw_lock_win.cc",
78 "source/rw_lock_win.h", 76 "source/rw_lock_win.h",
77 "source/rw_lock_winxp_win.cc",
78 "source/rw_lock_winxp_win.h",
79 "source/sleep.cc", 79 "source/sleep.cc",
80 "source/sort.cc", 80 "source/sort.cc",
81 "source/tick_util.cc", 81 "source/tick_util.cc",
82 "source/timestamp_extrapolator.cc", 82 "source/timestamp_extrapolator.cc",
83 "source/trace_impl.cc", 83 "source/trace_impl.cc",
84 "source/trace_impl.h", 84 "source/trace_impl.h",
85 "source/trace_posix.cc", 85 "source/trace_posix.cc",
86 "source/trace_posix.h", 86 "source/trace_posix.h",
87 "source/trace_win.cc", 87 "source/trace_win.cc",
88 "source/trace_win.h", 88 "source/trace_win.h",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 "source/cpu_features_android.c", 199 "source/cpu_features_android.c",
200 ] 200 ]
201 201
202 configs += [ "..:common_config" ] 202 configs += [ "..:common_config" ]
203 public_configs = [ "..:common_inherited_config" ] 203 public_configs = [ "..:common_inherited_config" ]
204 deps = [ 204 deps = [
205 "//third_party/android_tools:cpu_features", 205 "//third_party/android_tools:cpu_features",
206 ] 206 ]
207 } 207 }
208 } 208 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/system_wrappers/source/rw_lock.cc » ('j') | webrtc/system_wrappers/source/rw_lock_winxp_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698