diff options
author | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-18 18:25:02 +0000 |
---|---|---|
committer | pilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-18 18:25:02 +0000 |
commit | 236881ddf91ce5ac8d0e6ebb8a57674ef27f77f1 (patch) | |
tree | b97f5bfdd7ed035d8227220095c8fea9f9e74698 /ppapi/DEPS | |
parent | fb1a20fa3110bba71f7ca8e81b733960d3547e74 (diff) | |
download | chromium_src-236881ddf91ce5ac8d0e6ebb8a57674ef27f77f1.zip chromium_src-236881ddf91ce5ac8d0e6ebb8a57674ef27f77f1.tar.gz chromium_src-236881ddf91ce5ac8d0e6ebb8a57674ef27f77f1.tar.bz2 |
Update some #includes in ppapi/proxy for headers that were moved from WebKit/chromium/public/platform/ to Platform/chromium/public/
Review URL: https://chromiumcodereview.appspot.com/11968017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/DEPS')
-rw-r--r-- | ppapi/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ include_rules = [ "+media", - "+third_party/skia", + "+third_party/WebKit/Source/Platform/chromium/public", "+third_party/WebKit/Source/WebKit/chromium/public", + "+third_party/skia", ] |