| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index c7e8094cf2bf9185b7871b369969688c7940046f..2d614fb5d92ffb6e80d35ca57ffd06a361e6e0f4 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2682,6 +2682,11 @@
|
| 'browser/extensions/browser_action_test_util_mac.mm',
|
| ],
|
| }],
|
| + ['os_posix == 0', {
|
| + 'sources!': [
|
| + 'common/time_format_browsertest.cc',
|
| + ],
|
| + }],
|
| ['os_posix == 1 and OS != "mac"', {
|
| 'conditions': [
|
| ['linux_use_tcmalloc==1', {
|
|
|