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

Unified Diff: build/linux/libgio/BUILD.gn

Issue 2015243002: Add calls to g_type_init (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove static call to g_type_init in //net Created 4 years, 6 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 | build/linux/system.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/libgio/BUILD.gn
diff --git a/build/linux/libgio/BUILD.gn b/build/linux/libgio/BUILD.gn
index 52edb0fefd0151cb4c89b9e78646b8ebee0d921d..3deb63dd6ca5b74b73b57a104603c21cae08c977 100644
--- a/build/linux/libgio/BUILD.gn
+++ b/build/linux/libgio/BUILD.gn
@@ -13,6 +13,8 @@ generate_library_loader("libgio") {
config = "//build/linux:gio_config"
functions = [
+ "glib_check_version",
+ "g_type_init",
"g_settings_new",
"g_settings_get_child",
"g_settings_get_string",
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698