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

Unified Diff: base/base.gypi

Issue 672003: POSIX: don't allocate memory after forking. (Closed)
Patch Set: ... Created 10 years, 9 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/dir_reader_fallback.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 b6bca9089d34560e5c477b51a1b4c1c3d706fce5..0807edb7955f330120dd72747b80135020ebe03e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -61,6 +61,9 @@
'debug_util_mac.cc',
'debug_util_posix.cc',
'debug_util_win.cc',
+ 'dir_reader_fallback.h',
+ 'dir_reader_linux.h',
+ 'dir_reader_posix.h',
'event_trace_consumer_win.h',
'event_trace_controller_win.cc',
'event_trace_controller_win.h',
« no previous file with comments | « base/base.gyp ('k') | base/dir_reader_fallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698