diff options
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp index f8356d7..668171d 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -312,6 +312,12 @@ '../build/linux/system.gyp:gtk', ], }], + ['os_posix==0', { + 'sources!': [ + 'test/scoped_locale.cc', + 'test/scoped_locale.h', + ], + }], ], 'sources': [ 'perftimer.cc', @@ -321,6 +327,8 @@ 'test/multiprocess_test.h', 'test/perf_test_suite.cc', 'test/perf_test_suite.h', + 'test/scoped_locale.cc', + 'test/scoped_locale.h', 'test/test_file_util.h', 'test/test_file_util_linux.cc', 'test/test_file_util_mac.cc', @@ -332,7 +340,6 @@ 'test/test_switches.h', 'test/test_timeouts.cc', 'test/test_timeouts.h', - 'test/test_util.h', ], }, { |