summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authorjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-20 14:29:11 +0000
committerjoaodasilva@chromium.org <joaodasilva@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-20 14:29:11 +0000
commit4ee840f18108b1d60282dc3e0b900390966d691e (patch)
treec75c4f8d12a4075b713ff4a803b038b77fcdc388 /base/base.gyp
parent507fef8fb0ebcc443d2d87d8755d3749a89046b3 (diff)
downloadchromium_src-4ee840f18108b1d60282dc3e0b900390966d691e.zip
chromium_src-4ee840f18108b1d60282dc3e0b900390966d691e.tar.gz
chromium_src-4ee840f18108b1d60282dc3e0b900390966d691e.tar.bz2
Cleanup in base/test.
This is related to http://codereview.chromium.org/7003028/. BUG=60476 TEST=None Review URL: http://codereview.chromium.org/7129056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp9
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',
],
},
{