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

Unified Diff: net/net.gyp

Issue 10986094: Make java.gypi use all_dependent_settings for input_jars_paths (Closed) Base URL: http://git.chromium.org/chromium/src.git@apk_combine
Patch Set: Created 8 years, 2 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 | « content/content_shell.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 37421de424d5dceaf7c56818e76ed78d9d03437a..b4cf974fc7ae050605062d36db882aa54d97252d 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1113,9 +1113,6 @@
'dependencies': [
'net_java',
],
- 'export_dependent_settings': [
- 'net_java',
- ],
}],
[ 'OS == "android"', {
'dependencies': [
@@ -2149,9 +2146,6 @@
'../base/base.gyp:base',
'net_errors_java',
],
- 'export_dependent_settings': [
- '../base/base.gyp:base',
- ],
'includes': [ '../build/java.gypi' ],
},
{
@@ -2166,11 +2160,6 @@
'../base/base.gyp:base_java_test_support',
'net_java',
],
- 'export_dependent_settings': [
- '../base/base.gyp:base',
- '../base/base.gyp:base_java_test_support',
- 'net_java',
- ],
'includes': [ '../build/java.gypi' ],
},
{
« no previous file with comments | « content/content_shell.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698