Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 77e375df74cb021b53d5792ebe9f17766ef14075..03cdb6d130adacd392e3d8b65038af3db6ce8e42 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2056,6 +2056,9 @@ |
['use_cras==1', { |
'defines': ['USE_CRAS=1'], |
}], |
+ ['use_glib==1', { |
+ 'defines': ['USE_GLIB=1'], |
+ }], |
['use_ozone==1', { |
'defines': ['USE_OZONE=1'], |
}], |