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

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

Issue 1853913002: Clean up and sort chrome/ DEPS entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "+components/nacl/common", 2 "+components/nacl/common",
3 "+components/nacl/renderer", 3 "+components/nacl/renderer",
4 "+ppapi/host", 4 "+ppapi/host",
5 "+ppapi/proxy", 5 "+ppapi/proxy",
6 6
7 # TODO(raymes): Once all of the resources are refactored to the new pepper 7 # TODO(raymes): Once all of the resources are refactored to the new pepper
8 # resource model, these includes shouldn't be needed. 8 # resource model, these includes shouldn't be needed.
9 "+ppapi/thunk", 9 "+ppapi/thunk",
10 ] 10 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698