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

Side by Side Diff: ppapi/c/DEPS

Issue 8764004: Add DEPS include rules so we don't accidentally use base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add forgotten DEPS files, fix use of WIN macro Created 9 years 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
(Empty)
1 # ppapi/c should not be dependent on other parts of chromium; it should stay
2 # browser-neutral as much as possible.
3 include_rules = [
4 "-base",
5 "-build",
6 "-ipc",
7 "-uncode",
8 "-testing",
9 "-ppapi",
10 "+ppapi/c",
11 ]
OLDNEW
« ppapi/api/pp_macros.idl ('K') | « ppapi/api/pp_macros.idl ('k') | ppapi/c/pp_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698