| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="android" or OS=="linux"', { | 6 ['OS=="android" or OS=="linux"', { |
| 7 'variables': { | 7 'variables': { |
| 8 'isolate_dependency_untracked': [ | 8 'isolate_dependency_untracked': [ |
| 9 '<(PRODUCT_DIR)/test_data/', | 9 '<(PRODUCT_DIR)/test_data/', |
| 10 ], | 10 ], |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/', | 101 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/google_now/', |
| 102 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/', | 102 '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/', |
| 103 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/', | 103 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/', |
| 104 '<(PRODUCT_DIR)/test_data/ui/', | 104 '<(PRODUCT_DIR)/test_data/ui/', |
| 105 ], | 105 ], |
| 106 }, | 106 }, |
| 107 }], | 107 }], |
| 108 ['OS=="win"', { | 108 ['OS=="win"', { |
| 109 'variables': { | 109 'variables': { |
| 110 'isolate_dependency_tracked': [ | 110 'isolate_dependency_tracked': [ |
| 111 '<(PRODUCT_DIR)/chrome_elf.dll', | 111 '<(PRODUCT_DIR)/ffmpegsumo.dll', |
| 112 '<(PRODUCT_DIR)/ffmpegsumo.dll', | |
| 113 ], | 112 ], |
| 114 'isolate_dependency_untracked': [ | 113 'isolate_dependency_untracked': [ |
| 115 '../ppapi/lib/gl/include/KHR/', | 114 '../ppapi/lib/gl/include/KHR/', |
| 116 '../skia/ext/data/', | 115 '../skia/ext/data/', |
| 117 '../ui/base/glib/', | 116 '../ui/base/glib/', |
| 118 ], | 117 ], |
| 119 }, | 118 }, |
| 120 }], | 119 }], |
| 121 ], | 120 ], |
| 122 'includes': [ | 121 'includes': [ |
| 123 '../third_party/icu/icu.isolate', | 122 '../third_party/icu/icu.isolate', |
| 124 ], | 123 ], |
| 125 } | 124 } |
| OLD | NEW |