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

Unified Diff: base/base.gyp

Issue 966423003: Moving ScopedMockLog from net/test to base/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@separate-port-range
Patch Set: Limiting the changes to moving ScopedMockLog to base/test Created 5 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/scoped_mock_log.h » ('j') | base/test/scoped_mock_log.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 bb86dddbdb21a223e94493bb8b6d86281f0bae6e..eb193d05e11193133ff480152c2b4191bb896bce 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -961,6 +961,8 @@
'test/sequenced_task_runner_test_template.h',
'test/sequenced_worker_pool_owner.cc',
'test/sequenced_worker_pool_owner.h',
+ 'test/scoped_mock_log.cc',
+ 'test/scoped_mock_log.h',
rvargas (doing something else) 2015/03/03 19:45:33 build.gn has to be updated
Łukasz Anforowicz 2015/03/04 00:23:01 Thanks for catching this. Done.
'test/simple_test_clock.cc',
'test/simple_test_clock.h',
'test/simple_test_tick_clock.cc',
« no previous file with comments | « no previous file | base/test/scoped_mock_log.h » ('j') | base/test/scoped_mock_log.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698