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

Unified Diff: base/memory/BUILD.gn

Issue 1513423002: Add WrapUnique helper to wrap a raw pointer in a std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and add comments. Created 5 years 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 | « base/base.gypi ('k') | base/memory/ptr_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/BUILD.gn
diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
index 20704472ca90648fcd4e82213775e2914eb19ddb..672330eefb804a43f8072189be99cd27126898e3 100644
--- a/base/memory/BUILD.gn
+++ b/base/memory/BUILD.gn
@@ -24,6 +24,7 @@ source_set("memory") {
"memory_pressure_monitor_mac.h",
"memory_pressure_monitor_win.cc",
"memory_pressure_monitor_win.h",
+ "ptr_util.h",
"raw_scoped_refptr_mismatch_checker.h",
"ref_counted.cc",
"ref_counted.h",
« no previous file with comments | « base/base.gypi ('k') | base/memory/ptr_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698