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

Unified Diff: base/base.gypi

Issue 6094005: Create "Prebind" a wrapper to tr1::bind. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: Remove closure.h and ThunkState Created 9 years, 12 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/message_loop.h » ('j') | base/prebind.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 3eaedfabf8e71299a4fd9dd37c7fa934d00bb656..fcc618f75f571d2c49b10899dc48060bd7b93ce3 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -41,6 +41,7 @@
'callback.h',
'cancellation_flag.cc',
'cancellation_flag.h',
+ 'closure.h',
'command_line.cc',
'command_line.h',
'compiler_specific.h',
@@ -242,6 +243,7 @@
'sys_string_conversions_win.cc',
'task.cc',
'task.h',
+ 'prebind.h',
'task_queue.cc',
'task_queue.h',
'template_util.h',
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | base/prebind.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698