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

Unified Diff: chrome/chrome_tests.gypi

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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 6d695571a518033dd6d6037e6d634762ae9598bd..291680030f3bd8ffd9bb36576618b71f1c24ab7c 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2488,7 +2488,6 @@
'browser/ui/webui/web_ui_browsertest.h',
'browser/ui/webui/web_ui_test_handler.cc',
'browser/ui/webui/web_ui_test_handler.h',
- 'common/time_format_browsertest.cc',
'renderer/autofill/autofill_browsertest.cc',
'renderer/autofill/form_autocomplete_browsertest.cc',
'renderer/autofill/form_manager_browsertest.cc',
@@ -2653,6 +2652,11 @@
'browser/extensions/browser_action_test_util_mac.mm',
],
}],
+ ['os_posix == 1', {
+ 'sources': [
+ 'common/time_format_browsertest.cc',
Joao da Silva 2011/06/10 15:53:56 Done. Please let me know if this should be done di
Paweł Hajdan Jr. 2011/06/10 17:00:51 I think it would be slightly better to flip the co
Joao da Silva 2011/06/14 16:48:44 Done.
+ ],
+ }],
['os_posix == 1 and OS != "mac"', {
'conditions': [
['linux_use_tcmalloc==1', {

Powered by Google App Engine
This is Rietveld 408576698