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

Unified Diff: third_party/libaddressinput/libaddressinput.gyp

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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
Index: third_party/libaddressinput/libaddressinput.gyp
diff --git a/third_party/libaddressinput/libaddressinput.gyp b/third_party/libaddressinput/libaddressinput.gyp
index 93ac7e46e9de3a4d0dbf1fef616407d164cb5a39..ced0e50d9980538eff9824ce1de45a528d12663a 100644
--- a/third_party/libaddressinput/libaddressinput.gyp
+++ b/third_party/libaddressinput/libaddressinput.gyp
@@ -3,13 +3,9 @@
# found in the LICENSE file.
{
'target_defaults': {
- 'cflags!': [
- '-fvisibility=hidden',
- ],
'conditions': [
['OS=="mac" or OS=="ios"', {
'xcode_settings': {
- 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
'GCC_WARN_ABOUT_MISSING_NEWLINE': 'NO',
}
}],

Powered by Google App Engine
This is Rietveld 408576698