| 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 'includes': [ | 5 'includes': [ |
| 6 'chrome.isolate', | 6 'chrome.isolate', |
| 7 ], | 7 ], |
| 8 'conditions': [ | 8 'conditions': [ |
| 9 ['OS=="linux"', { | 9 ['OS=="linux"', { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 '../chromeos/test/data/', | 178 '../chromeos/test/data/', |
| 179 '../ui/file_manager/file_manager/', | 179 '../ui/file_manager/file_manager/', |
| 180 '../ui/webui/resources/js/', | 180 '../ui/webui/resources/js/', |
| 181 '<(PRODUCT_DIR)/chromevox_test_data/', | 181 '<(PRODUCT_DIR)/chromevox_test_data/', |
| 182 '<(PRODUCT_DIR)/locales/', | 182 '<(PRODUCT_DIR)/locales/', |
| 183 '<(PRODUCT_DIR)/resources/chromeos/', | 183 '<(PRODUCT_DIR)/resources/chromeos/', |
| 184 ], | 184 ], |
| 185 }, | 185 }, |
| 186 }], | 186 }], |
| 187 ], | 187 ], |
| 188 'includes': [ | |
| 189 '../base/base.isolate', | |
| 190 ], | |
| 191 } | 188 } |
| OLD | NEW |