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

Unified Diff: build/config/BUILD.gn

Issue 1442523002: Get rid of the use_glib gn variable. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 07395cb49ceab3200764a3e516bbae591fc5a385..312504206aafc510fda830e5d9fb0128a49f8598 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -115,9 +115,6 @@ config("feature_flags") {
if (use_default_render_theme) {
defines += [ "USE_DEFAULT_RENDER_THEME=1" ]
}
- if (use_glib) {
- defines += [ "USE_GLIB=1" ]
- }
if (use_openssl) {
defines += [ "USE_OPENSSL=1" ]
}

Powered by Google App Engine
This is Rietveld 408576698