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

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: Explicitly set output path 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..9695e7e0a3f80e1078e726ad217a7345bd335de5 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -230,11 +230,11 @@
'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',
},
'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',
+ '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