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

Unified 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, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/c/DEPS
diff --git a/ppapi/c/DEPS b/ppapi/c/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..aa6e7d0f8e6b55e5daf084dbbcc2927eabe61465
--- /dev/null
+++ b/ppapi/c/DEPS
@@ -0,0 +1,11 @@
+# ppapi/c should not be dependent on other parts of chromium; it should stay
+# browser-neutral as much as possible.
+include_rules = [
+ "-base",
+ "-build",
+ "-ipc",
+ "-uncode",
+ "-testing",
+ "-ppapi",
+ "+ppapi/c",
+]
« 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