summaryrefslogtreecommitdiffstats
path: root/ppapi/DEPS
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 07:56:50 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-30 07:56:50 +0000
commite566d2b0d2a2eec13572309409712135a26d80fd (patch)
tree9a96384c16439037ab05b92a56c44287df8969ea /ppapi/DEPS
parenta566a11d2894164105204af1a3352adc3e37451b (diff)
downloadchromium_src-e566d2b0d2a2eec13572309409712135a26d80fd.zip
chromium_src-e566d2b0d2a2eec13572309409712135a26d80fd.tar.gz
chromium_src-e566d2b0d2a2eec13572309409712135a26d80fd.tar.bz2
Update references to Blink's Platform API headers (remaining)
These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates the remaining references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=darin@chromium.org BUG=239545 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15648012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203106 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/DEPS')
-rw-r--r--ppapi/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/DEPS b/ppapi/DEPS
index 7d9e75c..fe08f43 100644
--- a/ppapi/DEPS
+++ b/ppapi/DEPS
@@ -1,6 +1,6 @@
include_rules = [
"+media",
- "+third_party/WebKit/Source/Platform/chromium/public",
+ "+third_party/WebKit/public/platform",
"+third_party/WebKit/Source/WebKit/chromium/public",
"+third_party/skia",
]