summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-28 19:08:14 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-28 19:08:14 +0000
commitdfbff862ecd56bf8ca179e676cd55aaca7346189 (patch)
tree0ddbc181048bc900abff065c629391d37a7e9527 /DEPS
parent9c6b19bd0fd8045914b1c0138333148a596c69a2 (diff)
downloadchromium_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--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index aba2c7f..ac73fe5 100644
--- a/DEPS
+++ b/DEPS
@@ -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",