Skip to content

Commit

Permalink
Add missing instruction_map.cc in sdch/SConscript.
Browse files Browse the repository at this point in the history
This fixes the SHARED=1 build on Linux. sdch/SConscript last changed in r8644/issue 18717.
Review URL: http://codereview.chromium.org/18816

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8675 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
thestig@chromium.org committed Jan 26, 2009
1 parent 583a5ea commit a5c431f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdch/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ input_files = ChromeFileList([
'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',
Expand All @@ -50,6 +51,7 @@ input_files = ChromeFileList([
'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',
Expand Down

0 comments on commit a5c431f

Please sign in to comment.