From 7c1e80a59c69dc0f772b4fc976fb555823408c0d Mon Sep 17 00:00:00 2001 From: Antonio Gomes Date: Mon, 1 Jun 2015 18:20:21 -0400 Subject: [PATCH] [Crosswalk] Reenable hook to generate UPSTREAM.blink Patch fixes the following error: ninja: Entering directory `//src/out.x64/Release' ninja: error: '../../xwalk/build/UPSTREAM.blink', needed by 'gen/blink_upstream_version.h', missing and no known rule to make it Error: File:tizen_src/build/build_desktop.sh Line:155 Reviewed by: Hyunhak Kim, SeungSeop Park, arno renevier Change-Id: Ic687023271ca73d015fe460556c729513f05bc84 Signed-off-by: Antonio Gomes --- tizen_src/scripts/xwalk/DEPS.xwalk | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tizen_src/scripts/xwalk/DEPS.xwalk b/tizen_src/scripts/xwalk/DEPS.xwalk index ae0f486..62f7851 100644 --- a/tizen_src/scripts/xwalk/DEPS.xwalk +++ b/tizen_src/scripts/xwalk/DEPS.xwalk @@ -107,18 +107,18 @@ solutions = [ ] hooks = [ -# { -# 'action': [ -# 'python', -# 'src/xwalk/tools/upstream_revision.py', -# '-r', -# blink_upstream_rev, -# '-o', -# 'src/xwalk/build/UPSTREAM.blink' -# ], -# 'pattern': '.', -# 'name': 'upstream_revision' -# } + { + 'action': [ + 'python', + 'src/xwalk/tools/upstream_revision.py', + '-r', + blink_upstream_rev, + '-o', + 'src/xwalk/build/UPSTREAM.blink' + ], + 'pattern': '.', + 'name': 'upstream_revision' + } ] # ------------------------------------------------- -- 2.7.4