| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 79a1880f228e4d3a2058c6f6c883d570bb6646d4..df2584866a954a48490069a6c34fc4f98a541a10 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -237,7 +237,7 @@
|
| 'use_x11%': 1,
|
| }],
|
| ['use_aura==1 and OS!="win"', {
|
| - 'toolkit_uses_gtk%': 1,
|
| + 'toolkit_uses_gtk%': 0,
|
| }],
|
|
|
| # A flag to enable or disable our compile-time dependency
|
| @@ -856,6 +856,9 @@
|
| ['use_aura==1', {
|
| 'defines': ['USE_AURA=1'],
|
| }],
|
| + ['toolkit_uses_gtk==1', {
|
| + 'defines': ['TOOLKIT_USES_GTK=1'],
|
| + }],
|
| ['chromeos==1', {
|
| 'defines': ['OS_CHROMEOS=1'],
|
| }],
|
|
|