Move base/logging.* to rtc_base_approved.
BUG= R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/47299004 Cr-Commit-Position: refs/heads/master@{#9272}
This commit is contained in:
parent
ee369e4277
commit
23edcff7a9
@ -158,6 +158,8 @@ static_library("rtc_base_approved") {
|
||||
sources += [
|
||||
"basictypes.h",
|
||||
"constructormagic.h",
|
||||
"logging.cc",
|
||||
"logging.h",
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -362,8 +364,6 @@ static_library("rtc_base") {
|
||||
"httpserver.h",
|
||||
"json.cc",
|
||||
"json.h",
|
||||
"logging.cc",
|
||||
"logging.h",
|
||||
"mathutils.h",
|
||||
"multipart.cc",
|
||||
"multipart.h",
|
||||
|
@ -53,6 +53,8 @@
|
||||
'event_tracer.h',
|
||||
'exp_filter.cc',
|
||||
'exp_filter.h',
|
||||
'logging.cc',
|
||||
'logging.h',
|
||||
'md5.cc',
|
||||
'md5.h',
|
||||
'md5digest.cc',
|
||||
@ -84,6 +86,8 @@
|
||||
'sources!': [
|
||||
'basictypes.h',
|
||||
'constructormagic.h',
|
||||
'logging.cc',
|
||||
'logging.h',
|
||||
],
|
||||
}, {
|
||||
'sources!': [
|
||||
@ -184,8 +188,6 @@
|
||||
'linuxfdwalk.c',
|
||||
'linuxfdwalk.h',
|
||||
'linked_ptr.h',
|
||||
'logging.cc',
|
||||
'logging.h',
|
||||
'macasyncsocket.cc',
|
||||
'macasyncsocket.h',
|
||||
'maccocoasocketserver.h',
|
||||
|
@ -9,7 +9,9 @@
|
||||
*/
|
||||
|
||||
#if defined(WEBRTC_WIN)
|
||||
#if !defined(WIN32_LEAN_AND_MEAN)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#define snprintf _snprintf
|
||||
#undef ERROR // wingdi.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user