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

Unified Diff: content/content.gyp

Issue 10855060: Make java_aidl targets export include directories (Closed) Base URL: http://git.chromium.org/chromium/src.git@ant
Patch Set: Created 8 years, 4 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') | content/public/android/java/content.xml » ('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 fcb3e5eef1f62324cd746d21945c391893d18b33..41b1c0294687f4cdc8f337924d1a808d667607ae 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -230,6 +230,7 @@
'target_name': 'common_aidl',
'type': 'none',
'variables': {
+ 'package_name': 'content',
'aidl_interface_file': 'public/android/java/src/org/chromium/content/common/common.aidl',
},
'sources': [
@@ -244,6 +245,7 @@
'dependencies': [
'../base/base.gyp:base_java',
'../net/net.gyp:net_java',
+ 'common_aidl',
'content_common',
],
'export_dependent_settings': [
« no previous file with comments | « build/java_aidl.gypi ('k') | content/public/android/java/content.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698