diff options
Diffstat (limited to 'chromium/net/net_unittests.isolate')
-rw-r--r-- | chromium/net/net_unittests.isolate | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/chromium/net/net_unittests.isolate b/chromium/net/net_unittests.isolate index 2e04ea34544..662eeb0bb5c 100644 --- a/chromium/net/net_unittests.isolate +++ b/chromium/net/net_unittests.isolate @@ -1,4 +1,4 @@ -# Copyright (c) 2012 The Chromium Authors. All rights reserved. +# 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. { @@ -32,18 +32,14 @@ '../third_party/pyftpdlib/', '../third_party/pywebsocket/', '../third_party/tlslite/', - '../tools/swarming_client/', '<(PRODUCT_DIR)/pyproto/', 'tools/testserver/', ], + 'read_only': 1, }, }], - ['OS=="win"', { - 'variables': { - 'isolate_dependency_tracked': [ - '<(PRODUCT_DIR)/icudt.dll', - ], - }, - }], + ], + 'includes': [ + '../base/base.isolate', ], } |