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

Unified Diff: content/content.gyp

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/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 737479fc071c03f82b35b27baaff88b47c031ad0..b773b7d07ccd7889e62fca10db7459cbeea8de36 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -218,6 +218,18 @@
['OS == "android"', {
'targets': [
{
+ 'target_name': 'common_aidl',
+ 'type': 'none',
+ 'variables': {
+ 'aidl_interface_file': '../content/public/android/java/org/chromium/content/common/common.aidl',
+ },
+ 'sources': [
+ '../content/public/android/java/org/chromium/content/common/ISandboxedProcessCallback.aidl',
+ '../content/public/android/java/org/chromium/content/common/ISandboxedProcessService.aidl',
+ ],
+ 'includes': [ '../build/java_aidl.gypi' ],
+ },
+ {
'target_name': 'content_java',
'type': 'none',
'dependencies': ['../base/base.gyp:base_java'],

Powered by Google App Engine
This is Rietveld 408576698