Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index ebd122f3f303bdfd2ed7f0f4491cef4f67641293..e4110f9f7c545ae7156214c881d2d4ea323fb620 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -1268,6 +1268,7 @@ |
| 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', |
| 'browser/chromeos/external_metrics_unittest.cc', |
| 'browser/chromeos/gview_request_interceptor_unittest.cc', |
| + 'browser/chromeos/input_method/candidate_window_view_unittest.cc', |
|
horo
2011/11/16 08:41:02
This test program seems to be compiled for every e
Seigo Nonaka
2011/11/16 08:45:08
No, we can switch source set with exclude rule. Pl
horo
2011/11/16 08:47:05
I'm sorry for my misunderstanding.
On 2011/11/16 0
|
| 'browser/chromeos/input_method/hotkey_manager_unittest.cc', |
| 'browser/chromeos/input_method/ibus_controller_unittest.cc', |
| 'browser/chromeos/input_method/input_method_util_unittest.cc', |
| @@ -2199,6 +2200,7 @@ |
| ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)', { |
| 'dependencies': [ |
| '../build/linux/system.gyp:ssl', |
| + 'browser/chromeos/input_method/input_method.gyp:mozc_commands_proto', |
| ], |
| }], |
| ['use_gnome_keyring == 0', { |