Modify DEPS.xwalk configuration
authorTaeho Kim <th81.kim@samsung.com>
Thu, 7 May 2015 05:02:01 +0000 (14:02 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Fetch dev/m42_2311 branch instead of exp/dev/m42_2311 from s-chromium

Change-Id: I8333ed69ea0677bb427ada365c71dcd99ac5eb94
Signed-off-by: Taeho Kim <th81.kim@samsung.com>
tizen_src/scripts/xwalk/DEPS.xwalk

index 74e9c5c..f2a2d4d 100644 (file)
@@ -34,7 +34,6 @@ blink_upstream_rev = '184144'  # FIXME(wang16): Specify a later revision than
                                # This will not be needed in M40 or M39 past
                                # Blink r184144.
 
-s_chromium_branch = 'origin/experimental/dev/m42_2311'
 efl_integration_branch = 'origin/dev/m42_2311'
 ct_git = 'ssh://165.213.202.130:29418/webplatform'
 
@@ -48,11 +47,11 @@ ozone_wayland_git = 'https://github.com/01org'
 
 solutions = [
   { 'name': 'src',
-    'url': ct_git + '/s-chromium.git@' + s_chromium_branch,
+    'url': ct_git + '/s-chromium.git@' + efl_integration_branch,
     'deps_file': 'DEPS',
     'custom_deps': {
       'src':
-        ct_git + '/s-chromium.git@' + s_chromium_branch,
+        ct_git + '/s-chromium.git@' + efl_integration_branch,
       'src/third_party/WebKit':
         ct_git + '/s-blink.git@' + efl_integration_branch,
       'src/third_party/skia':