Remove ".." from include_dirs in build/common.

BUG=1662
TEST=compile on trybots
R=tina.legrand@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2332004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5107 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-11-11 10:20:27 +00:00
parent 6e908b3adf
commit 57eb858698
23 changed files with 43 additions and 10 deletions

View File

@@ -144,8 +144,6 @@
}, },
'target_defaults': { 'target_defaults': {
'include_dirs': [ 'include_dirs': [
# TODO(andrew): Remove '..' when we've added webrtc/ to include paths.
'..',
# Allow includes to be prefixed with webrtc/ in case it is not an # Allow includes to be prefixed with webrtc/ in case it is not an
# immediate subdirectory of <(DEPTH). # immediate subdirectory of <(DEPTH).
'../..', '../..',

View File

@@ -16,10 +16,12 @@
], ],
'include_dirs': [ 'include_dirs': [
'include', 'include',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'include', 'include',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -13,10 +13,12 @@
'type': 'static_library', 'type': 'static_library',
'include_dirs': [ 'include_dirs': [
'include', 'include',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'include', 'include',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -12,10 +12,12 @@
'type': 'static_library', 'type': 'static_library',
'include_dirs': [ 'include_dirs': [
'include', 'include',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'include', 'include',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -16,10 +16,12 @@
], ],
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -17,10 +17,12 @@
], ],
'include_dirs': [ 'include_dirs': [
'../interface', '../interface',
'<(webrtc_root)'
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'../interface', '../interface',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [
@@ -96,6 +98,9 @@
'dependencies': [ 'dependencies': [
'<(webrtc_root)/common_audio/common_audio.gyp:common_audio', '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
], ],
'include_dirs': [
'<(webrtc_root)',
],
'sources': [ 'sources': [
'entropy_coding_neon.c', 'entropy_coding_neon.c',
'filterbanks_neon.S', 'filterbanks_neon.S',

View File

@@ -19,6 +19,7 @@
'./main/test', './main/test',
'./main/interface', './main/interface',
'./main/util', './main/util',
'<(webrtc_root)',
], ],
'sources': [ 'sources': [
'./main/test/simpleKenny.c', './main/test/simpleKenny.c',
@@ -36,6 +37,7 @@
'./main/test', './main/test',
'./main/interface', './main/interface',
'./main/util', './main/util',
'<(webrtc_root)',
], ],
'sources': [ 'sources': [
'./main/test/ReleaseTest-API/ReleaseTest-API.cc', './main/test/ReleaseTest-API/ReleaseTest-API.cc',
@@ -54,6 +56,7 @@
'./main/interface', './main/interface',
'../../../../common_audio/signal_processing/include', '../../../../common_audio/signal_processing/include',
'./main/util', './main/util',
'<(webrtc_root)',
], ],
'sources': [ 'sources': [
'./main/test/SwitchingSampRate/SwitchingSampRate.cc', './main/test/SwitchingSampRate/SwitchingSampRate.cc',

View File

@@ -19,6 +19,7 @@
'include_dirs': [ 'include_dirs': [
'./fix/test', './fix/test',
'./fix/interface', './fix/interface',
'<(webrtc_root)',
], ],
'sources': [ 'sources': [
'./fix/test/kenny.cc', './fix/test/kenny.cc',

View File

@@ -16,10 +16,12 @@
], ],
'include_dirs': [ 'include_dirs': [
'../interface', '../interface',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'../interface', '../interface',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -23,6 +23,9 @@
], ],
}], }],
], ],
'include_dirs': [
'<(webrtc_root)',
],
'sources': [ 'sources': [
'interface/opus_interface.h', 'interface/opus_interface.h',
'opus_interface.c', 'opus_interface.c',

View File

@@ -13,10 +13,12 @@
'type': 'static_library', 'type': 'static_library',
'include_dirs': [ 'include_dirs': [
'include', 'include',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'include', 'include',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -21,11 +21,13 @@
'include_dirs': [ 'include_dirs': [
'../interface', '../interface',
'../../../interface', '../../../interface',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'../interface', '../interface',
'../../../interface', '../../../interface',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -42,11 +42,13 @@
'include_dirs': [ 'include_dirs': [
'../interface', '../interface',
'../../../interface', '../../../interface',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'../interface', '../interface',
'../../../interface', '../../../interface',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -21,10 +21,12 @@
], ],
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -39,10 +39,12 @@
], ],
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'<(webrtc_root)',
], ],
'direct_dependent_settings': { 'direct_dependent_settings': {
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'<(webrtc_root)',
], ],
}, },
'sources': [ 'sources': [

View File

@@ -56,6 +56,7 @@
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'test', 'test',
'<(webrtc_root)',
], ],
'sources': [ 'sources': [
'test/RTPencode.cc', 'test/RTPencode.cc',
@@ -172,6 +173,7 @@
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'test', 'test',
'<(webrtc_root)',
], ],
}, },
'defines': [ 'defines': [
@@ -179,6 +181,7 @@
'include_dirs': [ 'include_dirs': [
'interface', 'interface',
'test', 'test',
'<(webrtc_root)',
], ],
'sources': [ 'sources': [
'test/NETEQTEST_DummyRTPpacket.cc', 'test/NETEQTEST_DummyRTPpacket.cc',

View File

@@ -13,7 +13,7 @@
#include <assert.h> #include <assert.h>
#include "typedefs.h" #include "webrtc/typedefs.h"
namespace webrtc { namespace webrtc {

View File

@@ -12,7 +12,7 @@
#define WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_H264_INFORMATION_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_H264_INFORMATION_H_
#include "VideoCodecInformation.h" #include "VideoCodecInformation.h"
#include "typedefs.h" #include "webrtc/typedefs.h"
namespace webrtc { namespace webrtc {
enum enum

View File

@@ -11,7 +11,7 @@
#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_RTP_SENDER_H264_H_ #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_RTP_SENDER_H264_H_
#define WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_RTP_SENDER_H264_H_ #define WEBRTC_MODULES_RTP_RTCP_SOURCE_H264_RTP_SENDER_H264_H_
#include "typedefs.h" #include "webrtc/typedefs.h"
#include "ModuleRTPRTCPConfig.h" #include "ModuleRTPRTCPConfig.h"
#include "rtp_rtcp_defines.h" #include "rtp_rtcp_defines.h"
#include "h264_information.h" #include "h264_information.h"

View File

@@ -11,7 +11,7 @@
#ifndef WEBRTC_MODULES_VIDEO_CODING_TEST_JITTER_ESTIMATE_TEST_H_ #ifndef WEBRTC_MODULES_VIDEO_CODING_TEST_JITTER_ESTIMATE_TEST_H_
#define WEBRTC_MODULES_VIDEO_CODING_TEST_JITTER_ESTIMATE_TEST_H_ #define WEBRTC_MODULES_VIDEO_CODING_TEST_JITTER_ESTIMATE_TEST_H_
#include "typedefs.h" #include "webrtc/typedefs.h"
#include "jitter_buffer.h" #include "jitter_buffer.h"
#include "jitter_estimator.h" #include "jitter_estimator.h"
#include <stdlib.h> #include <stdlib.h>

View File

@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include "engine_configurations.h" #include "webrtc/engine_configurations.h"
#if defined(COCOA_RENDERING) #if defined(COCOA_RENDERING)
#import "cocoa_render_view.h" #import "cocoa_render_view.h"

View File

@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree. * be found in the AUTHORS file in the root of the source tree.
*/ */
#include "engine_configurations.h" #include "webrtc/engine_configurations.h"
#if defined(COCOA_RENDERING) #if defined(COCOA_RENDERING)
#include "video_render_nsopengl.h" #include "video_render_nsopengl.h"
@@ -16,7 +16,7 @@
#include "event_wrapper.h" #include "event_wrapper.h"
#include "trace.h" #include "trace.h"
#include "thread_wrapper.h" #include "thread_wrapper.h"
#include "common_video/libyuv/include/webrtc_libyuv.h" #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
namespace webrtc { namespace webrtc {

View File

@@ -15,7 +15,7 @@
extern "C" { extern "C" {
#endif #endif
#include <typedefs.h> #include "webrtc/typedefs.h"
// List of features in x86. // List of features in x86.
typedef enum { typedef enum {