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

Unified Diff: icu.gyp

Issue 527193003: Remove invalid link_settings from target condition. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu52.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu.gyp
diff --git a/icu.gyp b/icu.gyp
index 7e5432bac58b16eec5b816f5c43ef8c063bbc4ba..040eea2880dcffa6cac906c32fef0b9dca46c010 100644
--- a/icu.gyp
+++ b/icu.gyp
@@ -253,11 +253,6 @@
'include_dirs': [
'<(android_src)/abi/cpp/include',
],
- 'link_settings': {
- 'libraries': [
- '-lgabi++',
- ],
- },
}],
],
}],
@@ -365,11 +360,6 @@
'include_dirs': [
'<(android_src)/abi/cpp/include',
],
- 'link_settings': {
- 'libraries': [
- '-lgabi++',
- ],
- },
}],
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698