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

Unified Diff: content/content.gyp

Issue 10546079: Added sandboxed process service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync 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
« no previous file with comments | « content/common/android/surface_texture_peer.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 737479fc071c03f82b35b27baaff88b47c031ad0..4667205aaeabf2b93a87bfa15f1627d08b8337f9 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -218,9 +218,24 @@
['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'],
+ 'dependencies': [
+ '../base/base.gyp:base_java',
+ 'content_common',
+ ],
'variables': {
'package_name': 'content',
'java_in_dir': '../content/public/android/java',
« no previous file with comments | « content/common/android/surface_texture_peer.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698