Index: build/config/linux/BUILD.gn |
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn |
index 49d78633794840e4ad03847413a54c3d5da1b39a..269f8b094f7dcda7519db52b6d5740a27d711090 100644 |
--- a/build/config/linux/BUILD.gn |
+++ b/build/config/linux/BUILD.gn |
@@ -172,7 +172,13 @@ pkg_config("gio_config") { |
# (saucy) and earlier. Update the code to use |
# g_settings_schema_source_list_schemas instead. |
defines = [ "USE_GIO", "GLIB_DISABLE_DEPRECATION_WARNINGS" ] |
- ignore_libs = true # Loader generated below. |
+ |
+ # TODO(brettw) Theoretically I think ignore_libs should be set so that we |
+ # don't link directly to GIO and use the loader generated below. But the gio |
+ # target in GYP doesn't make any sense to me and appears to link directly to |
+ # GIO in addition to making a loader. This this uncommented, the link in |
+ # component build fails, so I think this is closer to the GYP build. |
+ #ignore_libs = true # Loader generated below. |
} |
# This generates a target named "gio". |