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

Unified Diff: base/base.gyp

Issue 355003: Implement FormStructure and an initial method, EncodeUploadRequest. This als... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 | base/sha1.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 30762)
+++ base/base.gyp (working copy)
@@ -266,6 +266,8 @@
'scoped_vector.h',
'setproctitle_linux.c',
'setproctitle_linux.h',
+ 'sha1.cc',
+ 'sha1.h',
'sha2.cc',
'sha2.h',
'shared_memory.h',
@@ -605,6 +607,7 @@
'scoped_ptr_unittest.cc',
'scoped_temp_dir_unittest.cc',
'scoped_variant_win_unittest.cc',
+ 'sha1_unittest.cc',
'sha2_unittest.cc',
'shared_memory_unittest.cc',
'simple_thread_unittest.cc',
« no previous file with comments | « no previous file | base/sha1.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698