diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-28 19:08:14 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-28 19:08:14 +0000 |
commit | dfbff862ecd56bf8ca179e676cd55aaca7346189 (patch) | |
tree | 0ddbc181048bc900abff065c629391d37a7e9527 /DEPS | |
parent | 9c6b19bd0fd8045914b1c0138333148a596c69a2 (diff) | |
download | chromium_src-dfbff862ecd56bf8ca179e676cd55aaca7346189.zip chromium_src-dfbff862ecd56bf8ca179e676cd55aaca7346189.tar.gz chromium_src-dfbff862ecd56bf8ca179e676cd55aaca7346189.tar.bz2 |
Linux: create a library loader code generator for dlopen and use it for libpci.
BUG=162733
Review URL: https://codereview.chromium.org/11415138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -560,6 +560,9 @@ include_rules = [ "+googleurl", "+ipc", + # Everybody can use headers generated by tools/generate_library_loader. + "+library_loaders", + # For now, we allow ICU to be included by specifying "unicode/...", although # this should probably change. "+unicode", |