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

Unified Diff: base/base.gypi

Issue 22877038: Add a CallbackRegistry class to base/ to manage callbacks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Much clean up and removal of unneeded bits Created 7 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 | « base/base.gyp ('k') | base/callback_internal.h » ('j') | base/callback_list.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6a90a0f4ce86bffe6a3451bada79d429037c488e..84edddbc84f0e1319a0db280b4a219bba0e1a4fd 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -108,6 +108,9 @@
'callback_helpers.h',
'callback_internal.cc',
'callback_internal.h',
+ 'callback_list.h',
+ 'callback_list_internal.cc',
+ 'callback_list_internal.h',
'cancelable_callback.h',
'chromeos/chromeos_version.cc',
'chromeos/chromeos_version.h',
« no previous file with comments | « base/base.gyp ('k') | base/callback_internal.h » ('j') | base/callback_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698