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

Unified Diff: base/base.gypi

Issue 6109007: Unified callback system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: more bits of cleanup 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/prebind.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 385794e048a69bd5d6031d4c86b8f90cff31108c..f1e213bdb4a86f1d19c44f0561d51683f7faa0e0 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -155,6 +155,8 @@
'platform_file_posix.cc',
'platform_file_win.cc',
'port.h',
+ 'prebind.h',
+ 'prebind_helpers.h',
'process.h',
'process_linux.cc',
'process_posix.cc',
@@ -282,6 +284,8 @@
'tracked_objects.cc',
'tracked_objects.h',
'tuple.h',
+ 'uber_callback.h',
+ 'uber_callback_helpers.h',
'utf_offset_string_conversions.cc',
'utf_offset_string_conversions.h',
'utf_string_conversion_utils.cc',
« no previous file with comments | « base/base.gyp ('k') | base/prebind.h » ('j') | base/prebind.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698