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

Unified Diff: base/base.gyp

Issue 1039823002: Add base::LazyInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 5 years, 9 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/compiler_specific.h » ('j') | no next file with comments »
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 0852e49e80867ac9ea84bab92d04dcf8c39d0edd..b85c4622c7603bba24a6d5b944a95ddacccb3527 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -48,6 +48,8 @@
'files/scoped_file.cc',
'files/scoped_file.h',
'format_macros.h',
+ 'lazy_instance.cc',
+ 'lazy_instance.h',
'logging.cc',
'logging.h',
'mac/close_nocancel.cc',
@@ -65,6 +67,8 @@
'mac/scoped_nsautorelease_pool.h',
'mac/scoped_nsautorelease_pool.mm',
'mac/scoped_nsobject.h',
+ 'memory/aligned_memory.cc',
+ 'memory/aligned_memory.h',
'memory/scoped_policy.h',
'memory/scoped_ptr.h',
'move.h',
« no previous file with comments | « no previous file | base/compiler_specific.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698