| # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| { |
| 'variables': { |
| 'isolate_dependency_tracked': [ |
| '../net/tools/testserver/asn1.py', |
| '../net/tools/testserver/echo_message.py', |
| '../net/tools/testserver/minica.py', |
| '../net/tools/testserver/testserver.py', |
| '../testing/test_env.py', |
| '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', |
| '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py', |
| '../third_party/tlslite/tlslite/BaseDB.py', |
| '../third_party/tlslite/tlslite/Checker.py', |
| '../third_party/tlslite/tlslite/FileObject.py', |
| '../third_party/tlslite/tlslite/HandshakeSettings.py', |
| '../third_party/tlslite/tlslite/Session.py', |
| '../third_party/tlslite/tlslite/SessionCache.py', |
| '../third_party/tlslite/tlslite/SharedKeyDB.py', |
| '../third_party/tlslite/tlslite/TLSConnection.py', |
| '../third_party/tlslite/tlslite/TLSRecordLayer.py', |
| '../third_party/tlslite/tlslite/VerifierDB.py', |
| '../third_party/tlslite/tlslite/X509.py', |
| '../third_party/tlslite/tlslite/X509CertChain.py', |
| '../third_party/tlslite/tlslite/__init__.py', |
| '../third_party/tlslite/tlslite/api.py', |
| '../third_party/tlslite/tlslite/constants.py', |
| '../third_party/tlslite/tlslite/errors.py', |
| '../third_party/tlslite/tlslite/integration/AsyncStateMachine.py', |
| '../third_party/tlslite/tlslite/integration/ClientHelper.py', |
| '../third_party/tlslite/tlslite/integration/HTTPTLSConnection.py', |
| '../third_party/tlslite/tlslite/integration/IMAP4_TLS.py', |
| '../third_party/tlslite/tlslite/integration/POP3_TLS.py', |
| '../third_party/tlslite/tlslite/integration/SMTP_TLS.py', |
| '../third_party/tlslite/tlslite/integration/TLSAsyncDispatcherMixIn.py', |
| '../third_party/tlslite/tlslite/integration/TLSSocketServerMixIn.py', |
| '../third_party/tlslite/tlslite/integration/XMLRPCTransport.py', |
| '../third_party/tlslite/tlslite/integration/__init__.py', |
| '../third_party/tlslite/tlslite/mathtls.py', |
| '../third_party/tlslite/tlslite/messages.py', |
| '../third_party/tlslite/tlslite/utils/AES.py', |
| '../third_party/tlslite/tlslite/utils/ASN1Parser.py', |
| '../third_party/tlslite/tlslite/utils/Python_AES.py', |
| '../third_party/tlslite/tlslite/utils/Python_RC4.py', |
| '../third_party/tlslite/tlslite/utils/Python_RSAKey.py', |
| '../third_party/tlslite/tlslite/utils/RC4.py', |
| '../third_party/tlslite/tlslite/utils/RSAKey.py', |
| '../third_party/tlslite/tlslite/utils/__init__.py', |
| '../third_party/tlslite/tlslite/utils/cipherfactory.py', |
| '../third_party/tlslite/tlslite/utils/codec.py', |
| '../third_party/tlslite/tlslite/utils/compat.py', |
| '../third_party/tlslite/tlslite/utils/cryptomath.py', |
| '../third_party/tlslite/tlslite/utils/hmac.py', |
| '../third_party/tlslite/tlslite/utils/keyfactory.py', |
| '../third_party/tlslite/tlslite/utils/rijndael.py', |
| '../third_party/tlslite/tlslite/utils/xmltools.py', |
| '../tools/isolate/run_test_cases.py', |
| '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| '<(PRODUCT_DIR)/resources.pak', |
| 'test/data/extensions/api_test/tabs/basics/a.html', |
| 'test/data/extensions/api_test/tabs/basics/events.html', |
| 'test/data/extensions/api_test/tabs/basics/events.js', |
| 'test/data/extensions/api_test/tabs/basics/f.html', |
| 'test/data/extensions/api_test/tabs/basics/manifest.json', |
| 'test/data/extensions/api_test/tabs/basics/tabs_util.js', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/common/black.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/common/tabs_util.js', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/common/white.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/manifest.json', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_jpeg.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_jpeg.js', |
| 'test/data/webui/test_api.js', |
| 'third_party/mock4js/mock4js.js', |
| ], |
| 'isolate_dependency_untracked': [ |
| '<(PRODUCT_DIR)/test_data/chrome/', |
| 'test/data/extensions/api_test/accessibility/', |
| ], |
| }, |
| 'conditions': [ |
| ['OS=="linux"', { |
| 'variables': { |
| 'command': [ |
| '../testing/xvfb.py', |
| '<(PRODUCT_DIR)', |
| '../tools/isolate/run_test_cases.py', |
| '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| ], |
| 'isolate_dependency_tracked': [ |
| '../content/test/data/simple_database.html', |
| '../net/data/ssl/certificates/expired_cert.pem', |
| '../net/tools/testserver/asn1der.py', |
| '../net/tools/testserver/device_management.py', |
| '../ppapi/tests/test_case.html', |
| '../ppapi/tests/test_page.css', |
| '../testing/xvfb.py', |
| '../third_party/WebKit/Tools/Scripts/VCSUtils.pm', |
| '../third_party/WebKit/Tools/Scripts/new-run-webkit-httpd', |
| '../third_party/WebKit/Tools/Scripts/webkit-build-directory', |
| '../third_party/WebKit/Tools/Scripts/webkitdirs.pm', |
| '../third_party/simplejson/__init__.py', |
| '../third_party/simplejson/decoder.py', |
| '../third_party/simplejson/encoder.py', |
| '../third_party/simplejson/scanner.py', |
| '../third_party/tlslite/tlslite/utils/PyCrypto_AES.py', |
| '../third_party/tlslite/tlslite/utils/PyCrypto_RC4.py', |
| '../third_party/tlslite/tlslite/utils/PyCrypto_RSAKey.py', |
| '../third_party/tlslite/tlslite/utils/PyCrypto_TripleDES.py', |
| '../third_party/tlslite/tlslite/utils/TripleDES.py', |
| '<(PRODUCT_DIR)/DumpRenderTree<(EXECUTABLE_SUFFIX)', |
| '<(PRODUCT_DIR)/chrome.pak', |
| '<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)', |
| '<(PRODUCT_DIR)/libffmpegsumo.so', |
| '<(PRODUCT_DIR)/libosmesa.so', |
| '<(PRODUCT_DIR)/libppapi_tests.so', |
| '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/chrome_device_policy_pb2.py', |
| '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/cloud_policy_pb2.py', |
| '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/device_management_backend_pb2.py', |
| '<(PRODUCT_DIR)/pyproto/google/__init__.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/__init__.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/descriptor.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/descriptor_pb2.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/__init__.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/api_implementation.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/containers.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/decoder.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/encoder.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/message_listener.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/python_message.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/type_checkers.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/internal/wire_format.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/message.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/reflection.py', |
| '<(PRODUCT_DIR)/pyproto/google/protobuf/text_format.py', |
| '<(PRODUCT_DIR)/test_case.html', |
| '<(PRODUCT_DIR)/test_case.html.mock-http-headers', |
| '<(PRODUCT_DIR)/test_page.css', |
| '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| 'test/data/History/HistoryHelper.js', |
| 'test/data/History/form.html', |
| 'test/data/History/history_length_test_page_1.html', |
| 'test/data/History/history_length_test_page_11.html', |
| 'test/data/History/history_length_test_page_2.html', |
| 'test/data/History/history_length_test_page_21.html', |
| 'test/data/History/history_length_test_page_22.html', |
| 'test/data/History/history_length_test_page_3.html', |
| 'test/data/History/history_length_test_page_4.html', |
| 'test/data/History/landing.html', |
| 'test/data/History/redirector.html', |
| 'test/data/History/target.html', |
| 'test/data/autofill/autofill_creditcard_form.html', |
| 'test/data/autofill/autofill_middleinit_form.html', |
| 'test/data/autofill/autofill_test_form.html', |
| 'test/data/autofill/cc_autocomplete_off_test.html', |
| 'test/data/autofill/dataset_2.txt', |
| 'test/data/autofill/dataset_no_address.txt', |
| 'test/data/autofill/duplicate_profiles_test.html', |
| 'test/data/autofill/form_phones.html', |
| 'test/data/autofill/heuristics/input/00_i18n_de.html', |
| 'test/data/autofill/heuristics/input/00_i18n_de2.html', |
| 'test/data/autofill/heuristics/input/00_i18n_en.html', |
| 'test/data/autofill/heuristics/input/00_i18n_es.html', |
| 'test/data/autofill/heuristics/input/00_i18n_fr.html', |
| 'test/data/autofill/heuristics/input/00_i18n_it.html', |
| 'test/data/autofill/heuristics/input/00_i18n_ja.html', |
| 'test/data/autofill/heuristics/input/00_i18n_ko.html', |
| 'test/data/autofill/heuristics/input/00_i18n_pt.html', |
| 'test/data/autofill/heuristics/input/00_i18n_ru.html', |
| 'test/data/autofill/heuristics/input/00_i18n_zh_cn.html', |
| 'test/data/autofill/heuristics/input/00_i18n_zh_tw.html', |
| 'test/data/autofill/heuristics/input/01_autocompletetype_attribute.html', |
| 'test/data/autofill/heuristics/input/01_misc_phones.html', |
| 'test/data/autofill/heuristics/input/02_checkout_advanceautoparts.com.html', |
| 'test/data/autofill/heuristics/input/02_checkout_ae.com.html', |
| 'test/data/autofill/heuristics/input/02_checkout_bedbathandbeyond.com.html', |
| 'test/data/autofill/heuristics/input/02_checkout_cafepress.com.html', |
| 'test/data/autofill/heuristics/input/03_checkout_cduniverse.com.html', |
| 'test/data/autofill/heuristics/input/03_checkout_crutchfield.com.html', |
| 'test/data/autofill/heuristics/input/03_checkout_gamestop.com.html', |
| 'test/data/autofill/heuristics/input/03_checkout_homedepot.com.html', |
| 'test/data/autofill/heuristics/input/03_checkout_hsn.com.html', |
| 'test/data/autofill/heuristics/input/04_checkout_ikea.com.html', |
| 'test/data/autofill/heuristics/input/04_checkout_jcrew.com.html', |
| 'test/data/autofill/heuristics/input/04_checkout_jr.com.html', |
| 'test/data/autofill/heuristics/input/04_checkout_kohls.com.html', |
| 'test/data/autofill/heuristics/input/04_checkout_lowes.com.html', |
| 'test/data/autofill/heuristics/input/05_checkout_macys.com.html', |
| 'test/data/autofill/heuristics/input/05_checkout_nordstrom.com.html', |
| 'test/data/autofill/heuristics/input/05_checkout_officemax.com.html', |
| 'test/data/autofill/heuristics/input/05_checkout_overstock.com.html', |
| 'test/data/autofill/heuristics/input/05_checkout_petco.com.html', |
| 'test/data/autofill/heuristics/input/06_checkout_petsmart.com.html', |
| 'test/data/autofill/heuristics/input/06_checkout_qvc.com.html', |
| 'test/data/autofill/heuristics/input/06_checkout_sears.com.html', |
| 'test/data/autofill/heuristics/input/06_checkout_target.com.html', |
| 'test/data/autofill/heuristics/input/06_checkout_urbanoutfitters.com.html', |
| 'test/data/autofill/heuristics/input/08_register_adobe.com.html', |
| 'test/data/autofill/heuristics/input/08_register_amazon.com.html', |
| 'test/data/autofill/heuristics/input/08_register_aol.com.html', |
| 'test/data/autofill/heuristics/input/08_register_bestbuy.com.html', |
| 'test/data/autofill/heuristics/input/08_register_continental.com.html', |
| 'test/data/autofill/heuristics/input/09_register_deviantart.com.html', |
| 'test/data/autofill/heuristics/input/09_register_ebay.com.html', |
| 'test/data/autofill/heuristics/input/09_register_ecomm.dell.com.html', |
| 'test/data/autofill/heuristics/input/09_register_epson.com.html', |
| 'test/data/autofill/heuristics/input/09_register_google.com.html', |
| 'test/data/autofill/heuristics/input/10_register_gymboree.com.html', |
| 'test/data/autofill/heuristics/input/10_register_hotels.com.html', |
| 'test/data/autofill/heuristics/input/10_register_imdb.com.html', |
| 'test/data/autofill/heuristics/input/10_register_jbox.com.html', |
| 'test/data/autofill/heuristics/input/10_register_live.com.html', |
| 'test/data/autofill/heuristics/input/11_register_livejournal.com.html', |
| 'test/data/autofill/heuristics/input/11_register_macys.com.html', |
| 'test/data/autofill/heuristics/input/11_register_mcphee.com.html', |
| 'test/data/autofill/heuristics/input/11_register_myspace.com.html', |
| 'test/data/autofill/heuristics/input/11_register_newegg.com.html', |
| 'test/data/autofill/heuristics/input/12_register_officedepot.com.html', |
| 'test/data/autofill/heuristics/input/12_register_officemax.com.html', |
| 'test/data/autofill/heuristics/input/12_register_pyramidcollection.com.html', |
| 'test/data/autofill/heuristics/input/12_register_rediff.com.html', |
| 'test/data/autofill/heuristics/input/12_register_rei.com.html', |
| 'test/data/autofill/heuristics/input/13_register_rocketlawyer.com.html', |
| 'test/data/autofill/heuristics/input/13_register_signup.clicksor.com.html', |
| 'test/data/autofill/heuristics/input/13_register_signup.live.com.html', |
| 'test/data/autofill/heuristics/input/13_register_sourceforge.net.html', |
| 'test/data/autofill/heuristics/input/13_register_supershuttle.com.html', |
| 'test/data/autofill/heuristics/input/14_register_target.com.html', |
| 'test/data/autofill/heuristics/input/14_register_threadless.com.html', |
| 'test/data/autofill/heuristics/input/14_register_trueblue.jetblue.com.html', |
| 'test/data/autofill/heuristics/input/14_register_uhaul.com.html', |
| 'test/data/autofill/heuristics/input/14_register_yahoo.com.html', |
| 'test/data/autofill/heuristics/input/15_crbug_40687.html', |
| 'test/data/autofill/heuristics/input/15_crbug_52198.html', |
| 'test/data/autofill/heuristics/input/15_crbug_53075.html', |
| 'test/data/autofill/heuristics/input/15_crbug_64569.html', |
| 'test/data/autofill/heuristics/input/15_crbug_74918.html', |
| 'test/data/autofill/heuristics/input/16_crbug_87517.html', |
| 'test/data/autofill/heuristics/input/16_crbug_93595.html', |
| 'test/data/autofill/heuristics/input/16_crbug_98152.html', |
| 'test/data/autofill/heuristics/input/16_crbug_98269.html', |
| 'test/data/autofill/heuristics/input/16_crbug_98286.html', |
| 'test/data/autofill/heuristics/input/17_crbug_98338.html', |
| 'test/data/autofill/heuristics/input/20_register_alaskaair.com.html', |
| 'test/data/autofill/heuristics/input/20_register_epson.com.mx.html', |
| 'test/data/autofill/heuristics/output/00_i18n_de.out', |
| 'test/data/autofill/heuristics/output/00_i18n_de2.out', |
| 'test/data/autofill/heuristics/output/00_i18n_en.out', |
| 'test/data/autofill/heuristics/output/00_i18n_es.out', |
| 'test/data/autofill/heuristics/output/00_i18n_fr.out', |
| 'test/data/autofill/heuristics/output/00_i18n_it.out', |
| 'test/data/autofill/heuristics/output/00_i18n_ja.out', |
| 'test/data/autofill/heuristics/output/00_i18n_ko.out', |
| 'test/data/autofill/heuristics/output/00_i18n_pt.out', |
| 'test/data/autofill/heuristics/output/00_i18n_ru.out', |
| 'test/data/autofill/heuristics/output/00_i18n_zh_cn.out', |
| 'test/data/autofill/heuristics/output/00_i18n_zh_tw.out', |
| 'test/data/autofill/heuristics/output/01_autocompletetype_attribute.out', |
| 'test/data/autofill/heuristics/output/01_misc_phones.out', |
| 'test/data/autofill/heuristics/output/02_checkout_advanceautoparts.com.out', |
| 'test/data/autofill/heuristics/output/02_checkout_ae.com.out', |
| 'test/data/autofill/heuristics/output/02_checkout_bedbathandbeyond.com.out', |
| 'test/data/autofill/heuristics/output/02_checkout_cafepress.com.out', |
| 'test/data/autofill/heuristics/output/03_checkout_cduniverse.com.out', |
| 'test/data/autofill/heuristics/output/03_checkout_crutchfield.com.out', |
| 'test/data/autofill/heuristics/output/03_checkout_gamestop.com.out', |
| 'test/data/autofill/heuristics/output/03_checkout_homedepot.com.out', |
| 'test/data/autofill/heuristics/output/03_checkout_hsn.com.out', |
| 'test/data/autofill/heuristics/output/04_checkout_ikea.com.out', |
| 'test/data/autofill/heuristics/output/04_checkout_jcrew.com.out', |
| 'test/data/autofill/heuristics/output/04_checkout_jr.com.out', |
| 'test/data/autofill/heuristics/output/04_checkout_kohls.com.out', |
| 'test/data/autofill/heuristics/output/04_checkout_lowes.com.out', |
| 'test/data/autofill/heuristics/output/05_checkout_macys.com.out', |
| 'test/data/autofill/heuristics/output/05_checkout_nordstrom.com.out', |
| 'test/data/autofill/heuristics/output/05_checkout_officemax.com.out', |
| 'test/data/autofill/heuristics/output/05_checkout_overstock.com.out', |
| 'test/data/autofill/heuristics/output/05_checkout_petco.com.out', |
| 'test/data/autofill/heuristics/output/06_checkout_petsmart.com.out', |
| 'test/data/autofill/heuristics/output/06_checkout_qvc.com.out', |
| 'test/data/autofill/heuristics/output/06_checkout_sears.com.out', |
| 'test/data/autofill/heuristics/output/06_checkout_target.com.out', |
| 'test/data/autofill/heuristics/output/06_checkout_urbanoutfitters.com.out', |
| 'test/data/autofill/heuristics/output/08_register_adobe.com.out', |
| 'test/data/autofill/heuristics/output/08_register_amazon.com.out', |
| 'test/data/autofill/heuristics/output/08_register_aol.com.out', |
| 'test/data/autofill/heuristics/output/08_register_bestbuy.com.out', |
| 'test/data/autofill/heuristics/output/08_register_continental.com.out', |
| 'test/data/autofill/heuristics/output/09_register_deviantart.com.out', |
| 'test/data/autofill/heuristics/output/09_register_ebay.com.out', |
| 'test/data/autofill/heuristics/output/09_register_ecomm.dell.com.out', |
| 'test/data/autofill/heuristics/output/09_register_epson.com.out', |
| 'test/data/autofill/heuristics/output/09_register_google.com.out', |
| 'test/data/autofill/heuristics/output/10_register_gymboree.com.out', |
| 'test/data/autofill/heuristics/output/10_register_hotels.com.out', |
| 'test/data/autofill/heuristics/output/10_register_imdb.com.out', |
| 'test/data/autofill/heuristics/output/10_register_jbox.com.out', |
| 'test/data/autofill/heuristics/output/10_register_live.com.out', |
| 'test/data/autofill/heuristics/output/11_register_livejournal.com.out', |
| 'test/data/autofill/heuristics/output/11_register_macys.com.out', |
| 'test/data/autofill/heuristics/output/11_register_mcphee.com.out', |
| 'test/data/autofill/heuristics/output/11_register_myspace.com.out', |
| 'test/data/autofill/heuristics/output/11_register_newegg.com.out', |
| 'test/data/autofill/heuristics/output/12_register_officedepot.com.out', |
| 'test/data/autofill/heuristics/output/12_register_officemax.com.out', |
| 'test/data/autofill/heuristics/output/12_register_pyramidcollection.com.out', |
| 'test/data/autofill/heuristics/output/12_register_rediff.com.out', |
| 'test/data/autofill/heuristics/output/12_register_rei.com.out', |
| 'test/data/autofill/heuristics/output/13_register_rocketlawyer.com.out', |
| 'test/data/autofill/heuristics/output/13_register_signup.clicksor.com.out', |
| 'test/data/autofill/heuristics/output/13_register_signup.live.com.out', |
| 'test/data/autofill/heuristics/output/13_register_sourceforge.net.out', |
| 'test/data/autofill/heuristics/output/13_register_supershuttle.com.out', |
| 'test/data/autofill/heuristics/output/14_register_target.com.out', |
| 'test/data/autofill/heuristics/output/14_register_threadless.com.out', |
| 'test/data/autofill/heuristics/output/14_register_trueblue.jetblue.com.out', |
| 'test/data/autofill/heuristics/output/14_register_uhaul.com.out', |
| 'test/data/autofill/heuristics/output/14_register_yahoo.com.out', |
| 'test/data/autofill/heuristics/output/15_crbug_40687.out', |
| 'test/data/autofill/heuristics/output/15_crbug_52198.out', |
| 'test/data/autofill/heuristics/output/15_crbug_53075.out', |
| 'test/data/autofill/heuristics/output/15_crbug_64569.out', |
| 'test/data/autofill/heuristics/output/15_crbug_74918.out', |
| 'test/data/autofill/heuristics/output/16_crbug_87517.out', |
| 'test/data/autofill/heuristics/output/16_crbug_93595.out', |
| 'test/data/autofill/heuristics/output/16_crbug_98152.out', |
| 'test/data/autofill/heuristics/output/16_crbug_98269.out', |
| 'test/data/autofill/heuristics/output/16_crbug_98286.out', |
| 'test/data/autofill/heuristics/output/17_crbug_98338.out', |
| 'test/data/autofill/heuristics/output/20_register_alaskaair.com.out', |
| 'test/data/autofill/heuristics/output/20_register_epson.com.mx.out', |
| 'test/data/autofill/read_only_field_test.html', |
| 'test/data/beforeunload.html', |
| 'test/data/cancelled_redirect_test.html', |
| 'test/data/cookie1.html', |
| 'test/data/custom_handler_foo.html', |
| 'test/data/download-test2.html', |
| 'test/data/download-test2.html.mock-http-headers', |
| 'test/data/download-test3.gif', |
| 'test/data/downloads/dangerous/dangerous.exe', |
| 'test/data/empty.html', |
| 'test/data/english_page.html', |
| 'test/data/extensions/adblock.crx', |
| 'test/data/extensions/api_test/active_tab/background.js', |
| 'test/data/extensions/api_test/active_tab/manifest.json', |
| 'test/data/extensions/api_test/app_process/manifest.json', |
| 'test/data/extensions/api_test/app_process/path1/empty.html', |
| 'test/data/extensions/api_test/browser_action/no_icon/background.js', |
| 'test/data/extensions/api_test/browser_action/no_icon/manifest.json', |
| 'test/data/extensions/api_test/browser_action/none/background.html', |
| 'test/data/extensions/api_test/browser_action/none/manifest.json', |
| 'test/data/extensions/api_test/extension_resource_request_policy/extension2/audio.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/extension2/bear.wav', |
| 'test/data/extensions/api_test/extension_resource_request_policy/extension2/bear.webm', |
| 'test/data/extensions/api_test/extension_resource_request_policy/extension2/can_load_icons_from_hosted_apps.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/extension2/index.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/extension2/manifest.json', |
| 'test/data/extensions/api_test/extension_resource_request_policy/extension2/video.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/inaccessible/manifest.json', |
| 'test/data/extensions/api_test/extension_resource_request_policy/index.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/non_existent_extension.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/accessible_history_navigation.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/accessible_resource.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/iframe-contents.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/iframe-contents.js', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/iframe.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/iframe.js', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/newtab_override.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/nonaccessible_chrome_resource_scheme.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/nonaccessible_resource.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/nonexistent_resource.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/test.png', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/xhr_accessible_resource.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/xhr_inaccessible_resource.html', |
| 'test/data/extensions/api_test/history/common.js', |
| 'test/data/extensions/api_test/history/delete.html', |
| 'test/data/extensions/api_test/history/delete.js', |
| 'test/data/extensions/api_test/history/manifest.json', |
| 'test/data/extensions/api_test/history/search_after_add.html', |
| 'test/data/extensions/api_test/history/search_after_add.js', |
| 'test/data/extensions/api_test/icons/extension_no_permission/index.html', |
| 'test/data/extensions/api_test/icons/extension_no_permission/index.js', |
| 'test/data/extensions/api_test/icons/extension_no_permission/manifest.json', |
| 'test/data/extensions/api_test/lazy_background_page/broadcast_event/background.js', |
| 'test/data/extensions/api_test/lazy_background_page/broadcast_event/icon19.png', |
| 'test/data/extensions/api_test/lazy_background_page/broadcast_event/manifest.json', |
| 'test/data/extensions/api_test/management/disabled_extension/manifest.json', |
| 'test/data/extensions/api_test/management/test/basics.html', |
| 'test/data/extensions/api_test/management/test/basics.js', |
| 'test/data/extensions/api_test/management/test/common.js', |
| 'test/data/extensions/api_test/management/test/manifest.json', |
| 'test/data/extensions/api_test/offscreen_tabs/a.html', |
| 'test/data/extensions/api_test/offscreen_tabs/b.html', |
| 'test/data/extensions/api_test/offscreen_tabs/c.html', |
| 'test/data/extensions/api_test/offscreen_tabs/display.html', |
| 'test/data/extensions/api_test/offscreen_tabs/display.js', |
| 'test/data/extensions/api_test/offscreen_tabs/keyboard_events.html', |
| 'test/data/extensions/api_test/offscreen_tabs/keyboard_events.js', |
| 'test/data/extensions/api_test/offscreen_tabs/manifest.json', |
| 'test/data/extensions/api_test/offscreen_tabs/mouse_events.html', |
| 'test/data/extensions/api_test/offscreen_tabs/mouse_events.js', |
| 'test/data/extensions/api_test/offscreen_tabs/tab_util.js', |
| 'test/data/extensions/api_test/proxy/events/invalid_proxy.html', |
| 'test/data/extensions/api_test/proxy/events/invalid_proxy.js', |
| 'test/data/extensions/api_test/proxy/events/manifest.json', |
| 'test/data/extensions/api_test/proxy/events/parse_error.html', |
| 'test/data/extensions/api_test/proxy/events/parse_error.js', |
| 'test/data/extensions/api_test/tabs/basics/crud.html', |
| 'test/data/extensions/api_test/tabs/basics/crud.js', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_disabled.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_disabled.js', |
| 'test/data/extensions/api_test/webstore_inline_install/argument_validation.html', |
| 'test/data/extensions/api_test/webstore_inline_install/extension.crx', |
| 'test/data/extensions/api_test/webstore_inline_install/extension/icon.png', |
| 'test/data/extensions/api_test/webstore_inline_install/find_link.html', |
| 'test/data/extensions/api_test/webstore_inline_install/install.html', |
| 'test/data/extensions/api_test/webstore_inline_install/install_non_verified_domain.html', |
| 'test/data/extensions/api_test/webstore_inline_install/install_not_supported.html', |
| 'test/data/extensions/api_test/webstore_inline_install/install_unpack_failure.html', |
| 'test/data/extensions/api_test/webstore_inline_install/malformed_extension.crx', |
| 'test/data/extensions/app_with_panel_container/manifest.json', |
| 'test/data/extensions/autoupdate/manifest_v2.xml', |
| 'test/data/extensions/autoupdate/manifest_v3.xml', |
| 'test/data/extensions/autoupdate/v1.crx', |
| 'test/data/extensions/autoupdate/v2.crx', |
| 'test/data/extensions/autoupdate/v3.crx', |
| 'test/data/extensions/browsertest/crash_25562/background.js', |
| 'test/data/extensions/browsertest/crash_25562/manifest.json', |
| 'test/data/extensions/browsertest/crash_25562/script.js', |
| 'test/data/extensions/browsertest/crash_44415/ExtA/background.js', |
| 'test/data/extensions/browsertest/crash_44415/ExtA/icon.png', |
| 'test/data/extensions/browsertest/crash_44415/ExtA/manifest.json', |
| 'test/data/extensions/browsertest/crash_44415/ExtB/background.js', |
| 'test/data/extensions/browsertest/crash_44415/ExtB/icon.png', |
| 'test/data/extensions/browsertest/crash_44415/ExtB/manifest.json', |
| 'test/data/extensions/context_menus/patterns/background.html', |
| 'test/data/extensions/context_menus/patterns/manifest.json', |
| 'test/data/extensions/context_menus/patterns/test.js', |
| 'test/data/extensions/get_app_details_for_frame.html', |
| 'test/data/extensions/get_app_details_for_frame_reversed.html', |
| 'test/data/extensions/good.crx', |
| 'test/data/extensions/good.crx.mock-http-headers', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/backgroundpage.html', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/backgroundpage.js', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/manifest.json', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/script1.js', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/script2.js', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/style1.css', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/style2.css', |
| 'test/data/extensions/good/Preferences', |
| 'test/data/extensions/good_update_manifest.xml', |
| 'test/data/extensions/good_update_manifest.xml.mock-http-headers', |
| 'test/data/extensions/install/install.crx', |
| 'test/data/extensions/install/install_older_version.crx', |
| 'test/data/extensions/install/install_v2.crx', |
| 'test/data/extensions/intents/nnhendkbgefomfgdlnmfhhmihihlljpi.crx', |
| 'test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn.crx', |
| 'test/data/extensions/minimal_platform_app.crx', |
| 'test/data/extensions/platform_apps/iframes/local-iframe.html', |
| 'test/data/extensions/platform_apps/iframes/main.html', |
| 'test/data/extensions/platform_apps/iframes/main.js', |
| 'test/data/extensions/platform_apps/iframes/manifest.json', |
| 'test/data/extensions/platform_apps/iframes/test.js', |
| 'test/data/extensions/platform_apps/isolation/set_cookie.html', |
| 'test/data/extensions/platform_apps/launch_files/test.txt', |
| 'test/data/extensions/platform_apps/navigation/main.html', |
| 'test/data/extensions/platform_apps/navigation/main.js', |
| 'test/data/extensions/platform_apps/navigation/manifest.json', |
| 'test/data/extensions/platform_apps/navigation/test.js', |
| 'test/data/extensions/platform_apps/open_link/main.html', |
| 'test/data/extensions/platform_apps/open_link/main.js', |
| 'test/data/extensions/platform_apps/open_link/manifest.json', |
| 'test/data/extensions/platform_apps/open_link/test.js', |
| 'test/data/extensions/subscribe_page_action/background.js', |
| 'test/data/extensions/subscribe_page_action/common.js', |
| 'test/data/extensions/subscribe_page_action/doc_start.js', |
| 'test/data/extensions/subscribe_page_action/feed-icon-16x16.png', |
| 'test/data/extensions/subscribe_page_action/feed-icon-64x64.png', |
| 'test/data/extensions/subscribe_page_action/feed_finder.js', |
| 'test/data/extensions/subscribe_page_action/iframe.js', |
| 'test/data/extensions/subscribe_page_action/manifest.json', |
| 'test/data/extensions/subscribe_page_action/sniff_common.js', |
| 'test/data/extensions/subscribe_page_action/style.css', |
| 'test/data/extensions/subscribe_page_action/subscribe.css', |
| 'test/data/extensions/subscribe_page_action/subscribe.html', |
| 'test/data/extensions/subscribe_page_action/subscribe.js', |
| 'test/data/extensions/theme.crx', |
| 'test/data/extensions/theme2.crx', |
| 'test/data/extensions/uitest/plugins.pem', |
| 'test/data/extensions/uitest/plugins_private/manifest.json', |
| 'test/data/extensions/uitest/plugins_private/plugin.dll', |
| 'test/data/extensions/uitest/plugins_private/plugin32.so', |
| 'test/data/extensions/uitest/plugins_private/plugin64.so', |
| 'test/data/extensions/uitest/plugins_private/test.html', |
| 'test/data/extensions/uitest/plugins_private/test.js', |
| 'test/data/feeds/feed.html', |
| 'test/data/feeds/feed1.xml', |
| 'test/data/feeds/feed2.xml', |
| 'test/data/feeds/feed3.xml', |
| 'test/data/feeds/feed4.xml', |
| 'test/data/feeds/feed5.xml', |
| 'test/data/feeds/feed6.xml', |
| 'test/data/feeds/feed_invalid1.xml', |
| 'test/data/feeds/feed_invalid2.xml', |
| 'test/data/feeds/feed_multi_rel.html', |
| 'test/data/feeds/feed_nolinks.xml', |
| 'test/data/feeds/feed_script.xml', |
| 'test/data/feeds/no_feed.html', |
| 'test/data/fileurl_universalaccess.html', |
| 'test/data/find_in_page/BigText.html', |
| 'test/data/find_in_page/FindRandomTests.html', |
| 'test/data/find_in_page/LongFind.txt', |
| 'test/data/find_in_page/anchor.html', |
| 'test/data/find_in_page/bug_1155639.html', |
| 'test/data/find_in_page/crash_1341577.html', |
| 'test/data/find_in_page/crash_14491.html', |
| 'test/data/find_in_page/end_state.html', |
| 'test/data/find_in_page/find_test.txt', |
| 'test/data/find_in_page/framedata_general.html', |
| 'test/data/find_in_page/framedata_left.html', |
| 'test/data/find_in_page/frames.html', |
| 'test/data/find_in_page/large_textarea.html', |
| 'test/data/find_in_page/largepage.html', |
| 'test/data/find_in_page/link.html', |
| 'test/data/find_in_page/move_if_obscuring.html', |
| 'test/data/find_in_page/populatedform.html', |
| 'test/data/find_in_page/select_changes_ordinal.html', |
| 'test/data/find_in_page/simple.html', |
| 'test/data/find_in_page/smalltextarea.html', |
| 'test/data/find_in_page/specialchar.html', |
| 'test/data/find_in_page/start_after_selection.html', |
| 'test/data/find_in_page/textintextarea.html', |
| 'test/data/find_in_page/user-select.html', |
| 'test/data/form.html', |
| 'test/data/french_page.html', |
| 'test/data/geolocation/simple.html', |
| 'test/data/geolocation/tab_destroyed.html', |
| 'test/data/geolocation/tab_destroyed_frame.html', |
| 'test/data/geolocation/two_watches.html', |
| 'test/data/google/logo.gif', |
| 'test/data/gpu/canvas_popup.html', |
| 'test/data/gpu/feature_canvas2d.html', |
| 'test/data/gpu/feature_compositing.html', |
| 'test/data/gpu/feature_multisampling.html', |
| 'test/data/gpu/feature_raf_no_damage.html', |
| 'test/data/gpu/feature_webgl.html', |
| 'test/data/gpu/webgl_popup.html', |
| 'test/data/iframe.html', |
| 'test/data/iframe_in_empty_frame.html', |
| 'test/data/iframe_in_empty_frame.js', |
| 'test/data/is_search_provider_installed.html', |
| 'test/data/is_search_provider_installed_with_exception.html', |
| 'test/data/notifications/notifications_request_function.html', |
| 'test/data/notifications/notifications_request_inline.html', |
| 'test/data/page_cycler/animate2.gif', |
| 'test/data/page_cycler/basic_css.html', |
| 'test/data/page_cycler/basic_html.html', |
| 'test/data/page_cycler/basic_js.html', |
| 'test/data/performance_monitor/unclean_exit_prefs', |
| 'test/data/popup_blocker/popup-blocked-to-post-blank.html', |
| 'test/data/popup_blocker/popup-many.html', |
| 'test/data/popup_blocker/popup-on-unload.html', |
| 'test/data/prerender/bear.ogv', |
| 'test/data/prerender/bear.wav', |
| 'test/data/prerender/extension.crx', |
| 'test/data/prerender/favicon.ico', |
| 'test/data/prerender/image.jpeg', |
| 'test/data/prerender/image.png', |
| 'test/data/prerender/plugin_delay_load.html', |
| 'test/data/prerender/prefetch_target.lnk', |
| 'test/data/prerender/prerender_alert_after_onload.html', |
| 'test/data/prerender/prerender_alert_before_onload.html', |
| 'test/data/prerender/prerender_download_iframe.html', |
| 'test/data/prerender/prerender_download_refresh.html', |
| 'test/data/prerender/prerender_embedded_content.html', |
| 'test/data/prerender/prerender_excessive_memory.html', |
| 'test/data/prerender/prerender_favicon.html', |
| 'test/data/prerender/prerender_fragment_location_hash.html', |
| 'test/data/prerender/prerender_html5_audio.html', |
| 'test/data/prerender/prerender_html5_audio_autoplay.html', |
| 'test/data/prerender/prerender_html5_audio_jsplay.html', |
| 'test/data/prerender/prerender_html5_common.js', |
| 'test/data/prerender/prerender_html5_video.html', |
| 'test/data/prerender/prerender_html5_video_network.html', |
| 'test/data/prerender/prerender_html5_video_script.html', |
| 'test/data/prerender/prerender_http_auth_container.html', |
| 'test/data/prerender/prerender_iframe_plugin_delay_load.html', |
| 'test/data/prerender/prerender_infinite_a.html', |
| 'test/data/prerender/prerender_infinite_a_multiple.html', |
| 'test/data/prerender/prerender_infinite_b.html', |
| 'test/data/prerender/prerender_infinite_b_multiple.html', |
| 'test/data/prerender/prerender_infinite_c_multiple.html', |
| 'test/data/prerender/prerender_loader.html', |
| 'test/data/prerender/prerender_loader_removing_links.html', |
| 'test/data/prerender/prerender_loader_with_referrer_policy.html', |
| 'test/data/prerender/prerender_loader_with_session_storage.html', |
| 'test/data/prerender/prerender_loader_with_unload.html', |
| 'test/data/prerender/prerender_localstorage_read.html', |
| 'test/data/prerender/prerender_localstorage_write.html', |
| 'test/data/prerender/prerender_no_referrer.html', |
| 'test/data/prerender/prerender_page.html', |
| 'test/data/prerender/prerender_page_with_link.html', |
| 'test/data/prerender/prerender_plugin_click_to_play.html', |
| 'test/data/prerender/prerender_plugin_nacl_disabled.html', |
| 'test/data/prerender/prerender_plugin_nacl_enabled.html', |
| 'test/data/prerender/prerender_popup.html', |
| 'test/data/prerender/prerender_print.html', |
| 'test/data/prerender/prerender_referrer.html', |
| 'test/data/prerender/prerender_referrer_policy.html', |
| 'test/data/prerender/prerender_register_protocol_handler.html', |
| 'test/data/prerender/prerender_size.html', |
| 'test/data/prerender/prerender_visibility.html', |
| 'test/data/prerender/prerender_visibility_quick.html', |
| 'test/data/prerender/prerender_visibility_shared.js', |
| 'test/data/prerender/prerender_with_iframe.html', |
| 'test/data/prerender/prerender_with_image.html', |
| 'test/data/prerender/prerender_xhr_delete.html', |
| 'test/data/prerender/prerender_xhr_get.html', |
| 'test/data/prerender/prerender_xhr_head.html', |
| 'test/data/prerender/prerender_xhr_options.html', |
| 'test/data/prerender/prerender_xhr_post.html', |
| 'test/data/prerender/prerender_xhr_put.html', |
| 'test/data/prerender/prerender_xhr_trace.html', |
| 'test/data/prerender/simple_prefetch.html', |
| 'test/data/ref_redirect.html', |
| 'test/data/safe_browsing/iframe_redirect_malware.html', |
| 'test/data/safe_browsing/interstitial_cancel.html', |
| 'test/data/safe_browsing/malware.html', |
| 'test/data/safe_browsing/malware_iframe.html', |
| 'test/data/safe_browsing/prefetch_malware.html', |
| 'test/data/session_history/bot1.html', |
| 'test/data/session_history/bot2.html', |
| 'test/data/session_history/bot3.html', |
| 'test/data/setcookie.html', |
| 'test/data/showmodaldialog.html', |
| 'test/data/showmodaldialog_dialog.html', |
| 'test/data/simple.html', |
| 'test/data/ssl/blank_page.html', |
| 'test/data/ssl/frame_left.html', |
| 'test/data/ssl/frame_right.html', |
| 'test/data/ssl/google.html', |
| 'test/data/ssl/imported.js', |
| 'test/data/ssl/page_displays_insecure_content.html', |
| 'test/data/ssl/page_displays_insecure_iframe.html', |
| 'test/data/ssl/page_runs_insecure_content.html', |
| 'test/data/ssl/page_with_dynamic_insecure_content.html', |
| 'test/data/ssl/page_with_refs.html', |
| 'test/data/ssl/page_with_unsafe_contents.html', |
| 'test/data/ssl/page_with_unsafe_worker.html', |
| 'test/data/ssl/randomize_hash.js', |
| 'test/data/ssl/top_frame.html', |
| 'test/data/ssl/unsafe_worker.js', |
| 'test/data/ssl/wss_close.html', |
| 'test/data/ssl/wss_close_slave.html', |
| 'test/data/title1.html', |
| 'test/data/title3.html', |
| 'test/data/webui/async.js', |
| 'test/data/webui/bidichecker_tests.js', |
| 'test/data/webui/most_visited_page_test.js', |
| 'test/data/webui/runtime_error.js', |
| 'test/data/webui/sample_downloads.js', |
| 'test/data/window.close.html', |
| ], |
| 'isolate_dependency_untracked': [ |
| '../content/test/data/dom_storage/', |
| '../third_party/WebKit/LayoutTests/fast/events/message-channel-gc-2-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-channel-gc-2.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-channel-gc-3-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-channel-gc-3.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-channel-gc-4-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-channel-gc-4.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-channel-gc-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-clone-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-clone.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-constructor-for-deleted-document-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-constructor-for-deleted-document.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-deleted-document-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-deleted-document.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-deleted-frame-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-deleted-frame.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-inactive-document-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-inactive-document.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-multi.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-no-wrapper-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port-no-wrapper.html', |
| '../third_party/WebKit/LayoutTests/fast/events/message-port.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-context-gc-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-event-listener-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-gc-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-in-iframe-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-load-error-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-name-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-navigator-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace-global-constructor-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace-self-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-simple-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-simple.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/worker-messageport-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/worker-messageport-gc-expected.txt', |
| '../third_party/WebKit/LayoutTests/fast/workers/worker-messageport.html', |
| '../third_party/WebKit/LayoutTests/http/tests/workers/resources/', |
| '../third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/abort-exception-assert.html', |
| '../third_party/WebKit/LayoutTests/http/tests/xmlhttprequest/workers/resources/', |
| '../third_party/WebKit/LayoutTests/media/audio-constructor-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/audio-constructor-preload-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/audio-constructor-preload.html', |
| '../third_party/WebKit/LayoutTests/media/audio-constructor-src-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/audio-constructor-src.html', |
| '../third_party/WebKit/LayoutTests/media/audio-constructor.html', |
| '../third_party/WebKit/LayoutTests/media/audio-data-url-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/audio-data-url.html', |
| '../third_party/WebKit/LayoutTests/media/audio-no-installed-engines-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/audio-no-installed-engines.html', |
| '../third_party/WebKit/LayoutTests/media/audio-only-video-intrinsic-size-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/audio-only-video-intrinsic-size.html', |
| '../third_party/WebKit/LayoutTests/media/audio-play-event-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/audio-play-event.html', |
| '../third_party/WebKit/LayoutTests/media/content/', |
| '../third_party/WebKit/LayoutTests/media/media-can-play-wav-audio.html', |
| '../third_party/WebKit/LayoutTests/media/media-document-audio-size-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/media-document-audio-size.html', |
| '../third_party/WebKit/LayoutTests/media/media-file.js', |
| '../third_party/WebKit/LayoutTests/media/media-fullscreen.js', |
| '../third_party/WebKit/LayoutTests/media/resources/', |
| '../third_party/WebKit/LayoutTests/media/video-autoplay-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/video-autoplay.html', |
| '../third_party/WebKit/LayoutTests/media/video-no-autoplay-expected.txt', |
| '../third_party/WebKit/LayoutTests/media/video-no-autoplay.html', |
| '../third_party/WebKit/LayoutTests/media/video-paint-test.js', |
| '../third_party/WebKit/LayoutTests/media/video-played.js', |
| '../third_party/WebKit/LayoutTests/media/video-test.js', |
| '../third_party/WebKit/LayoutTests/platform/chromium-win/fast/workers/shared-worker-constructor-expected.txt', |
| '../third_party/WebKit/LayoutTests/platform/chromium-win/fast/workers/shared-worker-exception-expected.txt', |
| '../third_party/WebKit/LayoutTests/platform/chromium-win/fast/workers/shared-worker-location-expected.txt', |
| '../third_party/WebKit/LayoutTests/platform/chromium-win/fast/workers/shared-worker-script-error-expected.txt', |
| '../third_party/WebKit/LayoutTests/platform/chromium/media/media-can-play-wav-audio-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-shared-workers-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-shared-workers.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-workers-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/basics-workers.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/basics.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/database-basics-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/database-basics.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/deleteIndex-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/deleteIndex.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/dont-commit-on-blocked-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/dont-commit-on-blocked.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-basics-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-basics.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-count-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-count.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-cursor-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-cursor.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-get-key-argument-required-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-get-key-argument-required.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-multientry-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-multientry.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-population-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-population.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-unique-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/index-unique.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/invalid-keys-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/invalid-keys.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-generator-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-generator.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-sort-order-across-types-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-sort-order-across-types.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-sort-order-date-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-sort-order-date.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-type-array-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-type-array.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-type-infinity-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/key-type-infinity.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-basics-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-basics.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-edges-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-edges.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-fetch-key-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keypath-fetch-key.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keyrange-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keyrange-required-arguments-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keyrange-required-arguments.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/keyrange.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/objectstore-basics.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/prefetch-bugfix-108071-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/prefetch-bugfix-108071.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/resources/', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-after-close-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-after-close.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-and-objectstore-calls.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-basics-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-basics.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-crash-on-abort-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-crash-on-abort.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-event-propagation-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-event-propagation.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-read-only-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-read-only.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-rollback-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-rollback.html', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-storeNames-required-expected.txt', |
| '../third_party/WebKit/LayoutTests/storage/indexeddb/transaction-storeNames-required.html', |
| '../third_party/bidichecker/', |
| '<(PRODUCT_DIR)/pseudo_locales/', |
| '<(PRODUCT_DIR)/resources/extension/', |
| '<(PRODUCT_DIR)/test_url_loader_data/', |
| 'test/data/automation/', |
| 'test/data/captive_portal/', |
| 'test/data/devtools/', |
| 'test/data/dom_automation/', |
| 'test/data/encoding_tests/auto_detect/', |
| 'test/data/extensions/api_test/accessible_cer/', |
| 'test/data/extensions/api_test/app_background_page/basic/', |
| 'test/data/extensions/api_test/app_background_page/basic_close/', |
| 'test/data/extensions/api_test/app_background_page/basic_open/', |
| 'test/data/extensions/api_test/app_background_page/common/', |
| 'test/data/extensions/api_test/app_background_page/no_js/', |
| 'test/data/extensions/api_test/app_background_page/no_js_manifest/', |
| 'test/data/extensions/api_test/app_background_page/two_pages/', |
| 'test/data/extensions/api_test/app_background_page/two_with_manifest/', |
| 'test/data/extensions/api_test/app_launcher/', |
| 'test/data/extensions/api_test/app_process/path1/', |
| 'test/data/extensions/api_test/app_process/path2/', |
| 'test/data/extensions/api_test/app_process/path3/', |
| 'test/data/extensions/api_test/app_process_background_instances/', |
| 'test/data/extensions/api_test/app_process_instances/', |
| 'test/data/extensions/api_test/bookmarks/', |
| 'test/data/extensions/api_test/browser_action/close_background/', |
| 'test/data/extensions/api_test/clipboard/', |
| 'test/data/extensions/api_test/cloud_print_private/', |
| 'test/data/extensions/api_test/content_scripts/', |
| 'test/data/extensions/api_test/executescript/', |
| 'test/data/extensions/api_test/extension_module/', |
| 'test/data/extensions/api_test/extension_resource_request_policy/extension/', |
| 'test/data/extensions/api_test/file_system/get_writable_file_entry/', |
| 'test/data/extensions/api_test/file_system/get_writable_file_entry_with_write/', |
| 'test/data/extensions/api_test/file_system/is_writable_file_entry/', |
| 'test/data/extensions/api_test/file_system/save_background/', |
| 'test/data/extensions/api_test/file_system/save_cancel/', |
| 'test/data/extensions/api_test/icons/extension_with_permission/', |
| 'test/data/extensions/api_test/identity/', |
| 'test/data/extensions/api_test/idltest/', |
| 'test/data/extensions/api_test/incognito/apis/', |
| 'test/data/extensions/api_test/incognito/apis_disabled/', |
| 'test/data/extensions/api_test/incognito/popup/', |
| 'test/data/extensions/api_test/incognito/split/', |
| 'test/data/extensions/api_test/keybinding/', |
| 'test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/', |
| 'test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/', |
| 'test/data/extensions/api_test/lazy_background_page/filters/', |
| 'test/data/extensions/api_test/lazy_background_page/incognito_split/', |
| 'test/data/extensions/api_test/lazy_background_page/messaging/', |
| 'test/data/extensions/api_test/lazy_background_page/on_installed/', |
| 'test/data/extensions/api_test/lazy_background_page/on_unload/', |
| 'test/data/extensions/api_test/lazy_background_page/wait_for_request/', |
| 'test/data/extensions/api_test/lazy_background_page/wait_for_view/', |
| 'test/data/extensions/api_test/management/description/', |
| 'test/data/extensions/api_test/management/disabled_app/', |
| 'test/data/extensions/api_test/management/enabled_app/', |
| 'test/data/extensions/api_test/management/enabled_extension/', |
| 'test/data/extensions/api_test/management/launch_app_panel/', |
| 'test/data/extensions/api_test/management/launch_app_tab/', |
| 'test/data/extensions/api_test/management/launch_on_install/', |
| 'test/data/extensions/api_test/management/management_policy/', |
| 'test/data/extensions/api_test/management/permissions/', |
| 'test/data/extensions/api_test/management/test/', |
| 'test/data/extensions/api_test/media_galleries/', |
| 'test/data/extensions/api_test/media_galleries_private/', |
| 'test/data/extensions/api_test/native_messaging/', |
| 'test/data/extensions/api_test/notifications/', |
| 'test/data/extensions/api_test/override/history/', |
| 'test/data/extensions/api_test/override/newtab/', |
| 'test/data/extensions/api_test/page_action/hash_change/', |
| 'test/data/extensions/api_test/proxy/auto/', |
| 'test/data/extensions/api_test/proxy/bypass/', |
| 'test/data/extensions/api_test/proxy/individual/', |
| 'test/data/extensions/api_test/proxy/individual_incognito_only/', |
| 'test/data/extensions/api_test/proxy/individual_remove/', |
| 'test/data/extensions/api_test/proxy/pac/', |
| 'test/data/extensions/api_test/proxy/pacdata/', |
| 'test/data/extensions/api_test/proxy/single/', |
| 'test/data/extensions/api_test/proxy/system/', |
| 'test/data/extensions/api_test/push_messaging/', |
| 'test/data/extensions/api_test/serial/', |
| 'test/data/extensions/api_test/settings/', |
| 'test/data/extensions/api_test/socket/', |
| 'test/data/extensions/api_test/speech_input/', |
| 'test/data/extensions/api_test/storage/', |
| 'test/data/extensions/api_test/systeminfo/', |
| 'test/data/extensions/api_test/tts/', |
| 'test/data/extensions/api_test/tts_engine/', |
| 'test/data/extensions/api_test/usb/', |
| 'test/data/extensions/api_test/webnavigation/', |
| 'test/data/extensions/api_test/webrequest/', |
| 'test/data/extensions/api_test/webrequest_permissions/', |
| 'test/data/extensions/api_test/webstore_inline_install/inlineinstall/', |
| 'test/data/extensions/api_test/webstore_private/', |
| 'test/data/extensions/api_test/window_open/close_panels_on_uninstall/', |
| 'test/data/extensions/api_test/window_open/panel/', |
| 'test/data/extensions/api_test/window_open/panel_detached/', |
| 'test/data/extensions/api_test/window_open/panel_window_open/', |
| 'test/data/extensions/app1/', |
| 'test/data/extensions/app2/', |
| 'test/data/extensions/app_dot_com_app/', |
| 'test/data/extensions/app_notifications/', |
| 'test/data/extensions/app_with_tab_container/', |
| 'test/data/extensions/browsertest/last_error/', |
| 'test/data/extensions/browsertest/scopes/', |
| 'test/data/extensions/browsertest/title_localized_pa/', |
| 'test/data/extensions/browsertest/url_rewrite/bookmarks/', |
| 'test/data/extensions/browsertest/url_rewrite/newtab/', |
| 'test/data/extensions/common/', |
| 'test/data/extensions/context_menus/enabled/', |
| 'test/data/extensions/context_menus/event_page/', |
| 'test/data/extensions/context_menus/frames/', |
| 'test/data/extensions/context_menus/long_title/', |
| 'test/data/extensions/context_menus/separators/', |
| 'test/data/extensions/context_menus/simple/', |
| 'test/data/extensions/context_menus/target_urls/', |
| 'test/data/extensions/convert_web_app/', |
| 'test/data/extensions/devtools/', |
| 'test/data/extensions/experimental/', |
| 'test/data/extensions/good/Extensions/', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/_locales/en_US/', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/js_files/', |
| 'test/data/extensions/hosted_app/', |
| 'test/data/extensions/install/install/', |
| 'test/data/extensions/isolated_apps/', |
| 'test/data/extensions/management/', |
| 'test/data/extensions/packaged_app/', |
| 'test/data/extensions/permissions_increase/', |
| 'test/data/extensions/platform_apps/apps_only/', |
| 'test/data/extensions/platform_apps/browser_tag/', |
| 'test/data/extensions/platform_apps/browser_tag_isolation/', |
| 'test/data/extensions/platform_apps/context_menu/', |
| 'test/data/extensions/platform_apps/context_menu_click/', |
| 'test/data/extensions/platform_apps/disabled_window_properties/', |
| 'test/data/extensions/platform_apps/geometry/', |
| 'test/data/extensions/platform_apps/get_display_path/', |
| 'test/data/extensions/platform_apps/isolation/', |
| 'test/data/extensions/platform_apps/launch/', |
| 'test/data/extensions/platform_apps/launch_file/', |
| 'test/data/extensions/platform_apps/launch_invalid/', |
| 'test/data/extensions/platform_apps/launch_no_intent/', |
| 'test/data/extensions/platform_apps/launch_nothing/', |
| 'test/data/extensions/platform_apps/launch_reply/', |
| 'test/data/extensions/platform_apps/launch_wrong_intent/', |
| 'test/data/extensions/platform_apps/launch_wrong_type/', |
| 'test/data/extensions/platform_apps/minimal/', |
| 'test/data/extensions/platform_apps/mutation_events/', |
| 'test/data/extensions/platform_apps/oauth2/', |
| 'test/data/extensions/platform_apps/restrictions/', |
| 'test/data/extensions/platform_apps/storage/', |
| 'test/data/extensions/platform_apps/windows_api/', |
| 'test/data/extensions/subscribe_page_action/_locales/en/', |
| 'test/data/extensions/theme/', |
| 'test/data/extensions/theme2/', |
| 'test/data/extensions/uitest/plugins/', |
| 'test/data/extensions/uitest/window_open/', |
| 'test/data/fast_shutdown/', |
| 'test/data/google/', |
| 'test/data/http/', |
| 'test/data/login/', |
| 'test/data/page_cycler/cached_data_dir/', |
| 'test/data/policy/', |
| 'test/data/profiles/webkit_global_migration/', |
| 'test/data/profiles/webkit_global_reverse_migration/', |
| 'test/data/referrer_policy/', |
| 'test/data/requirements_checker/', |
| 'test/data/safe_browsing/Safe Browsing Cookies', |
| 'test/data/ssl/google_files/', |
| 'test/data/viewsource/', |
| 'test/data/workers/', |
| ], |
| 'isolate_dependency_touched': [ |
| '<(PRODUCT_DIR)/plugins/libTestNetscapePlugIn.so', |
| 'test/data/extensions/api_test/active_tab/final_page.html', |
| 'test/data/extensions/api_test/active_tab/page.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/accessible_resource_with_csp.html', |
| 'test/data/extensions/api_test/extension_resource_request_policy/web_accessible/test2.png', |
| 'test/data/extensions/api_test/icons/extension_no_permission/24.png', |
| 'test/data/extensions/api_test/lazy_background_page/broadcast_event/icon48.png', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/common/text.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_png.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_png.js', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_race.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_race.js', |
| 'test/data/extensions/subscribe_page_action/_locales/ar/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/bg/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/ca/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/cs/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/da/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/de/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/el/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/en_GB/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/es/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/es_419/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/et/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/fi/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/fr/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/he/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/hi/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/hr/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/hu/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/id/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/it/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/ja/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/ko/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/lt/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/lv/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/nb/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/nl/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/pl/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/pt_BR/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/pt_PT/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/ro/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/ru/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/sk/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/sl/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/sr/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/sv/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/th/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/tr/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/uk/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/vi/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/zh_CN/messages.json', |
| 'test/data/extensions/subscribe_page_action/_locales/zh_TW/messages.json', |
| 'test/data/extensions/subscribe_page_action/feed-icon-128x128.png', |
| 'test/data/extensions/subscribe_page_action/feed-icon-16x16-subscribed.png', |
| 'test/data/extensions/subscribe_page_action/options.html', |
| 'test/data/extensions/subscribe_page_action/options.js', |
| 'test/data/extensions/subscribe_page_action/popup.html', |
| 'test/data/extensions/subscribe_page_action/popup.js', |
| 'test/data/extensions/uitest/plugins_private/README', |
| 'test/data/extensions/uitest/plugins_private/plugin.plugin/Contents/Info.plist', |
| 'test/data/extensions/uitest/plugins_private/plugin.plugin/Contents/MacOS/TestNetscapePlugIn', |
| 'test/data/native_messaging/Native Hosts/echo.py', |
| ], |
| }, |
| }, { |
| 'variables': { |
| 'command': [ |
| '../testing/test_env.py', |
| '../tools/isolate/run_test_cases.py', |
| '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| ], |
| }, |
| }], |
| ['OS=="mac"', { |
| 'variables': { |
| 'isolate_dependency_tracked': [ |
| '<(PRODUCT_DIR)/ffmpegsumo.so', |
| ], |
| 'isolate_dependency_untracked': [ |
| '<(PRODUCT_DIR)/Chromium Framework.framework/', |
| '<(PRODUCT_DIR)/Chromium.app/', |
| 'test/data/extensions/api_test/bookmark_manager/standard/', |
| ], |
| 'isolate_dependency_touched': [ |
| 'test/data/title2.html', |
| ], |
| }, |
| }, { |
| 'variables': { |
| 'isolate_dependency_tracked': [ |
| '../net/data/ssl/certificates/ok_cert.pem', |
| '../net/data/ssl/certificates/root_ca_cert.crt', |
| '../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver', |
| '<(PRODUCT_DIR)/chrome_100_percent.pak', |
| '<(PRODUCT_DIR)/locales/en-US.pak', |
| '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/assertions.js', |
| '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/chrome_send_browsertest.js', |
| '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/mock4js_browsertest.js', |
| '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/net_internals/net_internals_test.js', |
| '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/print_preview.js', |
| 'test/data/anchor_download_test.png', |
| 'test/data/clicktoplay.html', |
| 'test/data/download-anchor-attrib.html', |
| 'test/data/download-autoopen.txt', |
| 'test/data/download-autoopen.txt.mock-http-headers', |
| 'test/data/download-test1.lib', |
| 'test/data/download-test1.lib.mock-http-headers', |
| 'test/data/download-test3.gif.mock-http-headers', |
| 'test/data/download_page1.html', |
| 'test/data/download_page2.html', |
| 'test/data/download_page3.html', |
| 'test/data/download_page4.html', |
| 'test/data/download_script.html', |
| 'test/data/downloads/06bESSE21Evolution.ppt', |
| 'test/data/downloads/a_zip_file.zip', |
| 'test/data/downloads/a_zip_file.zip.mock-http-headers', |
| 'test/data/downloads/download-dangerous-blob.html', |
| 'test/data/downloads/form_page_to_post.html', |
| 'test/data/downloads/image.jpg', |
| 'test/data/downloads/image.jpg.mock-http-headers', |
| 'test/data/downloads/referrer_policy.html', |
| 'test/data/downloads/zip_file_not_found.zip', |
| 'test/data/downloads/zip_file_not_found.zip.mock-http-headers', |
| 'test/data/encoding_tests/alias_mapping/Big5.html', |
| 'test/data/encoding_tests/alias_mapping/EUC-JP.html', |
| 'test/data/encoding_tests/alias_mapping/ISO-8859-13.html', |
| 'test/data/encoding_tests/alias_mapping/ISO-8859-15.html', |
| 'test/data/encoding_tests/alias_mapping/ISO-8859-2.html', |
| 'test/data/encoding_tests/alias_mapping/ISO-8859-4.html', |
| 'test/data/encoding_tests/alias_mapping/ISO-8859-5.html', |
| 'test/data/encoding_tests/alias_mapping/ISO-8859-6.html', |
| 'test/data/encoding_tests/alias_mapping/ISO-8859-7.html', |
| 'test/data/encoding_tests/alias_mapping/ISO-8859-8.html', |
| 'test/data/encoding_tests/alias_mapping/KOI8-R.html', |
| 'test/data/encoding_tests/alias_mapping/KOI8-U.html', |
| 'test/data/encoding_tests/alias_mapping/Shift-JIS.html', |
| 'test/data/encoding_tests/alias_mapping/US-ASCII.html', |
| 'test/data/encoding_tests/alias_mapping/UTF-16LE.html', |
| 'test/data/encoding_tests/alias_mapping/UTF-8.html', |
| 'test/data/encoding_tests/alias_mapping/gb18030.html', |
| 'test/data/encoding_tests/alias_mapping/iso-8859-1.html', |
| 'test/data/encoding_tests/alias_mapping/macintosh.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1250.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1251.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1252.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1253.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1254.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1255.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1256.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1257.html', |
| 'test/data/encoding_tests/alias_mapping/windows-1258.html', |
| 'test/data/encoding_tests/alias_mapping/windows-874.html', |
| 'test/data/extensions/api_test/app_notifications/manifest.json', |
| 'test/data/extensions/api_test/app_notifications/test.html', |
| 'test/data/extensions/api_test/app_notifications/test.js', |
| 'test/data/extensions/api_test/browser_action/add_popup/background.js', |
| 'test/data/extensions/api_test/browser_action/add_popup/change_popup.html', |
| 'test/data/extensions/api_test/browser_action/add_popup/change_popup.js', |
| 'test/data/extensions/api_test/browser_action/add_popup/icon.png', |
| 'test/data/extensions/api_test/browser_action/add_popup/manifest.json', |
| 'test/data/extensions/api_test/browser_action/basics/background.js', |
| 'test/data/extensions/api_test/browser_action/basics/icon.png', |
| 'test/data/extensions/api_test/browser_action/basics/manifest.json', |
| 'test/data/extensions/api_test/browser_action/popup/chromium.png', |
| 'test/data/extensions/api_test/browser_action/popup/manifest.json', |
| 'test/data/extensions/api_test/browser_action/remove_popup/background.js', |
| 'test/data/extensions/api_test/browser_action/remove_popup/icon.png', |
| 'test/data/extensions/api_test/browser_action/remove_popup/manifest.json', |
| 'test/data/extensions/api_test/browser_action/remove_popup/remove_popup.html', |
| 'test/data/extensions/api_test/browser_action/remove_popup/remove_popup.js', |
| 'test/data/extensions/api_test/content_scripts/isolated_world1/a.js', |
| 'test/data/extensions/api_test/content_scripts/isolated_world1/b.js', |
| 'test/data/extensions/api_test/content_scripts/isolated_world1/background.js', |
| 'test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json', |
| 'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/background.js', |
| 'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/manifest.json', |
| 'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/popup.html', |
| 'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/popup.js', |
| 'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/popup2.html', |
| 'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/popup2.js', |
| 'test/data/extensions/api_test/file_system/gold.txt', |
| 'test/data/extensions/api_test/page_action/add_popup/background.js', |
| 'test/data/extensions/api_test/page_action/add_popup/change_popup.html', |
| 'test/data/extensions/api_test/page_action/add_popup/change_popup.js', |
| 'test/data/extensions/api_test/page_action/add_popup/icon.png', |
| 'test/data/extensions/api_test/page_action/add_popup/manifest.json', |
| 'test/data/extensions/api_test/page_action/remove_popup/background.js', |
| 'test/data/extensions/api_test/page_action/remove_popup/icon.png', |
| 'test/data/extensions/api_test/page_action/remove_popup/manifest.json', |
| 'test/data/extensions/api_test/page_action/remove_popup/remove_popup.html', |
| 'test/data/extensions/api_test/page_action/remove_popup/remove_popup.js', |
| 'test/data/extensions/api_test/tabs/basics/b.html', |
| 'test/data/extensions/api_test/tabs/basics/c.html', |
| 'test/data/extensions/api_test/tabs/basics/crash.html', |
| 'test/data/extensions/api_test/tabs/basics/crash.js', |
| 'test/data/extensions/api_test/tabs/basics/crud2.html', |
| 'test/data/extensions/api_test/tabs/basics/crud2.js', |
| 'test/data/extensions/api_test/tabs/basics/d.html', |
| 'test/data/extensions/api_test/tabs/basics/e.html', |
| 'test/data/extensions/api_test/tabs/basics/highlight.html', |
| 'test/data/extensions/api_test/tabs/basics/highlight.js', |
| 'test/data/extensions/api_test/tabs/basics/move.html', |
| 'test/data/extensions/api_test/tabs/basics/move.js', |
| 'test/data/extensions/api_test/tabs/basics/opener.html', |
| 'test/data/extensions/api_test/tabs/basics/opener.js', |
| 'test/data/extensions/api_test/tabs/basics/pinned.html', |
| 'test/data/extensions/api_test/tabs/basics/pinned.js', |
| 'test/data/extensions/api_test/tabs/basics/query.html', |
| 'test/data/extensions/api_test/tabs/basics/query.js', |
| 'test/data/extensions/api_test/tabs/basics/update.html', |
| 'test/data/extensions/api_test/tabs/basics/update.js', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_file.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_file.js', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_nofile.html', |
| 'test/data/extensions/api_test/tabs/capture_visible_tab/test_nofile.js', |
| 'test/data/extensions/bad_signature.crx', |
| 'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.html', |
| 'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.js', |
| 'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/manifest.json', |
| 'test/data/extensions/packaged_app/manifest.json', |
| 'test/data/extensions/test_file.html', |
| 'test/data/extensions/test_file.txt', |
| 'test/data/extensions/test_file_with_about_blank_iframe.html', |
| 'test/data/extensions/test_file_with_body.html', |
| 'test/data/extensions/test_file_with_iframe.html', |
| 'test/data/iframe_dns_error.html', |
| 'test/data/load_all_blocked_plugins.html', |
| 'test/data/mock-link-doctor.html', |
| 'test/data/mock-link-doctor.html.mock-http-headers', |
| 'test/data/page404.html', |
| 'test/data/page404.html.mock-http-headers', |
| 'test/data/redirect-cross-origin.html', |
| 'test/data/redirect-cross-origin.html.mock-http-headers', |
| 'test/data/redirect-loop.html', |
| 'test/data/redirect-loop.html.mock-http-headers', |
| 'test/data/save_page/1.css', |
| 'test/data/save_page/1.png', |
| 'test/data/save_page/a.htm', |
| 'test/data/save_page/b.htm', |
| 'test/data/save_page/b.saved1.htm', |
| 'test/data/save_page/b.saved2.htm', |
| 'test/data/title2.html', |
| 'test/data/webui/print_preview_hello_world_test.html', |
| ], |
| 'isolate_dependency_untracked': [ |
| '../third_party/WebKit/LayoutTests/fast/events/message-channel-gc.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/', |
| '../third_party/WebKit/LayoutTests/fast/js/resources/', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-constructor.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-context-gc.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-event-listener.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-exception.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-gc.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-in-iframe.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-load-error.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-location.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-name.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-navigator.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace-global-constructor.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-replace-self.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-script-error.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/shared-worker-shared.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/worker-messageport-gc.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/worker-multi-port.html', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/handler_map.txt', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/accept-first-subprotocol_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/bad-handshake-crash_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/binary-frames_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/broken-utf8_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/check-binary-messages_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/client-close_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/close-code-and-reason_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/close-on-unload_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/close_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/compressed-control-frame_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/deflate-frame-invalid-parameter_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/deflate-frame_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo-challenge_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo-cookie_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo-location_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo-with-no-extension_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/echo_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fragmented-binary-frames_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fragmented-control-frame_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/fragmented-frames_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-error_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-maxlength_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-mismatch-protocol-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-more-protocol-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-no-accept-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-no-connection-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-no-cr_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-no-upgrade-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-prepended-null_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/handshake-fail-by-wrong-accept-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/interleaved-fragments_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/invalid-continuation_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/invalid-encode-length_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/invalid-masked-frames-from-server_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/long-control-frame_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/long-invalid-header_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/no-query_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/origin-test_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/pong_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/protocol-test_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/reserved-bits_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/reserved-opcodes_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/send-file-blob_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/send2_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/send_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/server-close_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/simple_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/too-long-payload_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/unicode_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/unmasked-frames_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/binary-frames_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/check-binary-messages_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/echo-challenge_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/echo_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/no-onmessage-in-sync-op_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/protocol-test_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/workers/resources/simple_wsh.py', |
| '../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hybi/zero-length-text_wsh.py', |
| '../third_party/WebKit/Tools/Scripts/webkitpy/', |
| '<(PRODUCT_DIR)/plugins/', |
| 'test/data/encoding_tests/user_override/', |
| 'test/data/extensions/api_test/alert/', |
| 'test/data/extensions/api_test/all_urls/', |
| 'test/data/extensions/api_test/apitest/', |
| 'test/data/extensions/api_test/background_scripts/', |
| 'test/data/extensions/api_test/bindings/', |
| 'test/data/extensions/api_test/bookmark_manager/', |
| 'test/data/extensions/api_test/browser_action/basics/', |
| 'test/data/extensions/api_test/browser_action/color/', |
| 'test/data/extensions/api_test/browser_action/getters/', |
| 'test/data/extensions/api_test/browser_action/no_icon/', |
| 'test/data/extensions/api_test/canvas_2d/', |
| 'test/data/extensions/api_test/content_scripts/all_frames/', |
| 'test/data/extensions/api_test/content_security_policy/', |
| 'test/data/extensions/api_test/content_settings/standard/', |
| 'test/data/extensions/api_test/context_menus/basics/', |
| 'test/data/extensions/api_test/context_menus/event_page/', |
| 'test/data/extensions/api_test/context_menus/item_ids/', |
| 'test/data/extensions/api_test/context_menus/no_perms/', |
| 'test/data/extensions/api_test/cookies/', |
| 'test/data/extensions/api_test/cross_origin_xhr/', |
| 'test/data/extensions/api_test/debugger/', |
| 'test/data/extensions/api_test/declarative/', |
| 'test/data/extensions/api_test/default_content_security_policy/', |
| 'test/data/extensions/api_test/dns/', |
| 'test/data/extensions/api_test/downloads_split/', |
| 'test/data/extensions/api_test/events/', |
| 'test/data/extensions/api_test/file_system/get_display_path/', |
| 'test/data/extensions/api_test/file_system/get_display_path_prettify/', |
| 'test/data/extensions/api_test/file_system/invalid_choose_file_type/', |
| 'test/data/extensions/api_test/file_system/open_background/', |
| 'test/data/extensions/api_test/file_system/open_cancel/', |
| 'test/data/extensions/api_test/file_system/open_existing/', |
| 'test/data/extensions/api_test/file_system/open_existing_with_write/', |
| 'test/data/extensions/api_test/file_system/open_writable_existing/', |
| 'test/data/extensions/api_test/file_system/open_writable_existing_with_write/', |
| 'test/data/extensions/api_test/file_system/save_existing/', |
| 'test/data/extensions/api_test/file_system/save_existing_with_write/', |
| 'test/data/extensions/api_test/file_system/save_new/', |
| 'test/data/extensions/api_test/file_system/save_new_with_write/', |
| 'test/data/extensions/api_test/font_settings/', |
| 'test/data/extensions/api_test/i18n/', |
| 'test/data/extensions/api_test/incognito/content_scripts/', |
| 'test/data/extensions/api_test/managed_mode/', |
| 'test/data/extensions/api_test/messaging/connect_external/', |
| 'test/data/extensions/api_test/messaging/event_url/', |
| 'test/data/extensions/api_test/metrics/', |
| 'test/data/extensions/api_test/mutation_observers/', |
| 'test/data/extensions/api_test/page_action/basics/', |
| 'test/data/extensions/api_test/page_action/crash_57333/', |
| 'test/data/extensions/api_test/page_action/getters/', |
| 'test/data/extensions/api_test/page_action/old_api/', |
| 'test/data/extensions/api_test/permissions/disabled/', |
| 'test/data/extensions/api_test/permissions/enabled/', |
| 'test/data/extensions/api_test/permissions/experimental_disabled/', |
| 'test/data/extensions/api_test/permissions/favicon/', |
| 'test/data/extensions/api_test/permissions/optional/', |
| 'test/data/extensions/api_test/permissions/optional_deny/', |
| 'test/data/extensions/api_test/permissions/optional_gesture/', |
| 'test/data/extensions/api_test/preference/', |
| 'test/data/extensions/api_test/processes/onupdated/', |
| 'test/data/extensions/api_test/runtime/', |
| 'test/data/extensions/api_test/sandboxed_pages/', |
| 'test/data/extensions/api_test/script_badge/', |
| 'test/data/extensions/api_test/shadow_dom/', |
| 'test/data/extensions/api_test/stubs/', |
| 'test/data/extensions/api_test/system/get_incognito_mode_availability/', |
| 'test/data/extensions/api_test/tabs/current_window/', |
| 'test/data/extensions/api_test/tabs/incognito_disabled/', |
| 'test/data/extensions/api_test/tabs/javascript_url_permissions/', |
| 'test/data/extensions/api_test/tabs/on_updated/', |
| 'test/data/extensions/api_test/websocket/', |
| 'test/data/extensions/api_test/window_open/argument_overflow/', |
| 'test/data/extensions/api_test/window_open/browser_is_app/', |
| 'test/data/extensions/api_test/window_open/popup/', |
| 'test/data/extensions/api_test/window_open/popup_blocking/', |
| 'test/data/extensions/api_test/window_open/popup_large/', |
| 'test/data/extensions/api_test/window_open/popup_small/', |
| 'test/data/extensions/app/', |
| 'test/data/performance_monitor/extensions/', |
| ], |
| }, |
| }], |
| ['OS=="win"', { |
| 'variables': { |
| 'isolate_dependency_tracked': [ |
| '../third_party/cygwin/bin/bash.exe', |
| '../third_party/cygwin/setup_mount.bat', |
| '../third_party/psyco_win32/psyco/__init__.py', |
| '../third_party/psyco_win32/psyco/_psyco.pyd', |
| '../third_party/psyco_win32/psyco/core.py', |
| '../third_party/psyco_win32/psyco/kdictproxy.py', |
| '../third_party/psyco_win32/psyco/profiler.py', |
| '../third_party/psyco_win32/psyco/support.py', |
| '../third_party/python_26/DLLs/_ctypes.pyd', |
| '../third_party/python_26/DLLs/_hashlib.pyd', |
| '../third_party/python_26/DLLs/_multiprocessing.pyd', |
| '../third_party/python_26/DLLs/_socket.pyd', |
| '../third_party/python_26/DLLs/_ssl.pyd', |
| '../third_party/python_26/DLLs/pyexpat.pyd', |
| '../third_party/python_26/DLLs/select.pyd', |
| '../third_party/python_26/Lib/BaseHTTPServer.py', |
| '../third_party/python_26/Lib/CGIHTTPServer.py', |
| '../third_party/python_26/Lib/ConfigParser.py', |
| '../third_party/python_26/Lib/Queue.py', |
| '../third_party/python_26/Lib/SimpleHTTPServer.py', |
| '../third_party/python_26/Lib/SocketServer.py', |
| '../third_party/python_26/Lib/StringIO.py', |
| '../third_party/python_26/Lib/UserDict.py', |
| '../third_party/python_26/Lib/__future__.py', |
| '../third_party/python_26/Lib/_abcoll.py', |
| '../third_party/python_26/Lib/abc.py', |
| '../third_party/python_26/Lib/anydbm.py', |
| '../third_party/python_26/Lib/asynchat.py', |
| '../third_party/python_26/Lib/asyncore.py', |
| '../third_party/python_26/Lib/atexit.py', |
| '../third_party/python_26/Lib/base64.py', |
| '../third_party/python_26/Lib/bisect.py', |
| '../third_party/python_26/Lib/cgi.py', |
| '../third_party/python_26/Lib/codecs.py', |
| '../third_party/python_26/Lib/collections.py', |
| '../third_party/python_26/Lib/copy.py', |
| '../third_party/python_26/Lib/copy_reg.py', |
| '../third_party/python_26/Lib/ctypes/__init__.py', |
| '../third_party/python_26/Lib/ctypes/_endian.py', |
| '../third_party/python_26/Lib/dbhash.py', |
| '../third_party/python_26/Lib/difflib.py', |
| '../third_party/python_26/Lib/dumbdbm.py', |
| '../third_party/python_26/Lib/email/__init__.py', |
| '../third_party/python_26/Lib/email/_parseaddr.py', |
| '../third_party/python_26/Lib/email/base64mime.py', |
| '../third_party/python_26/Lib/email/encoders.py', |
| '../third_party/python_26/Lib/email/mime/__init__.py', |
| '../third_party/python_26/Lib/email/utils.py', |
| '../third_party/python_26/Lib/encodings/__init__.py', |
| '../third_party/python_26/Lib/encodings/aliases.py', |
| '../third_party/python_26/Lib/encodings/cp1252.py', |
| '../third_party/python_26/Lib/encodings/hex_codec.py', |
| '../third_party/python_26/Lib/encodings/mbcs.py', |
| '../third_party/python_26/Lib/encodings/utf_8.py', |
| '../third_party/python_26/Lib/filecmp.py', |
| '../third_party/python_26/Lib/fileinput.py', |
| '../third_party/python_26/Lib/fnmatch.py', |
| '../third_party/python_26/Lib/functools.py', |
| '../third_party/python_26/Lib/genericpath.py', |
| '../third_party/python_26/Lib/getopt.py', |
| '../third_party/python_26/Lib/getpass.py', |
| '../third_party/python_26/Lib/gettext.py', |
| '../third_party/python_26/Lib/glob.py', |
| '../third_party/python_26/Lib/hashlib.py', |
| '../third_party/python_26/Lib/heapq.py', |
| '../third_party/python_26/Lib/hmac.py', |
| '../third_party/python_26/Lib/htmlentitydefs.py', |
| '../third_party/python_26/Lib/httplib.py', |
| '../third_party/python_26/Lib/imaplib.py', |
| '../third_party/python_26/Lib/json/__init__.py', |
| '../third_party/python_26/Lib/json/decoder.py', |
| '../third_party/python_26/Lib/json/encoder.py', |
| '../third_party/python_26/Lib/json/scanner.py', |
| '../third_party/python_26/Lib/keyword.py', |
| '../third_party/python_26/Lib/linecache.py', |
| '../third_party/python_26/Lib/locale.py', |
| '../third_party/python_26/Lib/logging/__init__.py', |
| '../third_party/python_26/Lib/logging/handlers.py', |
| '../third_party/python_26/Lib/markupbase.py', |
| '../third_party/python_26/Lib/md5.py', |
| '../third_party/python_26/Lib/mimetools.py', |
| '../third_party/python_26/Lib/mimetypes.py', |
| '../third_party/python_26/Lib/multiprocessing/__init__.py', |
| '../third_party/python_26/Lib/multiprocessing/process.py', |
| '../third_party/python_26/Lib/multiprocessing/util.py', |
| '../third_party/python_26/Lib/new.py', |
| '../third_party/python_26/Lib/ntpath.py', |
| '../third_party/python_26/Lib/nturl2path.py', |
| '../third_party/python_26/Lib/optparse.py', |
| '../third_party/python_26/Lib/os.py', |
| '../third_party/python_26/Lib/platform.py', |
| '../third_party/python_26/Lib/poplib.py', |
| '../third_party/python_26/Lib/posixpath.py', |
| '../third_party/python_26/Lib/quopri.py', |
| '../third_party/python_26/Lib/random.py', |
| '../third_party/python_26/Lib/re.py', |
| '../third_party/python_26/Lib/rfc822.py', |
| '../third_party/python_26/Lib/sgmllib.py', |
| '../third_party/python_26/Lib/sha.py', |
| '../third_party/python_26/Lib/shlex.py', |
| '../third_party/python_26/Lib/shutil.py', |
| '../third_party/python_26/Lib/site-packages/google.pth', |
| '../third_party/python_26/Lib/site-packages/pywin32.pth', |
| '../third_party/python_26/Lib/site-packages/win32/pywintypes26.dll', |
| '../third_party/python_26/Lib/site-packages/win32/win32file.pyd', |
| '../third_party/python_26/Lib/site-packages/win32/win32pipe.pyd', |
| '../third_party/python_26/Lib/site.py', |
| '../third_party/python_26/Lib/smtplib.py', |
| '../third_party/python_26/Lib/socket.py', |
| '../third_party/python_26/Lib/sre_compile.py', |
| '../third_party/python_26/Lib/sre_constants.py', |
| '../third_party/python_26/Lib/sre_parse.py', |
| '../third_party/python_26/Lib/ssl.py', |
| '../third_party/python_26/Lib/stat.py', |
| '../third_party/python_26/Lib/string.py', |
| '../third_party/python_26/Lib/struct.py', |
| '../third_party/python_26/Lib/subprocess.py', |
| '../third_party/python_26/Lib/tarfile.py', |
| '../third_party/python_26/Lib/tempfile.py', |
| '../third_party/python_26/Lib/textwrap.py', |
| '../third_party/python_26/Lib/threading.py', |
| '../third_party/python_26/Lib/traceback.py', |
| '../third_party/python_26/Lib/types.py', |
| '../third_party/python_26/Lib/urllib.py', |
| '../third_party/python_26/Lib/urllib2.py', |
| '../third_party/python_26/Lib/urlparse.py', |
| '../third_party/python_26/Lib/warnings.py', |
| '../third_party/python_26/Lib/weakref.py', |
| '../third_party/python_26/Lib/webbrowser.py', |
| '../third_party/python_26/Lib/xml/__init__.py', |
| '../third_party/python_26/Lib/xml/dom/NodeFilter.py', |
| '../third_party/python_26/Lib/xml/dom/__init__.py', |
| '../third_party/python_26/Lib/xml/dom/domreg.py', |
| '../third_party/python_26/Lib/xml/dom/minicompat.py', |
| '../third_party/python_26/Lib/xml/dom/minidom.py', |
| '../third_party/python_26/Lib/xml/dom/xmlbuilder.py', |
| '../third_party/python_26/Lib/xml/parsers/__init__.py', |
| '../third_party/python_26/Lib/xml/sax/__init__.py', |
| '../third_party/python_26/Lib/xml/sax/_exceptions.py', |
| '../third_party/python_26/Lib/xml/sax/handler.py', |
| '../third_party/python_26/Lib/xml/sax/saxutils.py', |
| '../third_party/python_26/Lib/xml/sax/xmlreader.py', |
| '../third_party/python_26/Lib/xmlrpclib.py', |
| '../third_party/python_26/Lib/zipfile.py', |
| '../third_party/python_26/python.exe', |
| '../third_party/python_26/python26.dll', |
| '<(PRODUCT_DIR)/avcodec-54.dll', |
| '<(PRODUCT_DIR)/avformat-54.dll', |
| '<(PRODUCT_DIR)/avutil-51.dll', |
| '<(PRODUCT_DIR)/icudt.dll', |
| '<(PRODUCT_DIR)/plugins/npTestNetscapePlugIn.dll', |
| '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', |
| 'test/data/automation/client_redirects.html', |
| 'test/data/automation/meta_redirect.html', |
| 'test/data/automation/sends_message_on_load.html', |
| 'test/data/captive_portal/iframe_timeout.html', |
| 'test/data/captive_portal/login.html', |
| 'test/data/captive_portal/login.html.mock-http-headers', |
| 'test/data/captive_portal/page204.html', |
| 'test/data/captive_portal/page204.html.mock-http-headers', |
| 'test/data/devtools/debugger_test_page.html', |
| 'test/data/devtools/navigate_back.html', |
| 'test/data/devtools/page_with_content_script.html', |
| 'test/data/devtools/pause_when_script_is_running.html', |
| 'test/data/extensions/api_test/accessibility/get_alerts_for_tab/background.js', |
| 'test/data/extensions/api_test/accessibility/get_alerts_for_tab/manifest.json', |
| 'test/data/extensions/api_test/alert/manifest.json', |
| 'test/data/extensions/api_test/apitest/manifest.json', |
| 'test/data/extensions/api_test/background_scripts/manifest.json', |
| 'test/data/extensions/api_test/bindings/exception_in_handler_should_not_crash/manifest.json', |
| 'test/data/extensions/api_test/bindings/exception_in_handler_should_not_crash/page.html', |
| 'test/data/extensions/api_test/bookmark_manager/edit_disabled/manifest.json', |
| 'test/data/extensions/api_test/bookmark_manager/standard/manifest.json', |
| 'test/data/extensions/api_test/canvas_2d/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/about_blank_iframes/content_script.js', |
| 'test/data/extensions/api_test/content_scripts/about_blank_iframes/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/about_blank_iframes/test.html', |
| 'test/data/extensions/api_test/content_scripts/all_frames/all_frames.js', |
| 'test/data/extensions/api_test/content_scripts/all_frames/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/all_frames/top_frame_only.js', |
| 'test/data/extensions/api_test/content_scripts/css_l10n/background.js', |
| 'test/data/extensions/api_test/content_scripts/css_l10n/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/css_l10n/style.css', |
| 'test/data/extensions/api_test/content_scripts/css_l10n/test_extension_id.js', |
| 'test/data/extensions/api_test/content_scripts/dont_match_host_permissions/background.js', |
| 'test/data/extensions/api_test/content_scripts/dont_match_host_permissions/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/dont_match_host_permissions/modify.js', |
| 'test/data/extensions/api_test/content_scripts/dont_match_host_permissions/test.js', |
| 'test/data/extensions/api_test/content_scripts/existing_renderers/content_styles.css', |
| 'test/data/extensions/api_test/content_scripts/extension_api/events.js', |
| 'test/data/extensions/api_test/content_scripts/extension_api/fire_event.js', |
| 'test/data/extensions/api_test/content_scripts/extension_api/functions.js', |
| 'test/data/extensions/api_test/content_scripts/extension_api/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/extension_iframe/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/extension_iframe/script.js', |
| 'test/data/extensions/api_test/content_scripts/extension_process/background.html', |
| 'test/data/extensions/api_test/content_scripts/extension_process/injectionator.js', |
| 'test/data/extensions/api_test/content_scripts/extension_process/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/fragment/background.js', |
| 'test/data/extensions/api_test/content_scripts/fragment/content_script.js', |
| 'test/data/extensions/api_test/content_scripts/fragment/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/permissions/background.js', |
| 'test/data/extensions/api_test/content_scripts/permissions/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/view_source/background.js', |
| 'test/data/extensions/api_test/content_scripts/view_source/manifest.json', |
| 'test/data/extensions/api_test/content_scripts/view_source/request.js', |
| 'test/data/extensions/api_test/content_security_policy/manifest.json', |
| 'test/data/extensions/api_test/content_security_policy/test.js', |
| 'test/data/extensions/api_test/content_settings/standard/manifest.json', |
| 'test/data/extensions/api_test/content_settings/standard/test.js', |
| 'test/data/extensions/api_test/context_menus/basics/manifest.json', |
| 'test/data/extensions/api_test/context_menus/event_page/manifest.json', |
| 'test/data/extensions/api_test/cookies/api/manifest.json', |
| 'test/data/extensions/api_test/cookies/events/manifest.json', |
| 'test/data/extensions/api_test/cookies/events/test.js', |
| 'test/data/extensions/api_test/cookies/no_permission/background.js', |
| 'test/data/extensions/api_test/cookies/no_permission/manifest.json', |
| 'test/data/extensions/api_test/cross_origin_xhr/all_urls/content_script.js', |
| 'test/data/extensions/api_test/cross_origin_xhr/all_urls/manifest.json', |
| 'test/data/extensions/api_test/cross_origin_xhr/all_urls/test.html', |
| 'test/data/extensions/api_test/cross_origin_xhr/all_urls/test.js', |
| 'test/data/extensions/api_test/cross_origin_xhr/background_page/manifest.json', |
| 'test/data/extensions/api_test/cross_origin_xhr/content_script/content_script.js', |
| 'test/data/extensions/api_test/cross_origin_xhr/content_script/manifest.json', |
| 'test/data/extensions/api_test/cross_origin_xhr/file_access/manifest.json', |
| 'test/data/extensions/api_test/cross_origin_xhr/file_access/test.js', |
| 'test/data/extensions/api_test/cross_origin_xhr/no_file_access/manifest.json', |
| 'test/data/extensions/api_test/debugger/inspected.html', |
| 'test/data/extensions/api_test/debugger/manifest.json', |
| 'test/data/extensions/api_test/default_content_security_policy/manifest.json', |
| 'test/data/extensions/api_test/events/manifest.json', |
| 'test/data/extensions/api_test/font_settings/incognito/manifest.json', |
| 'test/data/extensions/api_test/font_settings/standard/manifest.json', |
| 'test/data/extensions/api_test/i18n/a.js', |
| 'test/data/extensions/api_test/i18n/manifest.json', |
| 'test/data/extensions/api_test/i18n/test.js', |
| 'test/data/extensions/api_test/idle/manifest.json', |
| 'test/data/extensions/api_test/input/manifest.json', |
| 'test/data/extensions/api_test/managed_mode/get_enter/manifest.json', |
| 'test/data/extensions/api_test/managed_mode/get_enter/test.js', |
| 'test/data/extensions/api_test/managed_mode/on_change/manifest.json', |
| 'test/data/extensions/api_test/managed_mode/on_change/test.html', |
| 'test/data/extensions/api_test/managed_mode/on_change/test.js', |
| 'test/data/extensions/api_test/messaging/connect_external/test.html', |
| 'test/data/extensions/api_test/messaging/event_url/manifest.json', |
| 'test/data/extensions/api_test/metrics/manifest.json', |
| 'test/data/extensions/api_test/mutation_observers/manifest.json', |
| 'test/data/extensions/api_test/page_action/basics/icon.png', |
| 'test/data/extensions/api_test/page_action/basics/manifest.json', |
| 'test/data/extensions/api_test/page_action/basics/update2.js', |
| 'test/data/extensions/api_test/page_action/crash_57333/Extension1/16.png', |
| 'test/data/extensions/api_test/page_action/crash_57333/Extension1/manifest.json', |
| 'test/data/extensions/api_test/page_action/getters/manifest.json', |
| 'test/data/extensions/api_test/page_action/old_api/icon.png', |
| 'test/data/extensions/api_test/page_action/old_api/manifest.json', |
| 'test/data/extensions/api_test/permissions/disabled/manifest.json', |
| 'test/data/extensions/api_test/permissions/experimental_disabled/background.js', |
| 'test/data/extensions/api_test/permissions/experimental_disabled/manifest.json', |
| 'test/data/extensions/api_test/permissions/favicon/manifest.json', |
| 'test/data/extensions/api_test/permissions/optional/manifest.json', |
| 'test/data/extensions/api_test/permissions/optional_deny/manifest.json', |
| 'test/data/extensions/api_test/permissions/optional_gesture/manifest.json', |
| 'test/data/extensions/api_test/preference/clear/manifest.json', |
| 'test/data/extensions/api_test/preference/onchange/manifest.json', |
| 'test/data/extensions/api_test/preference/persistent_incognito/manifest.json', |
| 'test/data/extensions/api_test/preference/persistent_incognito/test.js', |
| 'test/data/extensions/api_test/preference/session_only_incognito/manifest.json', |
| 'test/data/extensions/api_test/preference/session_only_incognito/test.js', |
| 'test/data/extensions/api_test/preference/standard/manifest.json', |
| 'test/data/extensions/api_test/preference/standard/test.html', |
| 'test/data/extensions/api_test/preference/standard/test.js', |
| 'test/data/extensions/api_test/processes/onupdated/manifest.json', |
| 'test/data/extensions/api_test/rlz/manifest.json', |
| 'test/data/extensions/api_test/sandboxed_pages/main.html', |
| 'test/data/extensions/api_test/script_badge/basics/background.js', |
| 'test/data/extensions/api_test/script_badge/basics/manifest.json', |
| 'test/data/extensions/api_test/script_badge/basics/update.js', |
| 'test/data/extensions/api_test/stubs/content_script.js', |
| 'test/data/extensions/api_test/stubs/manifest.json', |
| 'test/data/extensions/api_test/system/get_incognito_mode_availability/manifest.json', |
| 'test/data/extensions/api_test/tabs/current_window/background.js', |
| 'test/data/extensions/api_test/tabs/current_window/manifest.json', |
| 'test/data/extensions/api_test/tabs/incognito_disabled/background.js', |
| 'test/data/extensions/api_test/tabs/incognito_disabled/manifest.json', |
| 'test/data/extensions/api_test/tabs/javascript_url_permissions/manifest.json', |
| 'test/data/extensions/api_test/tabs/javascript_url_permissions/test.js', |
| 'test/data/extensions/api_test/tabs/on_removed/c.html', |
| 'test/data/extensions/api_test/tabs/on_removed/manifest.json', |
| 'test/data/extensions/api_test/tabs/on_removed/tabs_util.js', |
| 'test/data/extensions/api_test/tabs/on_removed/test.js', |
| 'test/data/extensions/api_test/tabs/on_updated/browserThenRendererInitiated/b.html', |
| 'test/data/extensions/api_test/tabs/on_updated/iframeNavigated/frame1.js', |
| 'test/data/extensions/api_test/tabs/on_updated/iframeNavigated/iframe2.html', |
| 'test/data/extensions/api_test/tabs/on_updated/iframeNavigated/iframe3.html', |
| 'test/data/extensions/api_test/tabs/on_updated/manifest.json', |
| 'test/data/extensions/api_test/webnavigation/framework.js', |
| 'test/data/extensions/api_test/webnavigation/manifest.json', |
| 'test/data/extensions/api_test/webnavigation/targetBlank/b.html', |
| 'test/data/extensions/api_test/webnavigation/test_api.html', |
| 'test/data/extensions/api_test/webnavigation/test_requestOpenTab.html', |
| 'test/data/extensions/api_test/webnavigation/test_requestOpenTab.js', |
| 'test/data/extensions/api_test/webnavigation/test_serverRedirect.html', |
| 'test/data/extensions/api_test/webnavigation/test_serverRedirect.js', |
| 'test/data/extensions/api_test/webnavigation/test_targetBlank.html', |
| 'test/data/extensions/api_test/webnavigation/test_targetBlank.js', |
| 'test/data/extensions/api_test/webnavigation/test_userAction.html', |
| 'test/data/extensions/api_test/webnavigation/test_userAction.js', |
| 'test/data/extensions/api_test/webnavigation/userAction/b.html', |
| 'test/data/extensions/api_test/websocket/manifest.json', |
| 'test/data/extensions/api_test/window_open/argument_overflow/manifest.json', |
| 'test/data/extensions/api_test/window_open/browser_is_app/manifest.json', |
| 'test/data/extensions/api_test/window_open/popup/manifest.json', |
| 'test/data/extensions/api_test/window_open/popup_blocking/extension/content_script.js', |
| 'test/data/extensions/api_test/window_open/popup_blocking/extension/foo.html', |
| 'test/data/extensions/api_test/window_open/popup_blocking/extension/manifest.json', |
| 'test/data/extensions/api_test/window_open/popup_blocking/extension/pop.js', |
| 'test/data/extensions/api_test/window_open/popup_blocking/extension/tab.js', |
| 'test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json', |
| 'test/data/extensions/api_test/window_open/popup_blocking/hosted_app/tab.html', |
| 'test/data/extensions/api_test/window_open/popup_large/manifest.json', |
| 'test/data/extensions/api_test/window_open/popup_small/background.js', |
| 'test/data/extensions/api_test/window_open/popup_small/manifest.json', |
| 'test/data/extensions/api_test/window_update/focus/manifest.json', |
| 'test/data/extensions/api_test/window_update/focus/test.html', |
| 'test/data/extensions/api_test/window_update/focus/test.js', |
| 'test/data/extensions/api_test/window_update/resize/manifest.json', |
| 'test/data/extensions/api_test/window_update/resize/test.html', |
| 'test/data/extensions/api_test/window_update/resize/test.js', |
| 'test/data/extensions/api_test/window_update/show_state/manifest.json', |
| 'test/data/extensions/api_test/window_update/show_state/test.js', |
| 'test/data/extensions/api_test/window_update/sizing/manifest.json', |
| 'test/data/extensions/api_test/window_update/sizing/test.html', |
| 'test/data/extensions/api_test/window_update/sizing/test.js', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/french_sentence.html', |
| 'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/1.0.0.0/test_gettabs.js', |
| 'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/', |
| 'test/data/page_cycler/cached_data_dir/Default/Bookmarks', |
| 'test/data/page_cycler/cached_data_dir/Default/Bookmarks.bak', |
| 'test/data/page_cycler/cached_data_dir/Default/Favicons', |
| 'test/data/page_cycler/cached_data_dir/Default/Favicons-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/History', |
| 'test/data/page_cycler/cached_data_dir/Default/History-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/Preferences', |
| 'test/data/page_cycler/cached_data_dir/Default/Shortcuts', |
| 'test/data/page_cycler/cached_data_dir/Default/Shortcuts-journal', |
| 'test/data/page_cycler/cached_data_dir/chrome_shutdown_ms.txt', |
| 'test/data/page_cycler/cached_data_dir/urls', |
| 'test/data/save_page/c.htm', |
| 'third_party/jstemplate/jstemplate_compiled.js', |
| 'tools/build/repack_locales.py', |
| ], |
| 'isolate_dependency_untracked': [ |
| '../third_party/WebKit/LayoutTests/fast/events/resources/big-page-with-input.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/bookmark.gif', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/frame-tab-focus-empty-middle.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/frontpage.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/greenbox.png', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/mouseover-mouseout2-iframe-3.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/onload-image.png', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-iframe-delete-test-frame.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/page-visibility-iframe-move-new-page.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/pageshow-pagehide-subframe-cachable.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/pageshow-pagehide-subframe.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/pageshow-pagehide-subsubframe.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/pass.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/popup-blocking-click-in-iframe-otherFrame.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/scroll-event-modal-dialog.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/subframe-stop-load-in-unload-handler-using-window-stop.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/subframe-xmlhttprequest.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame1.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame2.html', |
| '../third_party/WebKit/LayoutTests/fast/events/resources/tabindex-focus-blur-all-frame3.html', |
| '../third_party/WebKit/LayoutTests/fast/js/resources/bom-in-file-retains-correct-offset.js', |
| '../third_party/WebKit/LayoutTests/fast/js/resources/codegen-temporaries-multiple-global-blocks-2.js', |
| '../third_party/WebKit/LayoutTests/fast/js/resources/garbage-collect-after-string-appends.js-disabled', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/create-shared-worker-frame.html', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-lifecycle.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-name.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/use-machine-stack.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/worker-call.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/worker-exception-in-timeout-callback.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/worker-init.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/worker-messageport.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/worker-replace-self.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/worker-script-error-handled.js', |
| '../third_party/WebKit/LayoutTests/fast/workers/resources/worker-thread-multi-port.js', |
| '../third_party/python_26/Lib/xml/parsers/', |
| 'test/data/devtools/extensions/devtools_experimental/', |
| 'test/data/devtools/extensions/devtools_extension/', |
| 'test/data/devtools/extensions/devtools_messaging/', |
| 'test/data/devtools/extensions/simple_content_script/', |
| 'test/data/extensions/api_test/content_scripts/about_blank_iframes/', |
| 'test/data/extensions/api_test/content_scripts/css_l10n/', |
| 'test/data/extensions/api_test/content_scripts/css_l10n/_locales/', |
| 'test/data/extensions/api_test/content_scripts/dont_match_host_permissions/', |
| 'test/data/extensions/api_test/content_scripts/existing_renderers/', |
| 'test/data/extensions/api_test/content_scripts/extension_api/', |
| 'test/data/extensions/api_test/content_scripts/extension_iframe/', |
| 'test/data/extensions/api_test/content_scripts/extension_process/', |
| 'test/data/extensions/api_test/content_scripts/fragment/', |
| 'test/data/extensions/api_test/content_scripts/isolated_world1/', |
| 'test/data/extensions/api_test/content_scripts/isolated_world2/', |
| 'test/data/extensions/api_test/content_scripts/permissions/', |
| 'test/data/extensions/api_test/content_scripts/view_source/', |
| 'test/data/extensions/api_test/i18n/_locales/', |
| 'test/data/extensions/api_test/idle/', |
| 'test/data/extensions/api_test/input/', |
| 'test/data/extensions/api_test/rlz/', |
| 'test/data/extensions/api_test/tabs/on_removed/', |
| 'test/data/extensions/api_test/webnavigation/requestOpenTab/', |
| 'test/data/extensions/api_test/webnavigation/serverRedirect/', |
| 'test/data/extensions/api_test/webnavigation/targetBlank/', |
| 'test/data/extensions/api_test/webnavigation/userAction/', |
| 'test/data/extensions/api_test/window_update/show_state/', |
| 'test/data/page_cycler/cached_data_dir/Default/Archived History', |
| 'test/data/page_cycler/cached_data_dir/Default/Archived History-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/Cache/', |
| 'test/data/page_cycler/cached_data_dir/Default/Current Session', |
| 'test/data/page_cycler/cached_data_dir/Default/Current Tabs', |
| 'test/data/page_cycler/cached_data_dir/Default/History Index 2011-12', |
| 'test/data/page_cycler/cached_data_dir/Default/History Index 2011-12-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-02', |
| 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-02-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-03', |
| 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-03-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-04', |
| 'test/data/page_cycler/cached_data_dir/Default/History Index 2012-04-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/History Provider Cache', |
| 'test/data/page_cycler/cached_data_dir/Default/Last Session', |
| 'test/data/page_cycler/cached_data_dir/Default/Last Tabs', |
| 'test/data/page_cycler/cached_data_dir/Default/Network Action Predictor', |
| 'test/data/page_cycler/cached_data_dir/Default/Network Action Predictor-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/Top Sites', |
| 'test/data/page_cycler/cached_data_dir/Default/Top Sites-journal', |
| 'test/data/page_cycler/cached_data_dir/Default/Visited Links', |
| 'test/data/page_cycler/cached_data_dir/Default/Web Data', |
| 'test/data/page_cycler/cached_data_dir/Default/Web Data-journal', |
| 'test/data/page_cycler/cached_data_dir/Local State', |
| 'test/data/page_cycler/cached_data_dir/Safe Browsing Cookies', |
| 'test/data/page_cycler/cached_data_dir/Safe Browsing Cookies-journal', |
| ], |
| 'isolate_dependency_touched': [ |
| '<(PRODUCT_DIR)/First Run', |
| 'test/data/download-test3.gif', |
| 'test/data/empty.html', |
| 'test/data/extensions/api_test/window_update/focus/blank.html', |
| 'test/data/extensions/api_test/window_update/resize/blank.html', |
| 'test/data/extensions/api_test/window_update/sizing/blank.html', |
| 'test/data/page_cycler/cached_data_dir/Default/User StyleSheets/Custom.css', |
| 'test/data/page_cycler/cached_data_dir/First Run', |
| ], |
| }, |
| }, { |
| 'variables': { |
| 'isolate_dependency_tracked': [ |
| '../third_party/tlslite/tlslite/integration/TLSTwistedProtocolWrapper.py', |
| ], |
| }, |
| }], |
| ], |
| } |