Fix typo in s-skia url in custom deps.
authorViatcheslav Ostapenko <sl.ostapenko@samsung.com>
Wed, 6 Aug 2014 15:27:01 +0000 (11:27 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=4403

Change-Id: Ica20a85eacfa2f7f4c98c2350e39be60cfdf8ae4
Signed-off-by: Viatcheslav Ostapenko <sl.ostapenko@samsung.com>
tizen_src/.gclient

index b331268..358b5fc 100644 (file)
@@ -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',