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

Unified Diff: content/common/DEPS

Issue 10546079: Added sandboxed process service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comments and add 'jni+' into common/DEPS. Created 8 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: content/common/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index ec464985606e3a7bcdd0e9e299f5948ca030d770..8042070a6e5216ca8983aa06a7fa0eadc5771771 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+media/base",
"+seccompsandbox",
+ "+jni", # For generated JNI includes
Yaron 2012/06/11 20:45:51 I think we can just move this up to content/DEPS.
michaelbai 2012/06/11 21:00:10 Wait for jam's comment
jam 2012/06/11 23:51:16 agreed, if you're going to have this in every subd
]

Powered by Google App Engine
This is Rietveld 408576698