diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 07:56:50 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 07:56:50 +0000 |
commit | e566d2b0d2a2eec13572309409712135a26d80fd (patch) | |
tree | 9a96384c16439037ab05b92a56c44287df8969ea /ppapi/DEPS | |
parent | a566a11d2894164105204af1a3352adc3e37451b (diff) | |
download | chromium_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/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", ] |