Chromium Code Reviews| Index: build/install-build-deps.sh |
| =================================================================== |
| --- build/install-build-deps.sh (revision 85670) |
| +++ build/install-build-deps.sh (working copy) |
| @@ -175,9 +175,11 @@ |
| $chromeos_lib_list" |
| # Debugging symbols for all of the run-time libraries |
| +# Include libsqlite3-0-dbg since libsoftokn3.so uses it. http://crbug.com/82894 |
|
Timur Iskhodzhanov
2011/05/18 09:12:36
why do we need this comment if there are no commen
Lei Zhang
2011/05/18 09:27:47
Most of the other dbg packages correspond to a lib
wtc
2011/05/18 18:58:26
But that's not true. The lib_list above also has
Lei Zhang
2011/05/18 20:01:13
Whoops, don't know how I missed that. Removed.
|
| dbg_list="libatk1.0-dbg libc6-dbg libcairo2-dbg |
| libfontconfig1-dbg libglib2.0-0-dbg libgtk2.0-0-dbg libnspr4-0d-dbg |
| libnss3-1d-dbg libpango1.0-0-dbg libpcre3-dbg libpixman-1-0-dbg |
| + libsqlite3-0-dbg |
| libx11-6-dbg libxau6-dbg libxcb1-dbg libxcomposite1-dbg |
| libxcursor1-dbg libxdamage1-dbg libxdmcp6-dbg libxext6-dbg |
| libxfixes3-dbg libxi6-dbg libxinerama1-dbg libxrandr2-dbg |