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

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

Issue 2707203007: Add GLIB_VERSION_MAX_ALLOWED to build flags (Closed)
Patch Set: Rebase Created 3 years, 10 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 | chrome/installer/linux/debian/expected_deps_x64_jessie » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/BUILD.gn
diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
index ada425269f6371bb4844bd9945742d16ca14436f..aedff7e75974b7bac25b0b3e130e95203adf33a9 100644
--- a/build/config/linux/BUILD.gn
+++ b/build/config/linux/BUILD.gn
@@ -92,5 +92,9 @@ if (use_glib) {
"gobject-2.0",
"gthread-2.0",
]
+ defines = [
+ "GLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_32",
+ "GLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_26",
+ ]
}
}
« no previous file with comments | « no previous file | chrome/installer/linux/debian/expected_deps_x64_jessie » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698