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

Unified Diff: build/java_aidl.gypi

Issue 11568039: Fix eyesfree aidl rules/deps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « no previous file | third_party/eyesfree/eyesfree.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_aidl.gypi
diff --git a/build/java_aidl.gypi b/build/java_aidl.gypi
index 8b022a5344b54c53764318f77d7ccbd1bfabdd88..bb8f2b8cdd8afbc2a10ef61567626917cbad323a 100644
--- a/build/java_aidl.gypi
+++ b/build/java_aidl.gypi
@@ -43,11 +43,13 @@
'variables': {
'aidl_import_include%': '',
'additional_aidl_arguments': [],
+ 'additional_aidl_input_paths': [],
},
'conditions': [
['"<(aidl_import_include)"!=""', {
'variables': {
- 'additional_aidl_arguments': [ '-I<(aidl_import_include)' ]
+ 'additional_aidl_arguments': [ '-I<(aidl_import_include)' ],
+ 'additional_aidl_input_paths': [ '<!@(find <(aidl_import_include) -name "*.java")', ]
}
}],
],
@@ -58,6 +60,7 @@
'inputs': [
'<(android_sdk)/framework.aidl',
'<(aidl_interface_file)',
+ '<@(additional_aidl_input_paths)',
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/<(package_name)/aidl/<(RULE_INPUT_ROOT).java',
« no previous file with comments | « no previous file | third_party/eyesfree/eyesfree.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698