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

Unified Diff: ppapi/tests/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: Remove rules to include self where possible 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
« no previous file with comments | « ppapi/cpp/trusted/DEPS ('k') | ppapi/tests/pp_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/DEPS
diff --git a/ppapi/tests/DEPS b/ppapi/tests/DEPS
index 557b432b9470c4bce1ba166f26e11eb999790699..d679198b85f63251becb22f66e985f1f05126787 100644
--- a/ppapi/tests/DEPS
+++ b/ppapi/tests/DEPS
@@ -1,3 +1,16 @@
+# ppapi/tests 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/cpp",
+ "+ppapi/tests",
+]
# checkdeps.py shouldn't check include paths for files in clang, which aren't
# part of the chrome build.
skip_child_includes = [
« no previous file with comments | « ppapi/cpp/trusted/DEPS ('k') | ppapi/tests/pp_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698