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

Unified Diff: sdch/SConscript

Issue 18816: Add missing instruction_map.cc in sdch/SConscript.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdch/SConscript
===================================================================
--- sdch/SConscript (revision 8649)
+++ sdch/SConscript (working copy)
@@ -30,6 +30,7 @@
'open-vcdiff/src/decodetable.h',
'open-vcdiff/src/encodetable.h',
'open-vcdiff/src/headerparser.h',
+ 'open-vcdiff/src/instruction_map.h',
'open-vcdiff/src/logging.h',
'open-vcdiff/src/google/output_string.h',
'open-vcdiff/src/rolling_hash.h',
@@ -50,6 +51,7 @@
'open-vcdiff/src/decodetable.cc',
'open-vcdiff/src/encodetable.cc',
'open-vcdiff/src/headerparser.cc',
+ 'open-vcdiff/src/instruction_map.cc',
'open-vcdiff/src/logging.cc',
'open-vcdiff/src/varint_bigendian.cc',
'open-vcdiff/src/vcdecoder.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698