diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 40ce2fd..d80242c 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -47,6 +47,9 @@ }, { # else: branding!="Chrome" 'defines': ['CHROMIUM_BUILD'], }], + ['OS=="linux"', { + 'defines': ['TOOLKIT_GTK=1'], + }], ['coverage!=0', { 'conditions': [ ['OS=="mac"', { |