X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fnet_unittests.isolate;h=50ea631653934d0178489df306ec2cec3ab66c06;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=96e6517558818e92dcb4c9123607b716a89d495f;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/net_unittests.isolate b/src/net/net_unittests.isolate index 96e6517..50ea631 100644 --- a/src/net/net_unittests.isolate +++ b/src/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. { @@ -36,16 +36,18 @@ '<(PRODUCT_DIR)/pyproto/', 'tools/testserver/', ], + 'read_only': 1, }, }], - ['OS=="win"', { + ['OS=="linux" and component=="shared_library"', { 'variables': { 'isolate_dependency_tracked': [ + '<(PRODUCT_DIR)/lib/libopenssl.so', ], }, }], ], 'includes': [ - '../third_party/icu/icu.isolate', + 'net.isolate', ], }