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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 23442019: Convert most run_all_unittests.cc files to use new unit test launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index d7e4e8485706e341bbc886195cfd5e8290300f07..bce90341065f2bd568fe3e33af6a4cefec5dd218 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2652,6 +2652,7 @@
'<@(chromium_child_dependencies)',
'../content/content.gyp:content_app_both',
# 2) test-specific support libraries:
+ '../base/base.gyp:run_all_unittests',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'test_support_common',
@@ -2667,7 +2668,6 @@
'app/delay_load_hook_win.h',
'app/delay_load_hook_unittest_win.cc',
'app/hard_error_handler_win.cc',
- 'app/run_all_unittests.cc',
'common/crash_keys.cc',
'common/crash_keys.h',
],

Powered by Google App Engine
This is Rietveld 408576698