[M67 Dev][EFL] Integrate GN configuration 72/184772/1
authorYoungsoo Choi <kenshin.choi@samsung.com>
Fri, 9 Feb 2018 14:53:16 +0000 (20:23 +0530)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 23 Jul 2018 05:01:37 +0000 (05:01 +0000)
commitb74b02c9678252babe14c3978f34f4e05ff218ab
treef557778c37337156b2006b8bedf09cbacbe9a3c9
parent63ff147f1f70f05888ff7f892503aced38781c92
[M67 Dev][EFL] Integrate GN configuration

The upstream chromium hasn't supported EFL port.
So, this enables GN configurations for that.

Temporary command:
$ ./tizen_src/build/build_desktop.sh --use-gn

Reference:
https://review.tizen.org/gerrit/#/c/169727/
https://review.tizen.org/gerrit/#/c/174607/
https://review.tizen.org/gerrit/#/c/178028/

Change-Id: Ie426852c63a4ebcbfea482297ef2915c4a3b6edf
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
137 files changed:
base/BUILD.gn
base/third_party/libevent/BUILD.gn
build/config/arm.gni
build/config/chromecast_build.gni
build/config/clang/BUILD.gn
build/config/compiler/BUILD.gn
build/config/features.gni
build/config/linux/BUILD.gn
build/config/sysroot.gni
build/config/ui.gni
build/gn_helpers.pyc [new file with mode: 0644]
build/secondary/third_party/nss/BUILD.gn
build/split_static_library.gni
chrome/BUILD.gn
chrome/browser/BUILD.gn
chrome/browser/ui/BUILD.gn
chrome/test/BUILD.gn
chrome/test/chromedriver/BUILD.gn
components/BUILD.gn
components/crash/content/app/BUILD.gn
components/crash/content/browser/BUILD.gn
components/nacl/features.gni
content/BUILD.gn
content/browser/BUILD.gn
content/common/BUILD.gn
content/gpu/BUILD.gn
content/public/browser/BUILD.gn
content/public/common/BUILD.gn
content/public/renderer/BUILD.gn
content/renderer/BUILD.gn
content/shell/BUILD.gn
device/bluetooth/BUILD.gn
device/serial/BUILD.gn
device/udev_linux/BUILD.gn
gpu/config/BUILD.gn
gpu/ipc/service/BUILD.gn
media/BUILD.gn
media/audio/BUILD.gn
media/capture/BUILD.gn
media/media_options.gni
net/BUILD.gn
printing/BUILD.gn
sandbox/BUILD.gn
services/device/BUILD.gn
testing/test.gni
third_party/BUILD.gn
third_party/angle/gni/angle.gni
third_party/boringssl/BUILD.gn
third_party/ffmpeg/ffmpeg_options.gni
third_party/libvpx/BUILD.gn
third_party/libxml/BUILD.gn
third_party/libxslt/BUILD.gn
third_party/mesa/BUILD.gn
third_party/opus/BUILD.gn
third_party/webrtc/BUILD.gn
tizen_src/.gn [new file with mode: 0644]
tizen_src/BUILD.gn [new file with mode: 0644]
tizen_src/DEPS.efl
tizen_src/build/BUILD.gn [new file with mode: 0644]
tizen_src/build/build_desktop.sh
tizen_src/build/cmd_execution.py [new file with mode: 0644]
tizen_src/build/common.sh
tizen_src/build/config/BUILD.gn [new file with mode: 0644]
tizen_src/build/config/BUILDCONFIG.gn [new file with mode: 0644]
tizen_src/build/config/compiler/BUILD.gn [new file with mode: 0644]
tizen_src/build/config/linux/pkg_config.gni [new file with mode: 0644]
tizen_src/build/config/tizen/BUILD.gn [new file with mode: 0644]
tizen_src/build/config/tizen_features.gni [new file with mode: 0644]
tizen_src/build/gn_chromiumefl [new file with mode: 0755]
tizen_src/build/gn_chromiumefl.sh [new file with mode: 0755]
tizen_src/build/jhbuild/jhbuildrc
tizen_src/build/patches/crosswalk/crosswalk-do-not-build-several-chromium-dependencies.diff
tizen_src/build/patches/gn_build_is_tizen_on_ffmpeg.diff [new file with mode: 0644]
tizen_src/build/toolchain/tizen/BUILD.gn [new file with mode: 0644]
tizen_src/buildtools/arm/gn.arm [new file with mode: 0644]
tizen_src/chromium-efl-gn.patch [new file with mode: 0644]
tizen_src/chromium_impl/base/base_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/chrome/chrome_tests_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/chromium_impl.gypi
tizen_src/chromium_impl/components/components.gni [new file with mode: 0644]
tizen_src/chromium_impl/components/js_dialogs_efl/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/content/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/content/browser/browser_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/content/common/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/content/common/common_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/content/content_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/content/content_efl.gyp
tizen_src/chromium_impl/content/gpu/gpu_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/content/renderer/renderer_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/content/shell/shell_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/device/battery_tizen.gni [new file with mode: 0644]
tizen_src/chromium_impl/device/vibration/vibration_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/edje_resources/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/efl/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/gpu/gpu_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/media/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/media/media_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/third_party/WebKit/Source/core/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/third_party/WebKit/Source/core/core_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/third_party/WebKit/Source/core/core_efl.gypi
tizen_src/chromium_impl/third_party/WebKit/Source/core/make-file-arrays.py
tizen_src/chromium_impl/third_party/WebKit/Source/modules/modules_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/third_party/WebKit/Source/platform/blink_platform_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/ui/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/ui/ozone/BUILD.gn [new file with mode: 0644]
tizen_src/chromium_impl/ui/ui_efl.gni [new file with mode: 0644]
tizen_src/chromium_impl/ui/ui_efl_injections.gni [new file with mode: 0644]
tizen_src/ewk/BUILD.gn [new file with mode: 0644]
tizen_src/ewk/efl_integration/BUILD.gn [new file with mode: 0644]
tizen_src/ewk/efl_integration/efl_integration.gypi
tizen_src/ewk/efl_integration/launch_exec.sh
tizen_src/ewk/efl_integration/link_xwalk_against_chromium_efl.gypi
tizen_src/ewk/efl_integration/resource/BUILD.gn [new file with mode: 0644]
tizen_src/ewk/efl_webview_app/BUILD.gn [new file with mode: 0644]
tizen_src/ewk/po_tizen/BUILD.gn [new file with mode: 0644]
tizen_src/ewk/tizen_version_defines_for_apps.gni [new file with mode: 0644]
tizen_src/ewk/ubrowser/BUILD.gn [new file with mode: 0644]
tizen_src/ewk/unittest/BUILD.gn [new file with mode: 0644]
tools/battor_agent/BUILD.gn
tools/perf/BUILD.gn
tools/perf/chrome_telemetry_build/BUILD.gn
ui/base/BUILD.gn
ui/events/BUILD.gn
ui/events/devices/BUILD.gn
ui/events/ozone/BUILD.gn
ui/events/platform/x11/BUILD.gn
ui/gfx/BUILD.gn
ui/gfx/x/BUILD.gn
ui/gl/BUILD.gn
ui/native_theme/BUILD.gn
ui/ozone/BUILD.gn
ui/ozone/common/BUILD.gn
ui/shell_dialogs/BUILD.gn
ui/snapshot/BUILD.gn
ui/surface/BUILD.gn
ui/views/BUILD.gn
v8/BUILD.gn