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

Unified Diff: content/content.gyp

Issue 10690092: Fix Java file generation rule in java_aidl.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « build/java_aidl.gypi ('k') | no next file » | 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 8ce61f7220fdc852852f4bfc136c0b916282450e..8a335b84bb3fe37dc1719b791acbee42e7c698c0 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -230,11 +230,12 @@
'target_name': 'common_aidl',
'type': 'none',
'variables': {
- 'aidl_interface_file': '../content/public/android/java/src/org/chromium/content/common/common.aidl',
+ 'aidl_interface_file': 'public/android/java/src/org/chromium/content/common/common.aidl',
+ 'input_package_path': 'org/chromium/content/common',
michaelbai 2012/07/09 18:28:11 It is a little weird to have input_package_path he
Steve Block 2012/07/09 19:52:07 Yes, we can get the package name from the aidl fil
jam 2012/07/10 00:53:59 I don't know much about gyp, but I'd prefer that t
Mark Mentovai 2012/07/10 12:30:04 You can’t make this work automatically without run
},
'sources': [
- '../content/public/android/java/src/org/chromium/content/common/ISandboxedProcessCallback.aidl',
- '../content/public/android/java/src/org/chromium/content/common/ISandboxedProcessService.aidl',
+ 'public/android/java/src/org/chromium/content/common/ISandboxedProcessCallback.aidl',
Mark Mentovai 2012/07/10 12:30:04 and use input_package_path here too? Or maybe eve
+ 'public/android/java/src/org/chromium/content/common/ISandboxedProcessService.aidl',
],
'includes': [ '../build/java_aidl.gypi' ],
},
« no previous file with comments | « build/java_aidl.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698