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

Unified Diff: base/SConscript

Issue 1608: Create a LazyInstance abstraction. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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
« no previous file with comments | « no previous file | base/build/base.vcproj » ('j') | base/lazy_instance.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/SConscript
===================================================================
--- base/SConscript (revision 1835)
+++ base/SConscript (working copy)
@@ -40,6 +40,7 @@
'icu_util.cc',
'json_reader.cc',
'json_writer.cc',
+ 'lazy_instance.cc',
'lock.cc',
'logging.cc',
'md5.cc',
@@ -233,6 +234,7 @@
'histogram_unittest.cc',
'json_reader_unittest.cc',
'json_writer_unittest.cc',
+ 'lazy_instance_unittest.cc',
'linked_ptr_unittest.cc',
'message_loop_unittest.cc',
'observer_list_unittest.cc',
« no previous file with comments | « no previous file | base/build/base.vcproj » ('j') | base/lazy_instance.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698