| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'isolate_dependency_untracked': [ | 68 'isolate_dependency_untracked': [ |
| 69 '../content/test/data/', | 69 '../content/test/data/', |
| 70 '../net/data/', | 70 '../net/data/', |
| 71 '../net/tools/testserver/', | 71 '../net/tools/testserver/', |
| 72 '../third_party/WebKit/Tools/Scripts/', | 72 '../third_party/WebKit/Tools/Scripts/', |
| 73 '../third_party/pyftpdlib/', | 73 '../third_party/pyftpdlib/', |
| 74 '../third_party/pywebsocket/', | 74 '../third_party/pywebsocket/', |
| 75 '../third_party/safe_browsing/', | 75 '../third_party/safe_browsing/', |
| 76 '../third_party/simplejson/', | 76 '../third_party/simplejson/', |
| 77 '../third_party/tlslite/', | 77 '../third_party/tlslite/', |
| 78 '../tools/swarming_client/', | |
| 79 '<(PRODUCT_DIR)/nacl_test_data/', | 78 '<(PRODUCT_DIR)/nacl_test_data/', |
| 80 '<(PRODUCT_DIR)/pnacl/', | 79 '<(PRODUCT_DIR)/pnacl/', |
| 81 '<(PRODUCT_DIR)/pseudo_locales/', | 80 '<(PRODUCT_DIR)/pseudo_locales/', |
| 82 '<(PRODUCT_DIR)/pyproto/', | 81 '<(PRODUCT_DIR)/pyproto/', |
| 83 '<(PRODUCT_DIR)/test_data/chrome/', | 82 '<(PRODUCT_DIR)/test_data/chrome/', |
| 84 '<(PRODUCT_DIR)/test_data/ppapi/', | 83 '<(PRODUCT_DIR)/test_data/ppapi/', |
| 85 '<(PRODUCT_DIR)/test_url_loader_data/', | 84 '<(PRODUCT_DIR)/test_url_loader_data/', |
| 86 'common/extensions/docs/examples/apps/calculator/tests/', | 85 'common/extensions/docs/examples/apps/calculator/tests/', |
| 87 'test/data/', | 86 'test/data/', |
| 88 'third_party/mock4js/', | 87 'third_party/mock4js/', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 }], | 156 }], |
| 158 ['chromeos==1', { | 157 ['chromeos==1', { |
| 159 'variables': { | 158 'variables': { |
| 160 'isolate_dependency_untracked': [ | 159 'isolate_dependency_untracked': [ |
| 161 '<(PRODUCT_DIR)/chromevox_test_data/', | 160 '<(PRODUCT_DIR)/chromevox_test_data/', |
| 162 ], | 161 ], |
| 163 }, | 162 }, |
| 164 }], | 163 }], |
| 165 ], | 164 ], |
| 166 } | 165 } |
| OLD | NEW |