Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2371)

Unified Diff: Tools/Scripts/webkitpy/thirdparty/webpagereplay/webpagereplay.egg-info/SOURCES.txt

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/Scripts/webkitpy/thirdparty/webpagereplay/webpagereplay.egg-info/SOURCES.txt
diff --git a/Tools/Scripts/webkitpy/thirdparty/webpagereplay/webpagereplay.egg-info/SOURCES.txt b/Tools/Scripts/webkitpy/thirdparty/webpagereplay/webpagereplay.egg-info/SOURCES.txt
new file mode 100644
index 0000000000000000000000000000000000000000..16c5f1e25fada425eb72145fcb883d71df31f010
--- /dev/null
+++ b/Tools/Scripts/webkitpy/thirdparty/webpagereplay/webpagereplay.egg-info/SOURCES.txt
@@ -0,0 +1,209 @@
+.gitignore
+COPYING
+cachemissarchive.py
+cachemissarchive_test.py
+customhandlers.py
+daemonserver.py
+deterministic.js
+dnsproxy.py
+httparchive.py
+httparchive_test.py
+httpclient.py
+httpproxy.py
+httpzlib.py
+mock-archive.txt
+mockhttprequest.py
+persistentmixin.py
+platformsettings.py
+platformsettings_test.py
+replay.py
+replayspdyserver.py
+servermanager.py
+setup.py
+trafficshaper.py
+trafficshaper_test.py
+util.py
+./cachemissarchive.py
+./cachemissarchive_test.py
+./customhandlers.py
+./daemonserver.py
+./dnsproxy.py
+./httparchive.py
+./httparchive_test.py
+./httpclient.py
+./httpproxy.py
+./httpzlib.py
+./mockhttprequest.py
+./persistentmixin.py
+./platformsettings.py
+./platformsettings_test.py
+./replay.py
+./replayspdyserver.py
+./servermanager.py
+./trafficshaper.py
+./trafficshaper_test.py
+./util.py
+./perftracker/__init__.py
+./perftracker/runner.py
+./perftracker/runner_cfg.py
+./third_party/__init__.py
+./third_party/ipaddr/ipaddr.py
+./third_party/ipaddr/ipaddr_test.py
+./third_party/ipaddr/setup.py
+./third_party/nbhttp/__init__.py
+./third_party/nbhttp/c_zlib.py
+./third_party/nbhttp/client.py
+./third_party/nbhttp/error.py
+./third_party/nbhttp/http_common.py
+./third_party/nbhttp/push_tcp.py
+./third_party/nbhttp/server.py
+./third_party/nbhttp/spdy_client.py
+./third_party/nbhttp/spdy_common.py
+./third_party/nbhttp/spdy_server.py
+perftracker/README
+perftracker/__init__.py
+perftracker/runner.py
+perftracker/runner_cfg.py
+perftracker/app/app.yaml
+perftracker/app/appengine_config.py
+perftracker/app/index.yaml
+perftracker/app/json.py
+perftracker/app/main.py
+perftracker/app/models.py
+perftracker/app/suite.html
+perftracker/app/jst/jsevalcontext.js
+perftracker/app/jst/jstemplate.js
+perftracker/app/jst/jstemplate_test.js
+perftracker/app/jst/util.js
+perftracker/app/scripts/util.js
+perftracker/app/styles/style.css
+perftracker/app/templates/compare_set.html
+perftracker/app/templates/index.html
+perftracker/app/templates/search.html
+perftracker/app/templates/view_set.html
+perftracker/app/templates/view_summary.html
+perftracker/extension/background.html
+perftracker/extension/manifest.json
+perftracker/extension/script.js
+perftracker/extension/server.js
+perftracker/extension/start.js
+third_party/__init__.py
+third_party/dns/LICENSE
+third_party/dns/README.web-page-replay
+third_party/dns/__init__.py
+third_party/dns/dnssec.py
+third_party/dns/e164.py
+third_party/dns/edns.py
+third_party/dns/entropy.py
+third_party/dns/exception.py
+third_party/dns/flags.py
+third_party/dns/inet.py
+third_party/dns/ipv4.py
+third_party/dns/ipv6.py
+third_party/dns/message.py
+third_party/dns/name.py
+third_party/dns/namedict.py
+third_party/dns/node.py
+third_party/dns/opcode.py
+third_party/dns/query.py
+third_party/dns/rcode.py
+third_party/dns/rdata.py
+third_party/dns/rdataclass.py
+third_party/dns/rdataset.py
+third_party/dns/rdatatype.py
+third_party/dns/renderer.py
+third_party/dns/resolver.py
+third_party/dns/reversename.py
+third_party/dns/rrset.py
+third_party/dns/set.py
+third_party/dns/tokenizer.py
+third_party/dns/tsig.py
+third_party/dns/tsigkeyring.py
+third_party/dns/ttl.py
+third_party/dns/update.py
+third_party/dns/version.py
+third_party/dns/zone.py
+third_party/dns/rdtypes/__init__.py
+third_party/dns/rdtypes/dsbase.py
+third_party/dns/rdtypes/keybase.py
+third_party/dns/rdtypes/mxbase.py
+third_party/dns/rdtypes/nsbase.py
+third_party/dns/rdtypes/sigbase.py
+third_party/dns/rdtypes/txtbase.py
+third_party/dns/rdtypes/ANY/AFSDB.py
+third_party/dns/rdtypes/ANY/CERT.py
+third_party/dns/rdtypes/ANY/CNAME.py
+third_party/dns/rdtypes/ANY/DLV.py
+third_party/dns/rdtypes/ANY/DNAME.py
+third_party/dns/rdtypes/ANY/DNSKEY.py
+third_party/dns/rdtypes/ANY/DS.py
+third_party/dns/rdtypes/ANY/GPOS.py
+third_party/dns/rdtypes/ANY/HINFO.py
+third_party/dns/rdtypes/ANY/HIP.py
+third_party/dns/rdtypes/ANY/ISDN.py
+third_party/dns/rdtypes/ANY/KEY.py
+third_party/dns/rdtypes/ANY/LOC.py
+third_party/dns/rdtypes/ANY/MX.py
+third_party/dns/rdtypes/ANY/NS.py
+third_party/dns/rdtypes/ANY/NSEC.py
+third_party/dns/rdtypes/ANY/NSEC3.py
+third_party/dns/rdtypes/ANY/NSEC3PARAM.py
+third_party/dns/rdtypes/ANY/NXT.py
+third_party/dns/rdtypes/ANY/PTR.py
+third_party/dns/rdtypes/ANY/RP.py
+third_party/dns/rdtypes/ANY/RRSIG.py
+third_party/dns/rdtypes/ANY/RT.py
+third_party/dns/rdtypes/ANY/SIG.py
+third_party/dns/rdtypes/ANY/SOA.py
+third_party/dns/rdtypes/ANY/SPF.py
+third_party/dns/rdtypes/ANY/SSHFP.py
+third_party/dns/rdtypes/ANY/TXT.py
+third_party/dns/rdtypes/ANY/X25.py
+third_party/dns/rdtypes/ANY/__init__.py
+third_party/dns/rdtypes/IN/A.py
+third_party/dns/rdtypes/IN/AAAA.py
+third_party/dns/rdtypes/IN/APL.py
+third_party/dns/rdtypes/IN/DHCID.py
+third_party/dns/rdtypes/IN/IPSECKEY.py
+third_party/dns/rdtypes/IN/KX.py
+third_party/dns/rdtypes/IN/NAPTR.py
+third_party/dns/rdtypes/IN/NSAP.py
+third_party/dns/rdtypes/IN/NSAP_PTR.py
+third_party/dns/rdtypes/IN/PX.py
+third_party/dns/rdtypes/IN/SRV.py
+third_party/dns/rdtypes/IN/WKS.py
+third_party/dns/rdtypes/IN/__init__.py
+third_party/ipaddr/COPYING
+third_party/ipaddr/MANIFEST.in
+third_party/ipaddr/OWNERS
+third_party/ipaddr/README
+third_party/ipaddr/README.web-page-replay
+third_party/ipaddr/ipaddr.py
+third_party/ipaddr/ipaddr_test.py
+third_party/ipaddr/setup.py
+third_party/ipaddr/test-2to3.sh
+third_party/ipfw_win32/LICENSE
+third_party/ipfw_win32/README.txt
+third_party/ipfw_win32/README.web-page-replay
+third_party/ipfw_win32/ipfw.exe
+third_party/ipfw_win32/ipfw.sys
+third_party/ipfw_win32/netipfw.inf
+third_party/ipfw_win32/netipfw_m.inf
+third_party/nbhttp/LICENSE
+third_party/nbhttp/README.web-page-replay
+third_party/nbhttp/__init__.py
+third_party/nbhttp/c_zlib.py
+third_party/nbhttp/client.py
+third_party/nbhttp/error.py
+third_party/nbhttp/http_common.py
+third_party/nbhttp/push_tcp.py
+third_party/nbhttp/server.py
+third_party/nbhttp/spdy_client.py
+third_party/nbhttp/spdy_common.py
+third_party/nbhttp/spdy_server.py
+webpagereplay.egg-info/PKG-INFO
+webpagereplay.egg-info/SOURCES.txt
+webpagereplay.egg-info/dependency_links.txt
+webpagereplay.egg-info/entry_points.txt
+webpagereplay.egg-info/requires.txt
+webpagereplay.egg-info/top_level.txt

Powered by Google App Engine
This is Rietveld 408576698