Make component build Chrome link.

It does not seem to run due to resource issues.

R=jamesr@chromium.org

Review URL: https://codereview.chromium.org/559763002

Cr-Original-Commit-Position: refs/heads/master@{#294041}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 4263a746e6e99a4b6d1388f709bdc7a7572e9c46
This commit is contained in:
Brett Wilson 2014-09-09 17:02:24 -07:00
Родитель 6a0af80dc4
Коммит e0c64e4091
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -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".