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

Unified Diff: media/media.gyp

Issue 193028: DJB2 Hash for applications where high speed hash or checksum values are neede... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « media/base/djb2_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
===================================================================
--- media/media.gyp (revision 28460)
+++ media/media.gyp (working copy)
@@ -57,6 +57,8 @@
'base/clock_impl.h',
'base/data_buffer.cc',
'base/data_buffer.h',
+ 'base/djb2.cc',
+ 'base/djb2.h',
'base/factory.h',
'base/filter_host.h',
'base/filters.h',
@@ -169,6 +171,7 @@
'base/buffer_queue_unittest.cc',
'base/clock_impl_unittest.cc',
'base/data_buffer_unittest.cc',
+ 'base/djb2_unittest.cc',
'base/mock_ffmpeg.cc',
'base/mock_ffmpeg.h',
'base/mock_filter_host.h',
« no previous file with comments | « media/base/djb2_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698