Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 92d05c36383817d6ac5e6f70e5ffe973a3982f98..06c43e4637833faed6a9ddb51f32e8479d1daa43 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -425,7 +425,7 @@ |
| '../build/linux/system.gyp:pangocairo', |
| ], |
| }], |
| - ['use_x11==0 or use_clipboard_aurax11==1', { |
| + ['OS=="win" or use_clipboard_aurax11==1', { |
| 'sources!': [ |
| 'base/clipboard/clipboard_aura.cc', |
|
kalyank
2013/12/14 00:44:06
perhaps we could rename the file to clipboard_linu
oshima
2013/12/14 00:47:11
This is not for linux_aura. This is used for chrom
kalyank
2013/12/14 00:54:13
Sorry, it should have been _auralinux ending and n
|
| ], |