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

Unified Diff: base/base.gyp

Issue 57423008: Base: Make RegistryOverrideManager support sharded/parallel tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/test_reg_util_win.h » ('j') | base/test/test_reg_util_win.h » ('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 6fba8d3d022b30cbff88cd926acff97248405a38..b3e8133fe3529b2cd3a190fe95ce58cfca717509 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -621,6 +621,7 @@
'template_util_unittest.cc',
'test/expectations/expectation_unittest.cc',
'test/expectations/parser_unittest.cc',
+ 'test/test_reg_util_win_unittest.cc',
'test/trace_event_analyzer_unittest.cc',
'threading/non_thread_safe_unittest.cc',
'threading/platform_thread_unittest.cc',
@@ -820,6 +821,7 @@
],
'sources!': [
'debug/trace_event_win_unittest.cc',
+ 'test/test_reg_util_win_unittest.cc',
grt (UTC plus 2) 2013/11/07 02:39:33 the rules in src/build/filename_rules.gypi should
tommycli 2013/11/07 18:02:07 Done.
'time/time_win_unittest.cc',
'win/win_util_unittest.cc',
],
« no previous file with comments | « no previous file | base/test/test_reg_util_win.h » ('j') | base/test/test_reg_util_win.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698