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

Unified Diff: runtime/bin/builtin_sources.gypi

Issue 9186035: Use hash map for event handler file descriptor map (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from whesse@ and iposva@ Created 8 years, 11 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 | runtime/bin/eventhandler_linux.h » ('j') | runtime/bin/eventhandler_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_sources.gypi
diff --git a/runtime/bin/builtin_sources.gypi b/runtime/bin/builtin_sources.gypi
index ffdf6411bc17b2b65569952b638e0383417e86b3..8e8e8c8305d73a198b039c337b01977a92e4092c 100644
--- a/runtime/bin/builtin_sources.gypi
+++ b/runtime/bin/builtin_sources.gypi
@@ -57,6 +57,9 @@
'fdutils.h',
'fdutils_linux.cc',
'fdutils_macos.cc',
+ 'hashmap.cc',
+ 'hashmap.h',
+ 'hashmap_test.cc',
'platform.cc',
'platform.h',
'platform_linux.cc',
« no previous file with comments | « no previous file | runtime/bin/eventhandler_linux.h » ('j') | runtime/bin/eventhandler_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698