diff options
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/base.gypi b/base/base.gypi index 807181a..53d097e 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -200,8 +200,9 @@ 'scoped_variant_win.cc', 'scoped_variant_win.h', 'scoped_vector.h', - 'sha1.cc', 'sha1.h', + 'sha1_portable.cc', + 'sha1_win.cc', 'shared_memory.h', 'shared_memory_posix.cc', 'shared_memory_win.cc', @@ -348,6 +349,7 @@ 'event_recorder_stubs.cc', 'file_descriptor_shuffle.cc', 'message_pump_libevent.cc', + 'sha1_portable.cc', 'string16.cc', 'trace_event.cc', ], |