Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 61b707045348f517aabcd5d3865848a055d61216..f882f79c005506b008d23672f7ee155c2ba352eb 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -325,7 +325,7 @@ |
}], |
# Set toolkit_uses_gtk for the Chromium browser on Linux. |
- ['OS=="linux" and chromeos==0', { |
+ ['OS=="linux" and use_aura==0', { |
'toolkit_uses_gtk%': 1, |
}, { |
'toolkit_uses_gtk%': 0, |