| Index: webrtc/system_wrappers/BUILD.gn
|
| diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn
|
| index c01afe6d3b1da9bb6c051147c412e34d01e09678..2f68eae634498705718c374c93666fa83b3717cf 100644
|
| --- a/webrtc/system_wrappers/BUILD.gn
|
| +++ b/webrtc/system_wrappers/BUILD.gn
|
| @@ -11,38 +11,38 @@ import("../build/webrtc.gni")
|
|
|
| static_library("system_wrappers") {
|
| sources = [
|
| - "interface/aligned_array.h",
|
| - "interface/aligned_malloc.h",
|
| - "interface/atomic32.h",
|
| - "interface/clock.h",
|
| - "interface/condition_variable_wrapper.h",
|
| - "interface/cpu_features_wrapper.h",
|
| - "interface/cpu_info.h",
|
| - "interface/critical_section_wrapper.h",
|
| - "interface/data_log.h",
|
| - "interface/data_log_c.h",
|
| - "interface/data_log_impl.h",
|
| - "interface/event_tracer.h",
|
| - "interface/event_wrapper.h",
|
| - "interface/field_trial.h",
|
| - "interface/file_wrapper.h",
|
| - "interface/fix_interlocked_exchange_pointer_win.h",
|
| - "interface/logging.h",
|
| - "interface/metrics.h",
|
| - "interface/ref_count.h",
|
| - "interface/rtp_to_ntp.h",
|
| - "interface/rw_lock_wrapper.h",
|
| - "interface/scoped_vector.h",
|
| - "interface/sleep.h",
|
| - "interface/sort.h",
|
| - "interface/static_instance.h",
|
| - "interface/stl_util.h",
|
| - "interface/stringize_macros.h",
|
| - "interface/thread_wrapper.h",
|
| - "interface/tick_util.h",
|
| - "interface/timestamp_extrapolator.h",
|
| - "interface/trace.h",
|
| - "interface/utf_util_win.h",
|
| + "include/aligned_array.h",
|
| + "include/aligned_malloc.h",
|
| + "include/atomic32.h",
|
| + "include/clock.h",
|
| + "include/condition_variable_wrapper.h",
|
| + "include/cpu_features_wrapper.h",
|
| + "include/cpu_info.h",
|
| + "include/critical_section_wrapper.h",
|
| + "include/data_log.h",
|
| + "include/data_log_c.h",
|
| + "include/data_log_impl.h",
|
| + "include/event_tracer.h",
|
| + "include/event_wrapper.h",
|
| + "include/field_trial.h",
|
| + "include/file_wrapper.h",
|
| + "include/fix_interlocked_exchange_pointer_win.h",
|
| + "include/logging.h",
|
| + "include/metrics.h",
|
| + "include/ref_count.h",
|
| + "include/rtp_to_ntp.h",
|
| + "include/rw_lock_wrapper.h",
|
| + "include/scoped_vector.h",
|
| + "include/sleep.h",
|
| + "include/sort.h",
|
| + "include/static_instance.h",
|
| + "include/stl_util.h",
|
| + "include/stringize_macros.h",
|
| + "include/thread_wrapper.h",
|
| + "include/tick_util.h",
|
| + "include/timestamp_extrapolator.h",
|
| + "include/trace.h",
|
| + "include/utf_util_win.h",
|
| "source/aligned_malloc.cc",
|
| "source/atomic32_mac.cc",
|
| "source/atomic32_win.cc",
|
| @@ -114,7 +114,7 @@ static_library("system_wrappers") {
|
|
|
| if (is_android) {
|
| sources += [
|
| - "interface/logcat_trace_context.h",
|
| + "include/logcat_trace_context.h",
|
| "source/logcat_trace_context.cc",
|
| ]
|
|
|
| @@ -173,7 +173,7 @@ static_library("system_wrappers") {
|
|
|
| source_set("field_trial_default") {
|
| sources = [
|
| - "interface/field_trial_default.h",
|
| + "include/field_trial_default.h",
|
| "source/field_trial_default.cc",
|
| ]
|
|
|
|
|