9bef551ba1
Most WebRTC source files are using full paths for includes which requires the root to be in the include path. This is currently handled in the common_inherited_config config in webrtc/BUILD.gn: the .. include_dir. However, when built from Chromium, the include paths are not inherited in the same way when building the all target. Building the 'webrtc' target of Chrome works without the changes in this CL, but the default target fails. BUG=3441 TEST=Built the default target from a Chromium checkout with https://codereview.chromium.org/321313006/ applied and src/third_party/webrtc linked to the webrtc folder of the WebRTC workspace. R=brettw@chromium.org Review URL: https://webrtc-codereview.appspot.com/15989004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6670 4adac7df-926f-26a2-2b94-8c16560cd09d |
||
---|---|---|
.. | ||
base | ||
build | ||
common_audio | ||
common_video | ||
examples | ||
modules | ||
overrides/webrtc/base | ||
system_wrappers | ||
test | ||
tools | ||
video | ||
video_engine | ||
voice_engine | ||
.gitignore | ||
BUILD.gn | ||
call.h | ||
common_types.h | ||
common.gyp | ||
common.h | ||
config.cc | ||
config.h | ||
engine_configurations.h | ||
experiments.h | ||
frame_callback.h | ||
LICENSE | ||
LICENSE_THIRD_PARTY | ||
OWNERS | ||
PATENTS | ||
PRESUBMIT.py | ||
README.chromium | ||
supplement.gypi | ||
transport.h | ||
typedefs.h | ||
video_engine_tests.isolate | ||
video_receive_stream.h | ||
video_renderer.h | ||
video_send_stream.h | ||
webrtc_examples.gyp | ||
webrtc_perf_tests.isolate | ||
webrtc_tests.gypi | ||
webrtc.gyp |
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.