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

Unified Diff: build/linux/system.gyp

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 | « build/linux/libgio/BUILD.gn ('k') | net/proxy/proxy_config_service_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 084c6a435079266ee2c78962588c577cc2165482..789bdad3ab83d3ff8f23464414368e60dcc9b572 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -28,6 +28,8 @@
'brlapi__readKey',
],
'libgio_functions': [
+ 'glib_check_version',
+ 'g_type_init',
'g_settings_new',
'g_settings_get_child',
'g_settings_get_string',
« no previous file with comments | « build/linux/libgio/BUILD.gn ('k') | net/proxy/proxy_config_service_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698