[Tizen] Initial migration of Common component from xwalk 33/163733/8
authorss440 <ss440.han@samsung.com>
Wed, 13 Dec 2017 06:13:28 +0000 (15:13 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Fri, 29 Dec 2017 01:29:23 +0000 (01:29 +0000)
commit65be9152c34f6bb8209e5d3e68356607fef5a8ef
tree7f3ac99efe08085ab065b0289ec672ea748629c4
parent5273d4914e3e65adb4a48daa2bd61e2428c0ebad
[Tizen] Initial migration of Common component from xwalk

This common module is base of Runtime and Extension component.

Change-Id: If0163dc1671ef81bb353ddc496ec92aaaa705352
Signed-off-by: ss440 <ss440.han@samsung.com>
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
34 files changed:
electron.gyp
packaging/electron-efl.spec
tizen/build/common.gypi [new file with mode: 0644]
tizen/build/cynara-client.gypi [new file with mode: 0644]
tizen/build/pkg-config.gypi [new file with mode: 0644]
tizen/build/xwalk_js2c.gypi [new file with mode: 0644]
tizen/common/CPPLINT.cfg [new file with mode: 0644]
tizen/common/app_control.cc [new file with mode: 0644]
tizen/common/app_control.h [new file with mode: 0644]
tizen/common/app_db.cc [new file with mode: 0644]
tizen/common/app_db.h [new file with mode: 0644]
tizen/common/app_db_sqlite.h [new file with mode: 0644]
tizen/common/application_data.cc [new file with mode: 0644]
tizen/common/application_data.h [new file with mode: 0644]
tizen/common/arraysize.h [new file with mode: 0644]
tizen/common/command_line.cc [new file with mode: 0644]
tizen/common/command_line.h [new file with mode: 0644]
tizen/common/common.gyp [new file with mode: 0644]
tizen/common/file_utils.cc [new file with mode: 0644]
tizen/common/file_utils.h [new file with mode: 0644]
tizen/common/locale_manager.cc [new file with mode: 0644]
tizen/common/locale_manager.h [new file with mode: 0644]
tizen/common/logger.h [new file with mode: 0644]
tizen/common/picojson.h [new file with mode: 0644]
tizen/common/platform_info.cc [new file with mode: 0644]
tizen/common/platform_info.h [new file with mode: 0644]
tizen/common/profiler.cc [new file with mode: 0644]
tizen/common/profiler.h [new file with mode: 0644]
tizen/common/resource_manager.cc [new file with mode: 0644]
tizen/common/resource_manager.h [new file with mode: 0644]
tizen/common/string_utils.cc [new file with mode: 0644]
tizen/common/string_utils.h [new file with mode: 0644]
tizen/common/url.cc [new file with mode: 0644]
tizen/common/url.h [new file with mode: 0644]