Chromium Code Reviews| Index: base/base.gyp |
| diff --git a/base/base.gyp b/base/base.gyp |
| index 21befe47fe973ba630b40e2fbcaad2968f119ea2..e4a1e5e150fd16279d84cb2f65c2d12a80249ebb 100644 |
| --- a/base/base.gyp |
| +++ b/base/base.gyp |
| @@ -314,6 +314,12 @@ |
| '../build/linux/system.gyp:gtk', |
| ], |
| }], |
| + ['os_posix==1', { |
| + 'sources': [ |
| + 'test/scoped_locale.cc', |
| + 'test/scoped_locale.h', |
| + ], |
| + }], |
| ], |
| 'sources': [ |
| 'perftimer.cc', |
| @@ -334,7 +340,6 @@ |
| 'test/test_switches.h', |
| 'test/test_timeouts.cc', |
| 'test/test_timeouts.h', |
| - 'test/test_util.h', |
| ], |
| }, |
| { |