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

Unified Diff: chrome/chrome.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 | « build/java.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index e9a108cd4f38d3f1963e2395bfe653087ba790f8..32bd707ddcdd119c1609bd0f2a092bac583524d8 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1084,6 +1084,11 @@
'../content/content.gyp:content_java',
'../net/net.gyp:net_java',
],
+ 'export_dependent_settings': [
+ '../base/base.gyp:base_java',
+ '../content/content.gyp:content_java',
+ '../net/net.gyp:net_java',
+ ],
'variables': {
'package_name': 'chrome',
'java_in_dir': '../chrome/android/java',
« no previous file with comments | « build/java.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698