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

Unified Diff: base/base.gyp

Issue 12321117: Refactor MainHook into TestSuite. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing test_suite changes Created 7 years, 10 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/test/main_hook.h » ('j') | base/test/test_suite.cc » ('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 a17508a8f402b5db0cf3f67b3be3fa27b40a3ccc..c68827f7fcc8df977934afc97a608c81dd10848e 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -812,9 +812,6 @@
'test/expectations/expectation.h',
'test/expectations/parser.cc',
'test/expectations/parser.h',
- 'test/main_hook.cc',
TVL 2013/02/27 15:59:35 I don't see this being deleted in the cl
lliabraa 2013/02/27 20:31:31 Done.
- 'test/main_hook.h',
- 'test/main_hook_ios.mm',
'test/mock_chrome_application_mac.h',
'test/mock_chrome_application_mac.mm',
'test/mock_devices_changed_observer.cc',
@@ -828,6 +825,8 @@
'test/null_task_runner.h',
'test/perf_test_suite.cc',
'test/perf_test_suite.h',
+ 'test/run_hook_ios.h',
+ 'test/run_hook_ios.mm',
'test/scoped_locale.cc',
'test/scoped_locale.h',
'test/scoped_path_override.cc',
« no previous file with comments | « no previous file | base/test/main_hook.h » ('j') | base/test/test_suite.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698