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

Unified Diff: test/cctest/SConscript

Issue 115814: Implement a dynamically growing memory log buffer with an upper limit. (Closed)
Patch Set: Created 11 years, 7 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: test/cctest/SConscript
diff --git a/test/cctest/SConscript b/test/cctest/SConscript
index 146be6f5917738d5a7b57f4f914eda75a800e647..7506d29217069abf861a22555709bdca1c66c000 100644
--- a/test/cctest/SConscript
+++ b/test/cctest/SConscript
@@ -48,6 +48,7 @@ SOURCES = {
'test-list.cc',
'test-lock.cc',
'test-log.cc',
+ 'test-log-utils.cc',
'test-mark-compact.cc',
'test-regexp.cc',
'test-serialize.cc',

Powered by Google App Engine
This is Rietveld 408576698