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

Unified Diff: ui/ui.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 | « net/net.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 5a2dea3d62a2396902500d24fc38c0d276d21e60..3a87877278b4da8ee75ebfbba2872801def73c42 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -814,9 +814,6 @@
'dependencies': [
'ui_java',
],
- 'export_dependent_settings': [
- 'ui_java',
- ],
}],
['OS=="android" or OS=="ios"', {
'sources!': [
@@ -868,9 +865,6 @@
'dependencies': [
'../base/base.gyp:base_java',
],
- 'export_dependent_settings': [
- '../base/base.gyp:base_java',
- ],
'includes': [ '../build/java.gypi' ],
},
],
« no previous file with comments | « net/net.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698