| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index dddf86a4eb50270ca93b9ff43f73ce18f16eb8ce..4a3fa3204f44e7a17f21822ee6b34fbfa9a5f059 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -22,9 +22,9 @@
|
| 'linux_link_libbrlapi%': 0,
|
| },
|
| 'conditions': [
|
| - [ 'chromeos==0', {
|
| - # Hide GTK and related dependencies for Chrome OS, so they won't get
|
| - # added back to Chrome OS. Don't try to use GTK on Chrome OS.
|
| + [ 'chromeos==0 and use_ozone==0', {
|
| + # Hide GTK and related dependencies for Chrome OS and Ozone, so they won't get
|
| + # added back to Chrome OS and Ozone. Don't try to use GTK on Chrome OS and Ozone.
|
| 'targets': [
|
| {
|
| 'target_name': 'gdk',
|
|
|