Update code to current Chromium master
This corresponds to: Chromium: 6555f9456074c0c0e5f7713564b978588ac04a5d webrtc: c8b569e0a7ad0b369e15f0197b3a558699ec8efa
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
|  *  be found in the AUTHORS file in the root of the source tree. | ||||
|  */ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/aligned_malloc.h" | ||||
| #include "webrtc/system_wrappers/include/aligned_malloc.h" | ||||
|  | ||||
| #include <memory.h> | ||||
| #include <stdlib.h> | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|  | ||||
| // Parts of this file derived from Chromium's base/cpu.cc. | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/cpu_features_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/cpu_features_wrapper.h" | ||||
|  | ||||
| #if defined(WEBRTC_ARCH_X86_FAMILY) && defined(_MSC_VER) | ||||
| #include <intrin.h> | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| #ifndef WEBRTC_SYSTEM_WRAPPERS_SOURCE_CRITICAL_SECTION_POSIX_H_ | ||||
| #define WEBRTC_SYSTEM_WRAPPERS_SOURCE_CRITICAL_SECTION_POSIX_H_ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/critical_section_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h" | ||||
|  | ||||
| #include <pthread.h> | ||||
|  | ||||
|   | ||||
| @@ -12,7 +12,7 @@ | ||||
| #define WEBRTC_SYSTEM_WRAPPERS_SOURCE_CRITICAL_SECTION_WIN_H_ | ||||
|  | ||||
| #include <windows.h> | ||||
| #include "webrtc/system_wrappers/interface/critical_section_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h" | ||||
| #include "webrtc/typedefs.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|  *  be found in the AUTHORS file in the root of the source tree. | ||||
|  */ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/event_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/event_wrapper.h" | ||||
|  | ||||
| #if defined(_WIN32) | ||||
| #include <windows.h> | ||||
|   | ||||
| @@ -11,12 +11,12 @@ | ||||
| #ifndef WEBRTC_SYSTEM_WRAPPERS_SOURCE_EVENT_POSIX_H_ | ||||
| #define WEBRTC_SYSTEM_WRAPPERS_SOURCE_EVENT_POSIX_H_ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/event_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/event_wrapper.h" | ||||
|  | ||||
| #include <pthread.h> | ||||
| #include <time.h> | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/thread_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/thread_wrapper.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|  | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|  | ||||
| #include <windows.h> | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/event_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/event_wrapper.h" | ||||
|  | ||||
| #include "webrtc/typedefs.h" | ||||
|  | ||||
|   | ||||
| @@ -20,7 +20,7 @@ | ||||
| #endif | ||||
|  | ||||
| #include "webrtc/base/checks.h" | ||||
| #include "webrtc/system_wrappers/interface/rw_lock_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/rw_lock_wrapper.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|  | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
| #include <stdio.h> | ||||
|  | ||||
| #include "webrtc/base/scoped_ptr.h" | ||||
| #include "webrtc/system_wrappers/interface/file_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/file_wrapper.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|  | ||||
|   | ||||
| @@ -8,14 +8,14 @@ | ||||
|  *  be found in the AUTHORS file in the root of the source tree. | ||||
|  */ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/logging.h" | ||||
| #include "webrtc/system_wrappers/include/logging.h" | ||||
|  | ||||
| #include <string.h> | ||||
|  | ||||
| #include <sstream> | ||||
|  | ||||
| #include "webrtc/common_types.h" | ||||
| #include "webrtc/system_wrappers/interface/trace.h" | ||||
| #include "webrtc/system_wrappers/include/trace.h" | ||||
|  | ||||
| namespace webrtc { | ||||
| namespace { | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
| // be found in the AUTHORS file in the root of the source tree. | ||||
| // | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/metrics.h" | ||||
| #include "webrtc/system_wrappers/include/metrics.h" | ||||
|  | ||||
| // Default implementation of histogram methods for WebRTC clients that do not | ||||
| // want to provide their own implementation. | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|  *  be found in the AUTHORS file in the root of the source tree. | ||||
|  */ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/rw_lock_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/rw_lock_wrapper.h" | ||||
|  | ||||
| #include <assert.h> | ||||
|  | ||||
|   | ||||
| @@ -10,8 +10,8 @@ | ||||
|  | ||||
| #include "webrtc/system_wrappers/source/rw_lock_generic.h" | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/condition_variable_wrapper.h" | ||||
| #include "webrtc/system_wrappers/interface/critical_section_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/condition_variable_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|  | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| #ifndef WEBRTC_SYSTEM_WRAPPERS_SOURCE_RW_LOCK_GENERIC_H_ | ||||
| #define WEBRTC_SYSTEM_WRAPPERS_SOURCE_RW_LOCK_GENERIC_H_ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/rw_lock_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/rw_lock_wrapper.h" | ||||
| #include "webrtc/typedefs.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| #ifndef WEBRTC_SYSTEM_WRAPPERS_SOURCE_RW_LOCK_POSIX_H_ | ||||
| #define WEBRTC_SYSTEM_WRAPPERS_SOURCE_RW_LOCK_POSIX_H_ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/rw_lock_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/rw_lock_wrapper.h" | ||||
| #include "webrtc/typedefs.h" | ||||
|  | ||||
| #include <pthread.h> | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|  | ||||
| #include "webrtc/system_wrappers/source/rw_lock_win.h" | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/trace.h" | ||||
| #include "webrtc/system_wrappers/include/trace.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|  | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| #ifndef WEBRTC_SYSTEM_WRAPPERS_SOURCE_RW_LOCK_WIN_H_ | ||||
| #define WEBRTC_SYSTEM_WRAPPERS_SOURCE_RW_LOCK_WIN_H_ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/rw_lock_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/rw_lock_wrapper.h" | ||||
|  | ||||
| #include <Windows.h> | ||||
|  | ||||
|   | ||||
| @@ -9,7 +9,7 @@ | ||||
|  */ | ||||
| // An OS-independent sleep function. | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/sleep.h" | ||||
| #include "webrtc/system_wrappers/include/sleep.h" | ||||
|  | ||||
| #ifdef _WIN32 | ||||
| // For Sleep() | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|  *  be found in the AUTHORS file in the root of the source tree. | ||||
|  */ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/thread_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/thread_wrapper.h" | ||||
|  | ||||
| #if defined(_WIN32) | ||||
| #include "webrtc/system_wrappers/source/thread_win.h" | ||||
|   | ||||
| @@ -22,10 +22,10 @@ | ||||
|  | ||||
| #include "webrtc/base/checks.h" | ||||
| #include "webrtc/base/platform_thread.h" | ||||
| #include "webrtc/system_wrappers/interface/critical_section_wrapper.h" | ||||
| #include "webrtc/system_wrappers/interface/event_wrapper.h" | ||||
| #include "webrtc/system_wrappers/interface/sleep.h" | ||||
| #include "webrtc/system_wrappers/interface/trace.h" | ||||
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/event_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/sleep.h" | ||||
| #include "webrtc/system_wrappers/include/trace.h" | ||||
|  | ||||
| namespace webrtc { | ||||
| namespace { | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
| #include "webrtc/base/event.h" | ||||
| #include "webrtc/base/scoped_ptr.h" | ||||
| #include "webrtc/base/thread_checker.h" | ||||
| #include "webrtc/system_wrappers/interface/thread_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/thread_wrapper.h" | ||||
|  | ||||
| #include <pthread.h> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
|  | ||||
| #include "webrtc/base/checks.h" | ||||
| #include "webrtc/base/platform_thread.h" | ||||
| #include "webrtc/system_wrappers/interface/trace.h" | ||||
| #include "webrtc/system_wrappers/include/trace.h" | ||||
|  | ||||
| namespace webrtc { | ||||
| namespace { | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| #ifndef WEBRTC_SYSTEM_WRAPPERS_SOURCE_THREAD_WIN_H_ | ||||
| #define WEBRTC_SYSTEM_WRAPPERS_SOURCE_THREAD_WIN_H_ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/thread_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/thread_wrapper.h" | ||||
|  | ||||
| #include <windows.h> | ||||
|  | ||||
|   | ||||
| @@ -13,11 +13,11 @@ | ||||
|  | ||||
| #include "webrtc/base/criticalsection.h" | ||||
| #include "webrtc/base/scoped_ptr.h" | ||||
| #include "webrtc/system_wrappers/interface/event_wrapper.h" | ||||
| #include "webrtc/system_wrappers/interface/file_wrapper.h" | ||||
| #include "webrtc/system_wrappers/interface/static_instance.h" | ||||
| #include "webrtc/system_wrappers/interface/thread_wrapper.h" | ||||
| #include "webrtc/system_wrappers/interface/trace.h" | ||||
| #include "webrtc/system_wrappers/include/event_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/file_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/static_instance.h" | ||||
| #include "webrtc/system_wrappers/include/thread_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/trace.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|  | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
| #ifndef WEBRTC_SYSTEM_WRAPPERS_SOURCE_TRACE_POSIX_H_ | ||||
| #define WEBRTC_SYSTEM_WRAPPERS_SOURCE_TRACE_POSIX_H_ | ||||
|  | ||||
| #include "webrtc/system_wrappers/interface/critical_section_wrapper.h" | ||||
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h" | ||||
| #include "webrtc/system_wrappers/source/trace_impl.h" | ||||
|  | ||||
| namespace webrtc { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user