Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / net / net_unittests.isolate
index 96e6517..50ea631 100644 (file)
@@ -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.
 {
           '<(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',
   ],
 }