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

Unified Diff: base/base.gyp

Issue 3026055: Cleanup in base. This moves the implementation (and a bunch of header file... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 4 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/base_switches.h » ('j') | base/test/test_suite.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 55077)
+++ base/base.gyp (working copy)
@@ -55,8 +55,10 @@
'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
'sources': [
# Infrastructure files.
- 'multiprocess_test.h',
+ 'test/multiprocess_test.cc',
Mark Mentovai 2010/08/05 22:23:25 multiprocss_test.{cc|h} and test_suite.{cc|h} shou
+ 'test/multiprocess_test.h',
'test/run_all_unittests.cc',
+ 'test/test_suite.cc',
'test/test_suite.h',
# Tests.
@@ -169,6 +171,7 @@
'dependencies': [
'base',
'base_i18n',
+ 'test_support_base',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
@@ -225,13 +228,21 @@
'type': '<(library)',
'dependencies': [
'base',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
],
'sources': [
+ 'test/multiprocess_test.cc',
+ 'test/multiprocess_test.h',
+ 'test/perf_test_suite.cc',
+ 'test/perf_test_suite.h',
'test/test_file_util.h',
'test/test_file_util_linux.cc',
'test/test_file_util_mac.cc',
'test/test_file_util_posix.cc',
'test/test_file_util_win.cc',
+ 'test/test_suite.cc',
+ 'test/test_suite.h',
],
},
{
« no previous file with comments | « no previous file | base/base_switches.h » ('j') | base/test/test_suite.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698