OLD | NEW |
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 11 matching lines...) Expand all Loading... |
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/rtp_to_ntp.h", | 30 "include/rtp_to_ntp.h", |
31 "include/rw_lock_wrapper.h", | 31 "include/rw_lock_wrapper.h", |
32 "include/scoped_vector.h", | |
33 "include/sleep.h", | 32 "include/sleep.h", |
34 "include/sort.h", | 33 "include/sort.h", |
35 "include/static_instance.h", | 34 "include/static_instance.h", |
36 "include/stl_util.h", | 35 "include/stl_util.h", |
37 "include/stringize_macros.h", | 36 "include/stringize_macros.h", |
38 "include/tick_util.h", | 37 "include/tick_util.h", |
39 "include/timestamp_extrapolator.h", | 38 "include/timestamp_extrapolator.h", |
40 "include/trace.h", | 39 "include/trace.h", |
41 "include/utf_util_win.h", | 40 "include/utf_util_win.h", |
42 "source/aligned_malloc.cc", | 41 "source/aligned_malloc.cc", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 "source/cpu_features_android.c", | 170 "source/cpu_features_android.c", |
172 ] | 171 ] |
173 | 172 |
174 configs += [ "..:common_config" ] | 173 configs += [ "..:common_config" ] |
175 public_configs = [ "..:common_inherited_config" ] | 174 public_configs = [ "..:common_inherited_config" ] |
176 deps = [ | 175 deps = [ |
177 "//third_party/android_tools:cpu_features", | 176 "//third_party/android_tools:cpu_features", |
178 ] | 177 ] |
179 } | 178 } |
180 } | 179 } |
OLD | NEW |