summaryrefslogtreecommitdiffstats
path: root/ppapi/DEPS
diff options
context:
space:
mode:
authorpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 18:25:02 +0000
committerpilgrim@chromium.org <pilgrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-18 18:25:02 +0000
commit236881ddf91ce5ac8d0e6ebb8a57674ef27f77f1 (patch)
treeb97f5bfdd7ed035d8227220095c8fea9f9e74698 /ppapi/DEPS
parentfb1a20fa3110bba71f7ca8e81b733960d3547e74 (diff)
downloadchromium_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/DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppapi/DEPS b/ppapi/DEPS
index bab9452..7d9e75c 100644
--- a/ppapi/DEPS
+++ b/ppapi/DEPS
@@ -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",
]