From 7a0b54df057af2daeec2f5e13716eec79bf67a69 Mon Sep 17 00:00:00 2001 From: "slamm@google.com" Date: Fri, 11 May 2012 23:31:58 +0000 Subject: Checkout Web Page Replay in src/third_party (was chrome/tools/build/third_party). Previously (issue 10020064), this was committed and backed out because of licensecheck.pl issues. This CL depends on issue 10310044 to fix licensecheck.pl UNKNOWNs for webpagereplay/third_party/dns. This CL differs from 10020064 in that it grabs an updated Web Page Replay to fix UNKNOWNs for webpagereplay/third_party/nbhttp. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10310084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136708 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/python/google/webpagereplay_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/python/google') diff --git a/tools/python/google/webpagereplay_utils.py b/tools/python/google/webpagereplay_utils.py index e93ec55..595cff8 100755 --- a/tools/python/google/webpagereplay_utils.py +++ b/tools/python/google/webpagereplay_utils.py @@ -134,8 +134,8 @@ class ChromiumPaths(object): '.wpr_alt': 'src/tools/page_cycler/webpagereplay/tests/{TEST_NAME}.wpr', 'start.html': 'src/tools/page_cycler/webpagereplay/start.html', 'extension': 'src/tools/page_cycler/webpagereplay/extension', + 'replay': 'src/third_party/webpagereplay', 'logs': 'src/webpagereplay_logs/{TEST_EXE_NAME}', - 'replay': 'tools/build/third_party/webpagereplay', } def __init__(self, **replacements): -- cgit v1.1