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

Unified Diff: base/base.gypi

Issue 6109007: Unified callback system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Address Will's comments. Created 9 years, 10 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/bind.h » ('j') | no next file with comments »
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 385794e048a69bd5d6031d4c86b8f90cff31108c..7a5da2ed67d8067467f6fea6941d33f45278b99d 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -36,9 +36,14 @@
'base_switches.cc',
'base_switches.h',
'basictypes.h',
+ 'bind.h',
+ 'bind_helpers.h',
+ 'bind_internal.h',
'bits.h',
'bzip2_error_handler.cc',
'callback.h',
+ 'callback_helpers.h',
+ 'callback_old.h',
'command_line.cc',
'command_line.h',
'compiler_specific.h',
« no previous file with comments | « base/base.gyp ('k') | base/bind.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698