Skip to content

Commit

Permalink
Checkout Web Page Replay in src/third_party (was chrome/tools/build/t…
Browse files Browse the repository at this point in the history
…hird_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
  • Loading branch information
[email protected] committed May 11, 2012
1 parent 6717bf2 commit 7a0b54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ deps = {

"src/tools/deps2git":
"/trunk/tools/deps2git@128331",

"src/third_party/webpagereplay":
(Var("googlecode_url") % "web-page-replay") + "/trunk@465",
}


Expand Down
2 changes: 1 addition & 1 deletion tools/python/google/webpagereplay_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7a0b54d

Please sign in to comment.