| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'includes': [ | 5 'includes': [ |
| 6 '../third_party/icu/icu.isolate', | 6 '../third_party/icu/icu.isolate', |
| 7 ], | 7 ], |
| 8 'conditions': [ | 8 'conditions': [ |
| 9 ['OS=="win" or OS=="mac" or OS=="linux"', { | 9 ['OS=="win" or OS=="mac" or OS=="linux"', { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 38 ['OS=="linux"', { | 38 ['OS=="linux"', { |
| 39 'variables': { | 39 'variables': { |
| 40 'isolate_dependency_tracked': [ | 40 'isolate_dependency_tracked': [ |
| 41 '<(PRODUCT_DIR)/lib/libmojo_test_support.so', | 41 '<(PRODUCT_DIR)/lib/libmojo_test_support.so', |
| 42 ], | 42 ], |
| 43 }, | 43 }, |
| 44 }], | 44 }], |
| 45 ['OS=="mac"', { | 45 ['OS=="mac"', { |
| 46 'variables': { | 46 'variables': { |
| 47 'isolate_dependency_tracked': [ | 47 'isolate_dependency_tracked': [ |
| 48 '<(PRODUCT_DIR)/libmojo_gles2.dylib', | |
| 49 '<(PRODUCT_DIR)/libmojo_test_support.dylib', | 48 '<(PRODUCT_DIR)/libmojo_test_support.dylib', |
| 50 ], | 49 ], |
| 51 }, | 50 }, |
| 52 }], | 51 }], |
| 53 ], | 52 ], |
| 54 } | 53 } |
| OLD | NEW |