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

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

Issue 15906013: Separate NaCl messages from the rest of chrome messages and create a new message filter. This is pa… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chrome/browser/nacl_host", # This is temporary. See crbug.com/244791
jam 2013/06/11 00:53:59 why put this file in chrome/browser instead of chr
2 "+ppapi/host", 3 "+ppapi/host",
3 4
4 # TODO(raymes): Once all of the resources are refactored to the new pepper 5 # TODO(raymes): Once all of the resources are refactored to the new pepper
5 # resource model, these includes shouldn't be needed. 6 # resource model, these includes shouldn't be needed.
6 "+ppapi/thunk", 7 "+ppapi/thunk",
7 "+webkit/plugins/ppapi", 8 "+webkit/plugins/ppapi",
8 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698