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

Unified Diff: base/base.gypi

Issue 610313003: [WIP][Base] Use variadic template for Callback and Bind (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wrap tuple Created 6 years, 2 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/BUILD.gn ('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 c5796ef8c1655663549e7754c14493670da0f1f3..72e7d24549066b97cd30383283474e820aea4dec 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -118,6 +118,7 @@
'callback_internal.cc',
'callback_internal.h',
'callback_list.h',
+ 'callback_tuple.h',
'cancelable_callback.h',
'command_line.cc',
'command_line.h',
« no previous file with comments | « base/BUILD.gn ('k') | base/bind.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698