DescriptionClean up uses of use_glib that are not related to glib dependencies
We're frequently using the use_glib gyp variable as a shorthand for:
OS!="win" and OS!="mac" and OS!="ios" and OS!="android"
This should be equivalent to:
desktop_linux == 1 or chromeos == 1
Embedded builds want to remove as many dependencies as possible. This
cleans up uses of the use_glib variable so we can turn it off on linux
without breaking the build.
BUG=316226
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233804
Patch Set 1 #Patch Set 2 : use OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" #Patch Set 3 : desktop_linux == 1 or chromeos == 1 #
Total comments: 2
Messages
Total messages: 12 (0 generated)
|