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

Side by Side Diff: ppapi/native_client/DEPS

Issue 876483002: NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update #include guards Created 5 years, 10 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 "+native_client/src/include", 2 "+native_client/src/include",
3 "+native_client/src/public",
4 "+native_client/src/shared/platform", 3 "+native_client/src/shared/platform",
5 "+native_client/src/shared/srpc",
6 "+native_client/src/untrusted", 4 "+native_client/src/untrusted",
7 ] 5 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698