From 40edb4c3a482ab275cde93ddb4eb9d4d418d520f Mon Sep 17 00:00:00 2001 From: Viatcheslav Ostapenko Date: Wed, 6 Aug 2014 11:27:01 -0400 Subject: [PATCH] Fix typo in s-skia url in custom deps. Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=4403 Change-Id: Ica20a85eacfa2f7f4c98c2350e39be60cfdf8ae4 Signed-off-by: Viatcheslav Ostapenko --- tizen_src/.gclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen_src/.gclient b/tizen_src/.gclient index b3312684..358b5fc 100644 --- a/tizen_src/.gclient +++ b/tizen_src/.gclient @@ -5,7 +5,7 @@ solutions = [{ 'custom_deps' : { 'src/third_party/WebKit': 'ssh://165.213.202.130:29418/webplatform/s-blink@dev/m38_2101', 'src/sbrowser':None, - 'src/third_party/skia': 'ssh://165.213.202.130:29418/webplatforms-skia.git@dev/m38_2101', + 'src/third_party/skia': 'ssh://165.213.202.130:29418/webplatform/s-skia.git@dev/m38_2101', 'src/v8': 'ssh://165.213.202.130:29418/webplatform/s-v8@dev/m38_2101', }, 'deps_file' : '.DEPS.git', -- 2.7.4