Fix a few include paths and update include TODO.
TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/919007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2967 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
534e495df0
commit
be8ec386c4
@ -124,8 +124,9 @@
|
||||
},
|
||||
'target_defaults': {
|
||||
'include_dirs': [
|
||||
# TODO(andrew): we should be able to just use <(webrtc_root) here.
|
||||
'..','../..',
|
||||
# TODO(andrew): Remove '..' when we've added webrtc/ to include paths.
|
||||
'..',
|
||||
'../..',
|
||||
],
|
||||
'defines': [
|
||||
# TODO(leozwang): Run this as a gclient hook rather than at build-time:
|
||||
|
||||
@ -10,17 +10,15 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
#include "modules/utility/interface/process_thread.h"
|
||||
#include "modules/video_capture/main/interface/video_capture.h"
|
||||
#include "modules/video_capture/main/interface/video_capture_factory.h"
|
||||
#include "system_wrappers/interface/critical_section_wrapper.h"
|
||||
#include "system_wrappers/interface/scoped_ptr.h"
|
||||
#include "system_wrappers/interface/scoped_refptr.h"
|
||||
#include "system_wrappers/interface/sleep.h"
|
||||
#include "system_wrappers/interface/tick_util.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
#include "modules/utility/interface/process_thread.h"
|
||||
#include "modules/video_capture/main/interface/video_capture.h"
|
||||
#include "modules/video_capture/main/interface/video_capture_factory.h"
|
||||
|
||||
using webrtc::CriticalSectionWrapper;
|
||||
using webrtc::CriticalSectionScoped;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user