Commit 42b2aa7c authored by James Zern's avatar James Zern Committed by Commit Bot

libwebp,DEPS: add 'src' to include_rules

this is in preparation for the libwebp-0.6.1 update; include paths were
changed from '../...' to 'src/...'.

BUG=788275
NOPRESUBMIT=true (due to presubmit confusion about local DEPS)

Change-Id: I608f0271d9132aae9f9681d9514dd61c951ee044
Reviewed-on: https://chromium-review.googlesource.com/792251Reviewed-by: default avatarTom Finegan <tomfinegan@chromium.org>
Commit-Queue: James Zern <jzern@google.com>
Cr-Commit-Position: refs/heads/master@{#519525}
parent 978598e8
...@@ -4,4 +4,5 @@ include_rules = [ ...@@ -4,4 +4,5 @@ include_rules = [
'+../enc', '+../enc',
'+../utils', '+../utils',
'+../webp', '+../webp',
'+src',
] ]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment