Chromium Code Reviews| Index: trunk/src/build/linux/system.gyp |
| =================================================================== |
| --- trunk/src/build/linux/system.gyp (revision 270472) |
| +++ trunk/src/build/linux/system.gyp (working copy) |
| @@ -111,7 +111,7 @@ |
| }, |
| ], # targets |
| }], |
| - [ 'use_x11==1 or use_ozone==1', { |
| + [ 'use_x11==1 or ozone_platform_ozonex==1', { |
| # Hide X11 and related dependencies when use_x11=0 |
| 'targets': [ |
| { |