Chromium Code Reviews| Index: ui/ui.gyp |
| diff --git a/ui/ui.gyp b/ui/ui.gyp |
| index 501a3685f6d519278bb967f78121484241beb21b..b8e7581a1271d9e3059dea1eda0d5dc6d192e197 100644 |
| --- a/ui/ui.gyp |
| +++ b/ui/ui.gyp |
| @@ -75,7 +75,7 @@ |
| 'base/animation/tween.h', |
| 'base/clipboard/clipboard.cc', |
| 'base/clipboard/clipboard.h', |
| - 'base/clipboard/clipboard_aura.cc', |
| + 'base/clipboard/clipboard_aurax11.cc', |
| 'base/clipboard/clipboard_gtk.cc', |
| 'base/clipboard/clipboard_mac.mm', |
| 'base/clipboard/clipboard_util_win.cc', |
| @@ -396,7 +396,7 @@ |
| 'gfx/gtk_util.h', |
| ], |
| 'sources!': [ |
| - 'base/clipboard/clipboard_aura.cc', |
| + 'base/clipboard/clipboard_aurax11.cc', |
| ], |
| }, { # toolkit_uses_gtk != 1 |
| 'sources!': [ |
| @@ -439,7 +439,7 @@ |
| 'gfx/win_util.h', |
| ], |
| 'sources!': [ |
| - 'base/clipboard/clipboard_aura.cc', |
| + 'base/clipboard/clipboard_aurax11.cc', |
|
sky
2011/10/25 23:55:35
I think this is handled by a rul in common.gypi.
varunjain
2011/10/26 05:41:40
are you referring to build/common.gypi? the exclud
sky
2011/10/26 14:01:33
Good point. I think you should add a rule that aut
varunjain
2011/10/26 17:56:34
Done.
|
| 'base/touch/touch_factory.cc', |
| 'base/touch/touch_factory.h', |
| 'gfx/pango_util.h', |