Implement Tizen application loop. 76/171976/3
authorprathmeshm <prathmesh.m@samsung.com>
Fri, 23 Feb 2018 11:09:44 +0000 (16:39 +0530)
committerprathmeshm <prathmesh.m@samsung.com>
Fri, 9 Mar 2018 04:27:11 +0000 (09:57 +0530)
commit0142abc136202966e3bdcbc6de593fa5fea82a9f
tree7f864f5eac997b63ba857478e9e0f6cb5f737bec
parent98e6783c6d8a4ce575a806a7142e8a1dab446992
Implement Tizen application loop.

Change-Id: I4c9487ca7bf3125d7614bb1de0d84c60acb2dd36
Signed-off-by: prathmeshm <prathmesh.m@samsung.com>
16 files changed:
atom/app/atom_main.cc
atom/app/runtime.cc [new file with mode: 0644]
atom/app/runtime.h [new file with mode: 0644]
atom/app/ui_runtime.cc [new file with mode: 0644]
atom/app/ui_runtime.h [new file with mode: 0644]
atom/browser/api/atom_api_window.cc
atom/browser/api/atom_api_window.h
atom/browser/browser.cc
atom/browser/browser.h
atom/browser/browser_observer.h
efl/build/system.gyp
electron.gyp
filenames.gypi
wrt/src/runtime.js
wrt/src/web_window.js
wrt/src/web_window_tag.js