From 390112807513c3385dd8ece32791ad8dccd3ab94 Mon Sep 17 00:00:00 2001 From: kjellander Date: Mon, 26 Sep 2016 02:52:33 -0700 Subject: [PATCH] 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} --- webrtc/base/BUILD.gn | 5 ----- webrtc/base/base.gyp | 4 ---- 2 files changed, 9 deletions(-) diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn index d4c5c0b416..ce33132a3f 100644 --- a/webrtc/base/BUILD.gn +++ b/webrtc/base/BUILD.gn @@ -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", diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp index f149eb39bd..350489c84e 100644 --- a/webrtc/base/base.gyp +++ b/webrtc/base/base.gyp @@ -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': [