Skip to content

Commit

Permalink
Revert 134380 - Checkout Web Page Replay in src/third_party (was chro…
Browse files Browse the repository at this point in the history
…me/tools/build/third_party).

check_licenses failure.

BUG=
TEST=


Review URL: http://codereview.chromium.org/10020064

TBR=slamm@google.com
Review URL: https://chromiumcodereview.appspot.com/10256016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134413 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
yoz@chromium.org committed Apr 28, 2012
1 parent 4ed506f commit 5bfa71e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,6 @@ deps = {

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

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


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 5bfa71e

Please sign in to comment.