Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1396)

Unified Diff: base/base.gyp

Issue 7129056: Cleanup in base/test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed base.gyp Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/sys_string_conversions_unittest.cc » ('j') | base/test/scoped_locale.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
},
{
« no previous file with comments | « no previous file | base/sys_string_conversions_unittest.cc » ('j') | base/test/scoped_locale.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698