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:
Tommi
2015-05-25 10:45:43 +02:00
parent ee369e4277
commit 23edcff7a9
3 changed files with 8 additions and 4 deletions

View File

@ -158,6 +158,8 @@ static_library("rtc_base_approved") {
sources += [ sources += [
"basictypes.h", "basictypes.h",
"constructormagic.h", "constructormagic.h",
"logging.cc",
"logging.h",
] ]
} }
} }
@ -362,8 +364,6 @@ static_library("rtc_base") {
"httpserver.h", "httpserver.h",
"json.cc", "json.cc",
"json.h", "json.h",
"logging.cc",
"logging.h",
"mathutils.h", "mathutils.h",
"multipart.cc", "multipart.cc",
"multipart.h", "multipart.h",

View File

@ -53,6 +53,8 @@
'event_tracer.h', 'event_tracer.h',
'exp_filter.cc', 'exp_filter.cc',
'exp_filter.h', 'exp_filter.h',
'logging.cc',
'logging.h',
'md5.cc', 'md5.cc',
'md5.h', 'md5.h',
'md5digest.cc', 'md5digest.cc',
@ -84,6 +86,8 @@
'sources!': [ 'sources!': [
'basictypes.h', 'basictypes.h',
'constructormagic.h', 'constructormagic.h',
'logging.cc',
'logging.h',
], ],
}, { }, {
'sources!': [ 'sources!': [
@ -184,8 +188,6 @@
'linuxfdwalk.c', 'linuxfdwalk.c',
'linuxfdwalk.h', 'linuxfdwalk.h',
'linked_ptr.h', 'linked_ptr.h',
'logging.cc',
'logging.h',
'macasyncsocket.cc', 'macasyncsocket.cc',
'macasyncsocket.h', 'macasyncsocket.h',
'maccocoasocketserver.h', 'maccocoasocketserver.h',

View File

@ -9,7 +9,9 @@
*/ */
#if defined(WEBRTC_WIN) #if defined(WEBRTC_WIN)
#if !defined(WIN32_LEAN_AND_MEAN)
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h> #include <windows.h>
#define snprintf _snprintf #define snprintf _snprintf
#undef ERROR // wingdi.h #undef ERROR // wingdi.h