json.h include different header files depending on WEBRTC_CHROMIUM_BUILD being defined or not. Since json.h/cc is not even used in chromium it is the wrong flag to use. Instead add WEBRTC_EXTERNAL define. Also added OWNERS for base which is a copy of system_wrappers owners as the two folders are being merged.
BUG=3379 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/15779004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6421 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
7
webrtc/base/OWNERS
Normal file
7
webrtc/base/OWNERS
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
henrike@webrtc.org
|
||||||
|
pwestin@webrtc.org
|
||||||
|
perkj@webrtc.org
|
||||||
|
henrika@webrtc.org
|
||||||
|
henrikg@webrtc.org
|
||||||
|
mflodman@webrtc.org
|
||||||
|
niklas.enbom@webrtc.org
|
@ -14,7 +14,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#if !defined(WEBRTC_CHROMIUM_BUILD)
|
#if !defined(WEBRTC_EXTERNAL)
|
||||||
#include "json/json.h"
|
#include "json/json.h"
|
||||||
#else
|
#else
|
||||||
#include "third_party/jsoncpp/json.h"
|
#include "third_party/jsoncpp/json.h"
|
||||||
|
Reference in New Issue
Block a user