Remove unnecessary jsoncpp includes.

These are already added in third_party/jsoncpp/BUILD.gn so they
shouldn't be needed.

BUG=webrtc:6412
NOTRY=True
NOTREECHECKS=True

Review-Url: https://codereview.webrtc.org/2368543002
Cr-Commit-Position: refs/heads/master@{#14379}
This commit is contained in:
kjellander 2016-09-26 02:52:33 -07:00 committed by Commit bot
parent 20684110fd
commit 3901128075
2 changed files with 0 additions and 9 deletions

View File

@ -22,11 +22,6 @@ config("rtc_base_approved_all_dependent_config") {
}
config("rtc_base_config") {
include_dirs = [
"//third_party/jsoncpp/overrides/include",
"//third_party/jsoncpp/source/include",
]
defines = [
"FEATURE_ENABLE_SSL",
"LOGGING=1",

View File

@ -381,10 +381,6 @@
'HAVE_OPENSSL_SSL_H',
],
},
'include_dirs': [
'../../third_party/jsoncpp/overrides/include',
'../../third_party/jsoncpp/source/include',
],
'conditions': [
['build_with_chromium==1', {
'include_dirs': [