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

Unified Diff: base/BUILD.gn

Issue 298023008: Make sure that when a SupportsUserData is destroyed, objects destroyed transitively see it as empty. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pkasting's comments Created 6 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index b4faecf84d4330f3cc3d62b686a375e61a850827..7a19b7a06ef6b877c634dfa0167756ff3b7f8b27 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1173,6 +1173,7 @@ test("base_unittests") {
"strings/sys_string_conversions_unittest.cc",
"strings/utf_offset_string_conversions_unittest.cc",
"strings/utf_string_conversions_unittest.cc",
+ "supports_user_data_unittest.cc",
"sync_socket_unittest.cc",
"synchronization/cancellation_flag_unittest.cc",
"synchronization/condition_variable_unittest.cc",
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698