| Index: ui/ui_unittests.gypi
|
| diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
|
| index 4195b056a8c451b0d80dc3e9e53d3cb4fffba339..77965dcaed11bd78505a09e9ff684c040d7932c6 100644
|
| --- a/ui/ui_unittests.gypi
|
| +++ b/ui/ui_unittests.gypi
|
| @@ -61,6 +61,7 @@
|
| 'base/cocoa/focus_tracker_unittest.mm',
|
| 'base/gtk/gtk_expanded_container_unittest.cc',
|
| 'base/gtk/gtk_im_context_util_unittest.cc',
|
| + 'base/gtk/menu_label_accelerator_util_unittest.cc',
|
| 'base/l10n/l10n_util_mac_unittest.mm',
|
| 'base/l10n/l10n_util_unittest.cc',
|
| 'base/models/list_model_unittest.cc',
|
| @@ -140,7 +141,6 @@
|
| ['OS == "linux"', {
|
| 'sources': [
|
| 'gfx/platform_font_pango_unittest.cc',
|
| - 'gfx/linux_util_unittest.cc',
|
| ],
|
| }],
|
| ['OS == "linux" and toolkit_views==1', {
|
|
|