summaryrefslogtreecommitdiffstats
path: root/base/DEPS
diff options
context:
space:
mode:
authorpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-17 20:28:47 +0000
committerpenghuang@chromium.org <penghuang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-17 20:28:47 +0000
commit4a88783faae1d5807866644d6bf7905f99f93a70 (patch)
treeffcd17b2a016c752107ae8b387dfbe7df68fd876 /base/DEPS
parenta2691e838db4b3a560e9afc0c153709ba9c6ee66 (diff)
downloadchromium_src-4a88783faae1d5807866644d6bf7905f99f93a70.zip
chromium_src-4a88783faae1d5807866644d6bf7905f99f93a70.tar.gz
chromium_src-4a88783faae1d5807866644d6bf7905f99f93a70.tar.bz2
Use nacl_secure_random() in rand_util_nacl.cc
The rand_util_nacl.cc will be used inside the IRT and outside the IRT. So we need to use nacl_secure_random() which will work for both. BUG=nativeclient:3881 Review URL: https://codereview.chromium.org/334353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277853 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/DEPS')
-rw-r--r--base/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/DEPS b/base/DEPS
index becc92b..2407baa 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -1,6 +1,5 @@
include_rules = [
"+jni",
- "+native_client/src/untrusted/irt/irt.h",
"+third_party/ashmem",
"+third_party/apple_apsl",
"+third_party/libevent",