summaryrefslogtreecommitdiffstats
path: root/net/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'net/third_party')
-rw-r--r--net/third_party/nss/ssl.isolate14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/third_party/nss/ssl.isolate b/net/third_party/nss/ssl.isolate
new file mode 100644
index 0000000..db208ed
--- /dev/null
+++ b/net/third_party/nss/ssl.isolate
@@ -0,0 +1,14 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'conditions': [
+ ['OS=="linux" and component=="shared_library" and use_openssl==0', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '<(PRODUCT_DIR)/lib/libcrssl.so',
+ ],
+ },
+ }],
+ ],
+}