Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 6d695571a518033dd6d6037e6d634762ae9598bd..291680030f3bd8ffd9bb36576618b71f1c24ab7c 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -2488,7 +2488,6 @@ |
| 'browser/ui/webui/web_ui_browsertest.h', |
| 'browser/ui/webui/web_ui_test_handler.cc', |
| 'browser/ui/webui/web_ui_test_handler.h', |
| - 'common/time_format_browsertest.cc', |
| 'renderer/autofill/autofill_browsertest.cc', |
| 'renderer/autofill/form_autocomplete_browsertest.cc', |
| 'renderer/autofill/form_manager_browsertest.cc', |
| @@ -2653,6 +2652,11 @@ |
| 'browser/extensions/browser_action_test_util_mac.mm', |
| ], |
| }], |
| + ['os_posix == 1', { |
| + 'sources': [ |
| + 'common/time_format_browsertest.cc', |
|
Joao da Silva
2011/06/10 15:53:56
Done. Please let me know if this should be done di
Paweł Hajdan Jr.
2011/06/10 17:00:51
I think it would be slightly better to flip the co
Joao da Silva
2011/06/14 16:48:44
Done.
|
| + ], |
| + }], |
| ['os_posix == 1 and OS != "mac"', { |
| 'conditions': [ |
| ['linux_use_tcmalloc==1', { |