Chromium Code Reviews| 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', |
| ], |