From: Pawel Andruszkiewicz
Date: Thu, 11 Jun 2015 11:19:41 +0000 (+0200)
Subject: [Common] Code of tools extracted to separate file.
X-Git-Tag: submit/tizen/20150702.103311^2~2^2~57^2
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ecf3fdda1501e412741f6f7c8585c1fb21b94752;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git
[Common] Code of tools extracted to separate file.
Change-Id: I8246664a7485a10ce68c64de992c6b13b116a3f4
Signed-off-by: Pawel Andruszkiewicz
---
diff --git a/src/common/common.gyp b/src/common/common.gyp
index 24337873..aa994f24 100644
--- a/src/common/common.gyp
+++ b/src/common/common.gyp
@@ -31,6 +31,8 @@
'scope_exit.h',
'task-queue.cpp',
'task-queue.h',
+ 'tools.cc',
+ 'tools.h',
'callback_user_data.cc',
'callback_user_data.h',
'optional.h',
diff --git a/src/common/extension.cc b/src/common/extension.cc
index 0e523a2c..c47986db 100755
--- a/src/common/extension.cc
+++ b/src/common/extension.cc
@@ -11,19 +11,7 @@
#include
#include