Introduce xwalk-extensions-common 63/52863/1 accepted/tizen/mobile/20151127.070315 accepted/tizen/tv/20151127.070332 accepted/tizen/wearable/20151127.070337 submit/tizen/20151127.020106
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 27 Nov 2015 01:18:26 +0000 (10:18 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 27 Nov 2015 01:18:26 +0000 (10:18 +0900)
commit8c41d2a75fdcfb6ce82f17f5fbf30788f9618de7
tree6d101b59cf235f197bcdbf44ffe095837fb38dfe
parentc085f172880ebedc32d1f69f83743a789ce7cb1a
Introduce xwalk-extensions-common

xwalk-extension-common includes common header and library for crosswalk
extensions and tools for building.

Change-Id: I347095aa27bcfdc70c22af67bf960921ae8bcbf4
61 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
LICENSE.BSD [new file with mode: 0644]
packaging/xwalk-extensions-common.manifest [new file with mode: 0644]
packaging/xwalk-extensions-common.spec [new file with mode: 0644]
src/xwalk/extensions/public/XW_Extension.h [new file with mode: 0644]
src/xwalk/extensions/public/XW_Extension_EntryPoints.h [new file with mode: 0644]
src/xwalk/extensions/public/XW_Extension_Permissions.h [new file with mode: 0644]
src/xwalk/extensions/public/XW_Extension_Runtime.h [new file with mode: 0644]
src/xwalk/extensions/public/XW_Extension_SyncMessage.h [new file with mode: 0644]
src/xwalk/xwalk_extension.cc [new file with mode: 0644]
src/xwalk/xwalk_extension.h [new file with mode: 0644]
tools/build/common.gypi [new file with mode: 0644]
tools/build/generate_api.py [new file with mode: 0644]
tools/build/gyp_xwext [new file with mode: 0644]
tools/build/mergejs.py [new file with mode: 0644]
tools/build/pkg-config.gypi [new file with mode: 0644]
tools/build/xwalk_js2c.gypi [new file with mode: 0644]
tools/gyp/.gitignore [new file with mode: 0644]
tools/gyp/AUTHORS [new file with mode: 0644]
tools/gyp/LICENSE [new file with mode: 0644]
tools/gyp/gyp [new file with mode: 0755]
tools/gyp/gyp.bat [new file with mode: 0755]
tools/gyp/pylib/gyp/MSVSNew.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSProject.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSSettings.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSSettings_test.py [new file with mode: 0755]
tools/gyp/pylib/gyp/MSVSToolFile.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSUserFile.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSUtil.py [new file with mode: 0644]
tools/gyp/pylib/gyp/MSVSVersion.py [new file with mode: 0644]
tools/gyp/pylib/gyp/SCons.py [new file with mode: 0644]
tools/gyp/pylib/gyp/__init__.py [new file with mode: 0755]
tools/gyp/pylib/gyp/common.py [new file with mode: 0644]
tools/gyp/pylib/gyp/common_test.py [new file with mode: 0755]
tools/gyp/pylib/gyp/easy_xml.py [new file with mode: 0644]
tools/gyp/pylib/gyp/easy_xml_test.py [new file with mode: 0755]
tools/gyp/pylib/gyp/generator/__init__.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/android.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/dump_dependency_json.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/eclipse.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/gypd.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/gypsh.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/make.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/msvs.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/msvs_test.py [new file with mode: 0755]
tools/gyp/pylib/gyp/generator/ninja.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/ninja_test.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/scons.py [new file with mode: 0644]
tools/gyp/pylib/gyp/generator/xcode.py [new file with mode: 0644]
tools/gyp/pylib/gyp/input.py [new file with mode: 0644]
tools/gyp/pylib/gyp/mac_tool.py [new file with mode: 0755]
tools/gyp/pylib/gyp/msvs_emulation.py [new file with mode: 0644]
tools/gyp/pylib/gyp/ninja_syntax.py [new file with mode: 0644]
tools/gyp/pylib/gyp/sun_tool.py [new file with mode: 0755]
tools/gyp/pylib/gyp/win_tool.py [new file with mode: 0755]
tools/gyp/pylib/gyp/xcode_emulation.py [new file with mode: 0644]
tools/gyp/pylib/gyp/xcodeproj_file.py [new file with mode: 0644]
tools/gyp/pylib/gyp/xml_fix.py [new file with mode: 0644]
tools/gyp/pylintrc [new file with mode: 0644]
xwalk-extensions-common.pc.in [new file with mode: 0644]