Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1036)

Side by Side Diff: chrome/renderer/pepper/DEPS

Issue 19800005: Hide knowledge of webkit::ppapi::PluginDelegate from chrome. This is part of moving ppapi implement… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+ppapi/host", 2 "+ppapi/host",
3 3
4 # TODO(raymes): Once all of the resources are refactored to the new pepper 4 # TODO(raymes): Once all of the resources are refactored to the new pepper
5 # resource model, these includes shouldn't be needed. 5 # resource model, these includes shouldn't be needed.
6 "+ppapi/thunk", 6 "+ppapi/thunk",
7 "+webkit/plugins/ppapi",
8 ] 7 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698