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

Unified Diff: courgette/courgette.gyp

Issue 2228003: Use an array of pages for the large arrays.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | « courgette/bsdiff_memory_unittest.cc ('k') | courgette/third_party/bsdiff_create.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/courgette.gyp
===================================================================
--- courgette/courgette.gyp (revision 48525)
+++ courgette/courgette.gyp (working copy)
@@ -24,6 +24,7 @@
'third_party/bsdiff.h',
'third_party/bsdiff_apply.cc',
'third_party/bsdiff_create.cc',
+ 'third_party/paged_array.h',
'courgette.h',
'crc.cc',
'crc.h',
@@ -85,6 +86,7 @@
'image_info_unittest.cc',
'run_all_unittests.cc',
'streams_unittest.cc',
+ 'third_party/paged_array_unittest.cc'
],
'dependencies': [
'courgette_lib',
« no previous file with comments | « courgette/bsdiff_memory_unittest.cc ('k') | courgette/third_party/bsdiff_create.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698