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

Unified Diff: content/content.gyp

Issue 10837143: Make java.gypi export jar path to input_jars_paths variable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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 | « chrome/chrome_tests.gypi ('k') | content/content_tests.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 e048f8b815494a699268a6db19682cdcf8be4938..fcb3e5eef1f62324cd746d21945c391893d18b33 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -246,6 +246,10 @@
'../net/net.gyp:net_java',
'content_common',
],
+ 'export_dependent_settings': [
+ '../base/base.gyp:base_java',
+ '../net/net.gyp:net_java',
+ ],
'variables': {
'package_name': 'content',
'java_in_dir': '../content/public/android/java',
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698