Chromium Code Reviews| Index: base/base.gypi |
| diff --git a/base/base.gypi b/base/base.gypi |
| index 8caee68d5ee911d2d5c3a0bd0163b80d053d9db9..cafb10dc900daaa2cdc3a20a9306c5ff25e822b4 100644 |
| --- a/base/base.gypi |
| +++ b/base/base.gypi |
| @@ -669,6 +669,12 @@ |
| 'win/wrapped_window_proc.h', |
| ], |
| 'conditions': [ |
| + ['use_aura==1 and use_x11==1', { |
| + 'sources': [ |
| + 'x11/edid_parser_x11.cc', |
| + 'x11/edid_parser_x11.h', |
| + ], |
| + }], |
| ['google_tv==1', { |
| 'sources': [ |
| 'android/context_types.cc', |