diff options
author | slamm@google.com <slamm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 23:31:58 +0000 |
---|---|---|
committer | slamm@google.com <slamm@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-11 23:31:58 +0000 |
commit | 7a0b54df057af2daeec2f5e13716eec79bf67a69 (patch) | |
tree | c649e4d40077284479e427d7ab67771e4910521e /tools/python/google | |
parent | 6717bf27e115a3745e0418688436139c58dac753 (diff) | |
download | chromium_src-7a0b54df057af2daeec2f5e13716eec79bf67a69.zip chromium_src-7a0b54df057af2daeec2f5e13716eec79bf67a69.tar.gz chromium_src-7a0b54df057af2daeec2f5e13716eec79bf67a69.tar.bz2 |
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
Diffstat (limited to 'tools/python/google')
-rwxr-xr-x | tools/python/google/webpagereplay_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |