aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org>2014-09-04 09:55:40 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org>2014-09-04 09:55:40 +0000
commit3c0aae17f0e3a70fe90ecc6835926b66a3de18fb (patch)
tree1e5fe4073bca28445eadca0c217e0237ab2636ad /DEPS
parent51bb33cc182a73847f2ba696de4cf6e987dc7e7b (diff)
downloadwebrtc-3c0aae17f0e3a70fe90ecc6835926b66a3de18fb.tar.gz
Change gflags and gmock includes to be full paths.
This will fix PRESUBMIT warnings developers will get due to r7014 and r7020. Also some minor style cleanup in: webrtc/modules/audio_coding/main/test/RTPFile.cc webrtc/modules/audio_coding/neteq/test/RTPjitter.cc BUG= R=henrik.lundin@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/23429004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7058 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 70877b74d2..60387c49af 100644
--- a/DEPS
+++ b/DEPS
@@ -49,6 +49,7 @@ include_rules = [
# checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
+ 'gflags',
'testing',
'third_party',
]