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

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

Issue 1152733005: Use one scoped_refptr. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove from BUILD.gn Created 5 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
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 14 matching lines...) Expand all
25 "interface/event_tracer.h", 25 "interface/event_tracer.h",
26 "interface/event_wrapper.h", 26 "interface/event_wrapper.h",
27 "interface/field_trial.h", 27 "interface/field_trial.h",
28 "interface/file_wrapper.h", 28 "interface/file_wrapper.h",
29 "interface/fix_interlocked_exchange_pointer_win.h", 29 "interface/fix_interlocked_exchange_pointer_win.h",
30 "interface/logging.h", 30 "interface/logging.h",
31 "interface/metrics.h", 31 "interface/metrics.h",
32 "interface/ref_count.h", 32 "interface/ref_count.h",
33 "interface/rtp_to_ntp.h", 33 "interface/rtp_to_ntp.h",
34 "interface/rw_lock_wrapper.h", 34 "interface/rw_lock_wrapper.h",
35 "interface/scoped_refptr.h",
36 "interface/scoped_vector.h", 35 "interface/scoped_vector.h",
37 "interface/sleep.h", 36 "interface/sleep.h",
38 "interface/sort.h", 37 "interface/sort.h",
39 "interface/static_instance.h", 38 "interface/static_instance.h",
40 "interface/stl_util.h", 39 "interface/stl_util.h",
41 "interface/stringize_macros.h", 40 "interface/stringize_macros.h",
42 "interface/thread_wrapper.h", 41 "interface/thread_wrapper.h",
43 "interface/tick_util.h", 42 "interface/tick_util.h",
44 "interface/timestamp_extrapolator.h", 43 "interface/timestamp_extrapolator.h",
45 "interface/trace.h", 44 "interface/trace.h",
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 "source/cpu_features_android.c", 215 "source/cpu_features_android.c",
217 ] 216 ]
218 217
219 configs += [ "..:common_config" ] 218 configs += [ "..:common_config" ]
220 public_configs = [ "..:common_inherited_config" ] 219 public_configs = [ "..:common_inherited_config" ]
221 deps = [ 220 deps = [
222 "//third_party/android_tools:cpu_features", 221 "//third_party/android_tools:cpu_features",
223 ] 222 ]
224 } 223 }
225 } 224 }
OLDNEW
« no previous file with comments | « webrtc/modules/video_capture/test/video_capture_unittest.cc ('k') | webrtc/system_wrappers/interface/scoped_refptr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698