blob: 7c30aab84e320d8c9a3e9a4f5a099d3e5492b48f [file] [log] [blame]
# 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': [
'../testing/test_env.py',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/resources.pak',
],
},
'conditions': [
['OS=="linux"', {
'variables': {
'command': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
],
'isolate_dependency_tracked': [
'../testing/xvfb.py',
'<(PRODUCT_DIR)/chrome.pak',
'<(PRODUCT_DIR)/chrome<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/libffmpegsumo.so',
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
],
},
}, { # else
'variables': {
'command': [
'../testing/test_env.py',
'<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
],
},
}],
['OS=="mac"', {
'variables': {
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/Chromium.app/Contents/Info.plist',
],
'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BookmarkBar.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/BrowserWindow.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Info.plist',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/InfoBar.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/InfoBarContainer.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/MainMenu.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/PreviewableContents.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/TabView.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/Toolbar.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/WrenchMenu.nib',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/chrome.pak',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/en.lproj/',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/nav.pdf',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/omnibox_http.pdf',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/star.pdf',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/theme_resources_2x.pak',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/theme_resources_standard.pak',
'<(PRODUCT_DIR)/Chromium Framework.framework/Versions/A/resources/ui_resources_standard.pak',
'<(PRODUCT_DIR)/Chromium.app/Contents/Resources/en.lproj/',
'test/data/extensions/api_test/accessibility/',
],
},
}, {
'variables': {
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/locales/en-US.pak',
'<(PRODUCT_DIR)/theme_resources_standard.pak',
'<(PRODUCT_DIR)/ui_resources_standard.pak',
],
},
}],
['OS=="win"', {
'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',
'../third_party/WebKit/Tools/Scripts/new-run-webkit-websocketserver',
'../third_party/WebKit/Tools/Scripts/webkitpy/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/changelog.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/checkout.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/commitinfo.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/deps.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/diff_parser.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/commitmessage.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/git.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/config/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/config/committers.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/config/urls.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/editdistance.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/find_files.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/host.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/memoized.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/attachment.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bug.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/chromiumbuildbot.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/credentials.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/failuremap.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/file_uploader.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/layouttestresults.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/networktransaction.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/regressionwindow.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/net/web.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/read_checksum_from_png.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/autoinstall.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/deprecated_logging.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/environment.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/executive.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/file_lock.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/filesystem.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/path.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/platforminfo.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/stack_utils.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/systemhost.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/user.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/system/workspace.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/amountchangedpattern.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/changedlinepattern.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/filenamepattern.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlist.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlistloader.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlistparser.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlistrule.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager_worker_broker.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/worker.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_layout_results_generator.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/result_summary.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_configuration.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_failures.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_input.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_results.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/builders.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_android.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_linux.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_mac.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/chromium_win.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/config.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/http_lock.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/server_process.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/webkit.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http_server.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/http_server.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/http_server_base.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/websocket_server.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/metered_stream.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/printing.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/BeautifulSoup.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/_stream_base.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/_stream_hixie75.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/_stream_hybi.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/common.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/dispatch.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/extensions.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/http_header_util.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/memorizingfile.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/msgutil.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/standalone.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/stream.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/util.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/tool/__init__.py',
'../third_party/WebKit/Tools/Scripts/webkitpy/tool/grammar.py',
'../third_party/cygwin/bin/bash.exe',
'../third_party/cygwin/setup_env.bat',
'../third_party/cygwin/setup_mount.bat',
'../third_party/mesa/MesaLib/src/glsl/ir_reader.cpp',
'../third_party/mesa/MesaLib/src/mesa/main/mtypes.h',
'../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
'../third_party/pyftpdlib/src/pyftpdlib/ftpserver.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/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/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/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',
'../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',
'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/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/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/manifest.json',
'test/data/extensions/api_test/content_scripts/css_l10n/style.css',
'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/extension_api/events.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/injectionator.js',
'test/data/extensions/api_test/content_scripts/extension_process/manifest.json',
'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/isolated_world1/a.js',
'test/data/extensions/api_test/content_scripts/isolated_world1/b.js',
'test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json',
'test/data/extensions/api_test/content_scripts/permissions/manifest.json',
'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_settings/standard/manifest.json',
'test/data/extensions/api_test/context_menus/add_from_multiple_contexts/manifest.json',
'test/data/extensions/api_test/context_menus/basics/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/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/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/no_file_access/manifest.json',
'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/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/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/add_popup/icon.png',
'test/data/extensions/api_test/page_action/add_popup/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/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/page_action/remove_popup/icon.png',
'test/data/extensions/api_test/page_action/remove_popup/manifest.json',
'test/data/extensions/api_test/permissions/disabled/manifest.json',
'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/session_only_incognito/manifest.json',
'test/data/extensions/api_test/preference/standard/manifest.json',
'test/data/extensions/api_test/processes/onupdated/manifest.json',
'test/data/extensions/api_test/rlz/manifest.json',
'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/basics/manifest.json',
'test/data/extensions/api_test/tabs/capture_visible_tab/manifest.json',
'test/data/extensions/api_test/tabs/current_window/manifest.json',
'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/on_removed/manifest.json',
'test/data/extensions/api_test/tabs/on_updated/manifest.json',
'test/data/extensions/api_test/webnavigation/manifest.json',
'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/manifest.json',
'test/data/extensions/api_test/window_open/popup_blocking/extension/pop.js',
'test/data/extensions/api_test/window_open/popup_blocking/hosted_app/manifest.json',
'test/data/extensions/api_test/window_open/popup_large/manifest.json',
'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/resize/manifest.json',
'test/data/extensions/api_test/window_update/show_state/manifest.json',
'test/data/extensions/api_test/window_update/sizing/manifest.json',
'test/data/extensions/good/Extensions/behllobkkfkfnphdnhnkndlbkcpglgmj/',
'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/manifest.json',
'test/data/extensions/good/Extensions/hpiknbiabeeppbpihjehijgoemciehgk/',
],
'isolate_dependency_untracked': [
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/handler_map.txt',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/bad-handshake-crash_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/client-close_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/close-on-unload_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/echo-challenge_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/echo-cookie_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/echo-location_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/echo_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/fixed-origin_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/frame-length-longer-than-buffer_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/frame-length-overflow_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/frame-length-skip_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-error_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-maxlength_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-no-connection-header_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-no-cr_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-no-upgrade-header_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/handshake-fail-by-prepended-null_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/long-invalid-header_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/no-query_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/origin-test_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/protocol-test_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/send2_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/send_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/server-close_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/simple_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/split-binary-frame-header_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/unicode_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/unknown-frame-type_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/workers/resources/echo-challenge_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/workers/resources/echo_wsh.py',
'../third_party/WebKit/LayoutTests/http/tests/websocket/tests/hixie76/workers/resources/simple_wsh.py',
'../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/thirdparty/mod_pywebsocket/handshake/',
'../third_party/python_26/Lib/xml/parsers/',
'test/data/extensions/api_test/content_scripts/css_l10n/_locales/',
'test/data/extensions/api_test/content_scripts/existing_renderers/',
'test/data/extensions/api_test/i18n/_locales/',
'test/data/extensions/api_test/incognito/content_scripts/',
],
},
}],
],
}