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

Unified Diff: webrtc/system_wrappers/system_wrappers.gyp

Issue 1413333002: system_wrappers: rename interface -> include (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased again! Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/system_wrappers/source/trace_posix.h ('k') | webrtc/system_wrappers/test/TestSort/TestSort.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/system_wrappers/system_wrappers.gyp
diff --git a/webrtc/system_wrappers/system_wrappers.gyp b/webrtc/system_wrappers/system_wrappers.gyp
index a64661a773825d3c8ad71082aa9406bd722b43b4..f66437b37adb972166d9ff99ac1e3d1a05e7b5e8 100644
--- a/webrtc/system_wrappers/system_wrappers.gyp
+++ b/webrtc/system_wrappers/system_wrappers.gyp
@@ -17,39 +17,39 @@
'../base/base.gyp:rtc_base_approved',
],
'sources': [
- 'interface/aligned_array.h',
- 'interface/aligned_malloc.h',
- 'interface/atomic32.h',
- 'interface/clock.h',
- 'interface/condition_variable_wrapper.h',
- 'interface/cpu_info.h',
- 'interface/cpu_features_wrapper.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/logcat_trace_context.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_info.h',
+ 'include/cpu_features_wrapper.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/logcat_trace_context.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_posix.cc',
@@ -139,7 +139,7 @@
},
}, { # OS!="android"
'sources!': [
- 'interface/logcat_trace_context.h',
+ 'include/logcat_trace_context.h',
'source/logcat_trace_context.cc',
],
}],
@@ -197,7 +197,7 @@
'target_name': 'field_trial_default',
'type': 'static_library',
'sources': [
- 'interface/field_trial_default.h',
+ 'include/field_trial_default.h',
'source/field_trial_default.cc',
]
}, {
« no previous file with comments | « webrtc/system_wrappers/source/trace_posix.h ('k') | webrtc/system_wrappers/test/TestSort/TestSort.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698