| 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', |
| 112 ], | 113 ], |
| 113 'isolate_dependency_untracked': [ | 114 'isolate_dependency_untracked': [ |
| 114 '../ppapi/lib/gl/include/KHR/', | 115 '../ppapi/lib/gl/include/KHR/', |
| 115 '../skia/ext/data/', | 116 '../skia/ext/data/', |
| 116 '../ui/base/glib/', | 117 '../ui/base/glib/', |
| 117 ], | 118 ], |
| 118 }, | 119 }, |
| 119 }], | 120 }], |
| 120 ], | 121 ], |
| 121 'includes': [ | 122 'includes': [ |
| 122 '../third_party/icu/icu.isolate', | 123 '../third_party/icu/icu.isolate', |
| 123 ], | 124 ], |
| 124 } | 125 } |
| OLD | NEW |