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

Unified Diff: base/base.gyp

Issue 197041: Add missing files to base_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 25620)
+++ base/base.gyp (working copy)
@@ -576,6 +576,12 @@
'type': 'executable',
'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
'sources': [
+ # Infrastructure files.
+ 'multiprocess_test.h',
+ 'run_all_unittests.cc',
+ 'test_suite.h',
+
+ # Tests.
'at_exit_unittest.cc',
'atomicops_unittest.cc',
'clipboard_unittest.cc',
@@ -619,7 +625,6 @@
'process_util_unittest.cc',
'rand_util_unittest.cc',
'ref_counted_unittest.cc',
- 'run_all_unittests.cc',
'scoped_bstr_win_unittest.cc',
'scoped_comptr_win_unittest.cc',
'scoped_ptr_unittest.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698