[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | { |
| 5 | 'variables': { |
| 6 | 'isolate_dependency_tracked': [ |
[email protected] | f216b7e8 | 2012-12-07 17:09:29 | [diff] [blame] | 7 | '../base/prefs/test/data/pref_service/invalid.json', |
| 8 | '../base/prefs/test/data/pref_service/read.json', |
| 9 | '../base/prefs/test/data/pref_service/read.need_empty_value.json', |
| 10 | '../base/prefs/test/data/pref_service/write.golden.json', |
| 11 | '../base/prefs/test/data/pref_service/write.golden.need_empty_value.json', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 12 | '../net/data/ssl/certificates/expired_cert.pem', |
| 13 | '../net/data/ssl/certificates/test_mail_google_com.pem', |
| 14 | '../net/data/ssl/certificates/unittest.originbound.der', |
| 15 | '../net/data/ssl/certificates/unittest.originbound.key.der', |
| 16 | '../net/tools/testserver/asn1.py', |
| 17 | '../net/tools/testserver/echo_message.py', |
| 18 | '../net/tools/testserver/minica.py', |
| 19 | '../net/tools/testserver/testserver.py', |
[email protected] | 753c8b178 | 2012-11-16 00:00:37 | [diff] [blame] | 20 | '../net/tools/testserver/testserver_base.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 21 | '../testing/test_env.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 22 | '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', |
| 23 | '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 24 | '../third_party/pywebsocket/src/mod_pywebsocket/__init__.py', |
| 25 | '../third_party/pywebsocket/src/mod_pywebsocket/_stream_base.py', |
| 26 | '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hixie75.py', |
| 27 | '../third_party/pywebsocket/src/mod_pywebsocket/_stream_hybi.py', |
| 28 | '../third_party/pywebsocket/src/mod_pywebsocket/common.py', |
| 29 | '../third_party/pywebsocket/src/mod_pywebsocket/dispatch.py', |
| 30 | '../third_party/pywebsocket/src/mod_pywebsocket/extensions.py', |
| 31 | '../third_party/pywebsocket/src/mod_pywebsocket/http_header_util.py', |
| 32 | '../third_party/pywebsocket/src/mod_pywebsocket/memorizingfile.py', |
| 33 | '../third_party/pywebsocket/src/mod_pywebsocket/msgutil.py', |
| 34 | '../third_party/pywebsocket/src/mod_pywebsocket/mux.py', |
| 35 | '../third_party/pywebsocket/src/mod_pywebsocket/standalone.py', |
| 36 | '../third_party/pywebsocket/src/mod_pywebsocket/stream.py', |
| 37 | '../third_party/pywebsocket/src/mod_pywebsocket/util.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 38 | '../third_party/tlslite/tlslite/BaseDB.py', |
| 39 | '../third_party/tlslite/tlslite/Checker.py', |
| 40 | '../third_party/tlslite/tlslite/FileObject.py', |
| 41 | '../third_party/tlslite/tlslite/HandshakeSettings.py', |
| 42 | '../third_party/tlslite/tlslite/Session.py', |
| 43 | '../third_party/tlslite/tlslite/SessionCache.py', |
| 44 | '../third_party/tlslite/tlslite/SharedKeyDB.py', |
| 45 | '../third_party/tlslite/tlslite/TLSConnection.py', |
| 46 | '../third_party/tlslite/tlslite/TLSRecordLayer.py', |
| 47 | '../third_party/tlslite/tlslite/VerifierDB.py', |
| 48 | '../third_party/tlslite/tlslite/X509.py', |
| 49 | '../third_party/tlslite/tlslite/X509CertChain.py', |
| 50 | '../third_party/tlslite/tlslite/__init__.py', |
| 51 | '../third_party/tlslite/tlslite/api.py', |
| 52 | '../third_party/tlslite/tlslite/constants.py', |
| 53 | '../third_party/tlslite/tlslite/errors.py', |
| 54 | '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py', |
| 55 | '../third_party/tlslite/tlslite/integration/ClientHelper.py', |
| 56 | '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py', |
| 57 | '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py', |
| 58 | '../third_party/tlslite/tlslite/integration/POP3_TLS.py', |
| 59 | '../third_party/tlslite/tlslite/integration/SMTP_TLS.py', |
| 60 | '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py', |
| 61 | '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py', |
| 62 | '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py', |
| 63 | '../third_party/tlslite/tlslite/integration/__init__.py', |
| 64 | '../third_party/tlslite/tlslite/mathtls.py', |
| 65 | '../third_party/tlslite/tlslite/messages.py', |
| 66 | '../third_party/tlslite/tlslite/utils/AES.py', |
| 67 | '../third_party/tlslite/tlslite/utils/ASN1Parser.py', |
| 68 | '../third_party/tlslite/tlslite/utils/Python_AES.py', |
| 69 | '../third_party/tlslite/tlslite/utils/Python_RC4.py', |
| 70 | '../third_party/tlslite/tlslite/utils/Python_RSAKey.py', |
| 71 | '../third_party/tlslite/tlslite/utils/RC4.py', |
| 72 | '../third_party/tlslite/tlslite/utils/RSAKey.py', |
| 73 | '../third_party/tlslite/tlslite/utils/__init__.py', |
| 74 | '../third_party/tlslite/tlslite/utils/cipherfactory.py', |
| 75 | '../third_party/tlslite/tlslite/utils/codec.py', |
| 76 | '../third_party/tlslite/tlslite/utils/compat.py', |
| 77 | '../third_party/tlslite/tlslite/utils/cryptomath.py', |
| 78 | '../third_party/tlslite/tlslite/utils/hmac.py', |
| 79 | '../third_party/tlslite/tlslite/utils/keyfactory.py', |
| 80 | '../third_party/tlslite/tlslite/utils/rijndael.py', |
| 81 | '../third_party/tlslite/tlslite/utils/xmltools.py', |
[email protected] | 47ddf337 | 2012-11-08 18:24:14 | [diff] [blame] | 82 | '../tools/swarm_client/run_isolated.py', |
[email protected] | 2b8b90f9a | 2012-10-04 00:41:27 | [diff] [blame] | 83 | '../tools/swarm_client/run_test_cases.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 84 | '<(PRODUCT_DIR)/resources.pak', |
| 85 | '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 86 | 'third_party/mock4js/mock4js.js', |
| 87 | ], |
| 88 | 'isolate_dependency_untracked': [ |
[email protected] | f93866b | 2013-01-17 15:48:57 | [diff] [blame] | 89 | '../third_party/hunspell_dictionaries/', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 90 | '../third_party/pywebsocket/src/mod_pywebsocket/handshake/', |
[email protected] | 950c80c | 2012-12-05 19:12:58 | [diff] [blame] | 91 | 'test/data/', |
[email protected] | 1914dfd | 2012-07-13 14:47:18 | [diff] [blame] | 92 | ], |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 93 | }, |
| 94 | 'conditions': [ |
| 95 | ['OS=="linux"', { |
| 96 | 'variables': { |
| 97 | 'command': [ |
| 98 | '../testing/xvfb.py', |
| 99 | '<(PRODUCT_DIR)', |
[email protected] | 2b8b90f9a | 2012-10-04 00:41:27 | [diff] [blame] | 100 | '../tools/swarm_client/run_test_cases.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 101 | '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
| 102 | ], |
| 103 | 'isolate_dependency_tracked': [ |
| 104 | '../net/data/ssl/certificates/google.single.der', |
[email protected] | 6202500 | 2012-06-15 19:03:03 | [diff] [blame] | 105 | '../net/data/ssl/certificates/ndn.ca.crt', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 106 | '../net/data/ssl/certificates/root_ca_cert.crt', |
| 107 | '../testing/xvfb.py', |
| 108 | '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py', |
| 109 | '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', |
| 110 | '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', |
| 111 | '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py', |
| 112 | '../third_party/tlslite/tlslite/utils/TripleDES.py', |
| 113 | '<(PRODUCT_DIR)/chrome.pak', |
[email protected] | 7636a1b | 2012-07-06 00:24:16 | [diff] [blame] | 114 | '<(PRODUCT_DIR)/libffmpegsumo.so', |
[email protected] | ef81850 | 2012-12-06 23:20:55 | [diff] [blame] | 115 | '<(PRODUCT_DIR)/locales/fr.pak', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 116 | '<(PRODUCT_DIR)/pyproto/google/__init__.py', |
| 117 | '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| 118 | ], |
| 119 | 'isolate_dependency_untracked': [ |
[email protected] | 3acb1c3c | 2012-10-11 13:58:19 | [diff] [blame] | 120 | '<(PRODUCT_DIR)/test_data/', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 121 | ], |
[email protected] | 6589f22 | 2012-09-18 19:09:40 | [diff] [blame] | 122 | 'isolate_dependency_touched': [ |
[email protected] | ce1f8b1 | 2012-11-08 23:47:13 | [diff] [blame] | 123 | '<(PRODUCT_DIR)/libppGoogleNaClPluginChrome.so', |
[email protected] | 6589f22 | 2012-09-18 19:09:40 | [diff] [blame] | 124 | ], |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 125 | }, |
| 126 | }, { |
| 127 | 'variables': { |
| 128 | 'command': [ |
| 129 | '../testing/test_env.py', |
[email protected] | 2b8b90f9a | 2012-10-04 00:41:27 | [diff] [blame] | 130 | '../tools/swarm_client/run_test_cases.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 131 | '<(PRODUCT_DIR)/unit_tests<(EXECUTABLE_SUFFIX)', |
| 132 | ], |
[email protected] | 0fb63837 | 2012-07-18 13:19:10 | [diff] [blame] | 133 | 'isolate_dependency_untracked': [ |
[email protected] | b158630 | 2012-11-04 03:29:45 | [diff] [blame] | 134 | '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/', |
[email protected] | b158630 | 2012-11-04 03:29:45 | [diff] [blame] | 135 | '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/', |
[email protected] | 0fb63837 | 2012-07-18 13:19:10 | [diff] [blame] | 136 | ], |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 137 | }, |
| 138 | }], |
| 139 | ['OS=="mac"', { |
| 140 | 'variables': { |
| 141 | 'isolate_dependency_tracked': [ |
[email protected] | 7636a1b | 2012-07-06 00:24:16 | [diff] [blame] | 142 | '<(PRODUCT_DIR)/ffmpegsumo.so', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 143 | ], |
| 144 | 'isolate_dependency_untracked': [ |
[email protected] | 67a44ef | 2012-06-23 01:40:13 | [diff] [blame] | 145 | '<(PRODUCT_DIR)/Chromium Framework.framework/', |
[email protected] | 2dfb808 | 2012-10-23 18:43:00 | [diff] [blame] | 146 | ], |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 147 | }, |
| 148 | }, { |
| 149 | 'variables': { |
| 150 | 'isolate_dependency_tracked': [ |
[email protected] | 71ae9ca | 2012-09-05 21:39:14 | [diff] [blame] | 151 | '<(PRODUCT_DIR)/chrome_100_percent.pak', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 152 | '<(PRODUCT_DIR)/locales/en-US.pak', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 153 | ], |
[email protected] | 4b0985b | 2013-01-23 17:38:55 | [diff] [blame] | 154 | 'isolate_dependency_untracked': [ |
| 155 | '../third_party/accessibility-developer-tools/gen/', |
| 156 | ], |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 157 | }, |
| 158 | }], |
| 159 | ['OS=="win"', { |
| 160 | 'variables': { |
| 161 | 'isolate_dependency_tracked': [ |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 162 | '../third_party/python_26/DLLs/_hashlib.pyd', |
| 163 | '../third_party/python_26/DLLs/_socket.pyd', |
| 164 | '../third_party/python_26/DLLs/_ssl.pyd', |
| 165 | '../third_party/python_26/DLLs/pyexpat.pyd', |
| 166 | '../third_party/python_26/DLLs/select.pyd', |
| 167 | '../third_party/python_26/Lib/BaseHTTPServer.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 168 | '../third_party/python_26/Lib/CGIHTTPServer.py', |
| 169 | '../third_party/python_26/Lib/ConfigParser.py', |
| 170 | '../third_party/python_26/Lib/Queue.py', |
| 171 | '../third_party/python_26/Lib/SimpleHTTPServer.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 172 | '../third_party/python_26/Lib/SocketServer.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 173 | '../third_party/python_26/Lib/StringIO.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 174 | '../third_party/python_26/Lib/UserDict.py', |
| 175 | '../third_party/python_26/Lib/__future__.py', |
| 176 | '../third_party/python_26/Lib/_abcoll.py', |
| 177 | '../third_party/python_26/Lib/abc.py', |
| 178 | '../third_party/python_26/Lib/anydbm.py', |
| 179 | '../third_party/python_26/Lib/asynchat.py', |
| 180 | '../third_party/python_26/Lib/asyncore.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 181 | '../third_party/python_26/Lib/atexit.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 182 | '../third_party/python_26/Lib/base64.py', |
| 183 | '../third_party/python_26/Lib/bisect.py', |
| 184 | '../third_party/python_26/Lib/cgi.py', |
| 185 | '../third_party/python_26/Lib/codecs.py', |
| 186 | '../third_party/python_26/Lib/collections.py', |
| 187 | '../third_party/python_26/Lib/copy.py', |
| 188 | '../third_party/python_26/Lib/copy_reg.py', |
| 189 | '../third_party/python_26/Lib/dbhash.py', |
| 190 | '../third_party/python_26/Lib/dumbdbm.py', |
| 191 | '../third_party/python_26/Lib/email/__init__.py', |
| 192 | '../third_party/python_26/Lib/email/_parseaddr.py', |
| 193 | '../third_party/python_26/Lib/email/base64mime.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 194 | '../third_party/python_26/Lib/email/charset.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 195 | '../third_party/python_26/Lib/email/encoders.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 196 | '../third_party/python_26/Lib/email/errors.py', |
| 197 | '../third_party/python_26/Lib/email/feedparser.py', |
| 198 | '../third_party/python_26/Lib/email/iterators.py', |
| 199 | '../third_party/python_26/Lib/email/message.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 200 | '../third_party/python_26/Lib/email/mime/__init__.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 201 | '../third_party/python_26/Lib/email/parser.py', |
| 202 | '../third_party/python_26/Lib/email/quoprimime.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 203 | '../third_party/python_26/Lib/email/utils.py', |
| 204 | '../third_party/python_26/Lib/encodings/__init__.py', |
| 205 | '../third_party/python_26/Lib/encodings/aliases.py', |
| 206 | '../third_party/python_26/Lib/encodings/cp1252.py', |
| 207 | '../third_party/python_26/Lib/encodings/hex_codec.py', |
| 208 | '../third_party/python_26/Lib/fnmatch.py', |
| 209 | '../third_party/python_26/Lib/functools.py', |
| 210 | '../third_party/python_26/Lib/genericpath.py', |
| 211 | '../third_party/python_26/Lib/gettext.py', |
| 212 | '../third_party/python_26/Lib/glob.py', |
| 213 | '../third_party/python_26/Lib/hashlib.py', |
| 214 | '../third_party/python_26/Lib/heapq.py', |
| 215 | '../third_party/python_26/Lib/hmac.py', |
| 216 | '../third_party/python_26/Lib/httplib.py', |
| 217 | '../third_party/python_26/Lib/imaplib.py', |
| 218 | '../third_party/python_26/Lib/json/__init__.py', |
| 219 | '../third_party/python_26/Lib/json/decoder.py', |
| 220 | '../third_party/python_26/Lib/json/encoder.py', |
| 221 | '../third_party/python_26/Lib/json/scanner.py', |
| 222 | '../third_party/python_26/Lib/keyword.py', |
| 223 | '../third_party/python_26/Lib/linecache.py', |
| 224 | '../third_party/python_26/Lib/locale.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 225 | '../third_party/python_26/Lib/logging/__init__.py', |
| 226 | '../third_party/python_26/Lib/logging/handlers.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 227 | '../third_party/python_26/Lib/md5.py', |
| 228 | '../third_party/python_26/Lib/mimetools.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 229 | '../third_party/python_26/Lib/mimetypes.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 230 | '../third_party/python_26/Lib/ntpath.py', |
| 231 | '../third_party/python_26/Lib/nturl2path.py', |
| 232 | '../third_party/python_26/Lib/optparse.py', |
| 233 | '../third_party/python_26/Lib/os.py', |
| 234 | '../third_party/python_26/Lib/poplib.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 235 | '../third_party/python_26/Lib/posixpath.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 236 | '../third_party/python_26/Lib/quopri.py', |
| 237 | '../third_party/python_26/Lib/random.py', |
| 238 | '../third_party/python_26/Lib/re.py', |
| 239 | '../third_party/python_26/Lib/rfc822.py', |
| 240 | '../third_party/python_26/Lib/sha.py', |
| 241 | '../third_party/python_26/Lib/shutil.py', |
| 242 | '../third_party/python_26/Lib/site-packages/google.pth', |
| 243 | '../third_party/python_26/Lib/site-packages/pywin32.pth', |
| 244 | '../third_party/python_26/Lib/site.py', |
| 245 | '../third_party/python_26/Lib/smtplib.py', |
| 246 | '../third_party/python_26/Lib/socket.py', |
| 247 | '../third_party/python_26/Lib/sre_compile.py', |
| 248 | '../third_party/python_26/Lib/sre_constants.py', |
| 249 | '../third_party/python_26/Lib/sre_parse.py', |
| 250 | '../third_party/python_26/Lib/ssl.py', |
| 251 | '../third_party/python_26/Lib/stat.py', |
| 252 | '../third_party/python_26/Lib/string.py', |
| 253 | '../third_party/python_26/Lib/struct.py', |
| 254 | '../third_party/python_26/Lib/tarfile.py', |
| 255 | '../third_party/python_26/Lib/tempfile.py', |
| 256 | '../third_party/python_26/Lib/textwrap.py', |
| 257 | '../third_party/python_26/Lib/threading.py', |
| 258 | '../third_party/python_26/Lib/traceback.py', |
| 259 | '../third_party/python_26/Lib/types.py', |
| 260 | '../third_party/python_26/Lib/urllib.py', |
| 261 | '../third_party/python_26/Lib/urlparse.py', |
[email protected] | dc0fd5f0 | 2012-10-29 16:49:23 | [diff] [blame] | 262 | '../third_party/python_26/Lib/uu.py', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 263 | '../third_party/python_26/Lib/warnings.py', |
| 264 | '../third_party/python_26/Lib/xml/__init__.py', |
| 265 | '../third_party/python_26/Lib/xml/dom/NodeFilter.py', |
| 266 | '../third_party/python_26/Lib/xml/dom/__init__.py', |
| 267 | '../third_party/python_26/Lib/xml/dom/domreg.py', |
| 268 | '../third_party/python_26/Lib/xml/dom/minicompat.py', |
| 269 | '../third_party/python_26/Lib/xml/dom/minidom.py', |
| 270 | '../third_party/python_26/Lib/xml/dom/xmlbuilder.py', |
| 271 | '../third_party/python_26/Lib/xml/sax/__init__.py', |
| 272 | '../third_party/python_26/Lib/xml/sax/_exceptions.py', |
| 273 | '../third_party/python_26/Lib/xml/sax/handler.py', |
| 274 | '../third_party/python_26/Lib/xml/sax/saxutils.py', |
| 275 | '../third_party/python_26/Lib/xml/sax/xmlreader.py', |
| 276 | '../third_party/python_26/Lib/xmlrpclib.py', |
| 277 | '../third_party/python_26/python.exe', |
| 278 | '../third_party/python_26/python26.dll', |
[email protected] | 243d52e3d | 2012-10-21 22:20:04 | [diff] [blame] | 279 | '<(PRODUCT_DIR)/ffmpegsumo.dll', |
[email protected] | 4e0482c | 2012-11-05 14:37:32 | [diff] [blame] | 280 | '<(PRODUCT_DIR)/gyp-win-tool', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 281 | '<(PRODUCT_DIR)/icudt.dll', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 282 | ], |
| 283 | 'isolate_dependency_untracked': [ |
| 284 | '../ppapi/lib/gl/include/KHR/', |
[email protected] | 7636a1b | 2012-07-06 00:24:16 | [diff] [blame] | 285 | '../skia/ext/data/vectorcanvastest/basicdrawing/', |
[email protected] | 1330fb8 | 2012-07-17 19:19:20 | [diff] [blame] | 286 | '../skia/ext/data/vectorcanvastest/bitmaps/', |
[email protected] | 63bb8be2 | 2012-06-23 08:35:10 | [diff] [blame] | 287 | '../skia/ext/data/vectorcanvastest/circles/', |
| 288 | '../skia/ext/data/vectorcanvastest/clippingclean/', |
[email protected] | bbd0a66 | 2012-07-06 14:32:03 | [diff] [blame] | 289 | '../skia/ext/data/vectorcanvastest/clippingcombined/', |
[email protected] | 1330fb8 | 2012-07-17 19:19:20 | [diff] [blame] | 290 | '../skia/ext/data/vectorcanvastest/clippingintersect/', |
[email protected] | 63bb8be2 | 2012-06-23 08:35:10 | [diff] [blame] | 291 | '../skia/ext/data/vectorcanvastest/clippingpath/', |
[email protected] | 9cf2a33 | 2012-07-06 15:08:03 | [diff] [blame] | 292 | '../skia/ext/data/vectorcanvastest/clippingrect/', |
[email protected] | 63bb8be2 | 2012-06-23 08:35:10 | [diff] [blame] | 293 | '../skia/ext/data/vectorcanvastest/diagonallines/', |
[email protected] | 9cf2a33 | 2012-07-06 15:08:03 | [diff] [blame] | 294 | '../skia/ext/data/vectorcanvastest/lineorientation/', |
[email protected] | f9e6c45 | 2012-07-17 19:29:40 | [diff] [blame] | 295 | '../skia/ext/data/vectorcanvastest/pathorientation/', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 296 | '../third_party/python_26/Lib/xml/parsers/', |
| 297 | '../ui/base/glib/', |
[email protected] | 4b0985b | 2013-01-23 17:38:55 | [diff] [blame] | 298 | '<(PRODUCT_DIR)/test_data/ui/', |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 299 | ], |
| 300 | }, |
| 301 | }, { |
| 302 | 'variables': { |
| 303 | 'isolate_dependency_tracked': [ |
| 304 | '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py', |
[email protected] | 0fb63837 | 2012-07-18 13:19:10 | [diff] [blame] | 305 | ], |
[email protected] | 2b95d7b | 2012-05-01 13:32:12 | [diff] [blame] | 306 | }, |
| 307 | }], |
| 308 | ], |
| 309 | } |