Enable chrome with aura for tizen 99/284599/12
authorayush.k123 <ayush.k123@samsung.com>
Mon, 21 Nov 2022 12:26:17 +0000 (17:56 +0530)
committerDae-Hyun Ko <dhyuna.ko@samsung.com>
Fri, 25 Nov 2022 08:18:15 +0000 (08:18 +0000)
commit0fada397f7aa05d0931aaa5f37cb87a8d9c1aca5
tree82c818b1209d6ab7c27614bb40192f140900a0ad
parent13714ea408c26bc22395b31b481769c43326934a
Enable chrome with aura for tizen

This change fixes compilation and linkers errors to enable chrome in
tizen.
This also migrates certain changes from [4].

Build command:
TM1:./tizen_src/build/build_standard_armv7l.sh --nodebug
TV: ./tizen_src/build/build_tv.sh --nodebug

Launch command:
TM1:/usr/lib/chromium-efl/chrome --no-sandbox --ignore-gpu-blocklist
    --window-size=720,1280
TV: /usr/lib/chromium-efl/chrome --no-sandbox --ignore-gpu-blocklist
    --window-size=1920,1080

Reference:
1. https://review.tizen.org/gerrit/c/268840
2. https://review.tizen.org/gerrit/c/268979
3. https://review.tizen.org/gerrit/c/269125
4. https://chromium-review.googlesource.com/c/chromium/src/+/4042669

Change-Id: Iad4ee415584bdf3e6455a721981a97cec6db89ad
Signed-off-by: Ayush Kumar <ayush.k123@samsung.com>
68 files changed:
chrome/BUILD.gn
chrome/browser/BUILD.gn
chrome/browser/browser_process_impl.cc
chrome/browser/chrome_browser_main_linux.cc
chrome/browser/chrome_content_browser_client.cc
chrome/browser/enterprise/connectors/device_trust/key_management/browser/commands/BUILD.gn
chrome/browser/enterprise/connectors/device_trust/key_management/core/persistence/BUILD.gn
chrome/browser/extensions/BUILD.gn
chrome/browser/media/router/discovery/BUILD.gn
chrome/browser/notifications/notification_platform_bridge_linux.cc
chrome/browser/notifications/notification_platform_bridge_linux.h
chrome/browser/platform_util_linux.cc
chrome/browser/policy/BUILD.gn
chrome/browser/policy/configuration_policy_handler_list_factory.cc
chrome/browser/resources/BUILD.gn
chrome/browser/resources/app_settings/BUILD.gn
chrome/browser/resources/browser_switch/BUILD.gn
chrome/browser/resources/ntp4/BUILD.gn
chrome/browser/resources/sandbox_internals/BUILD.gn
chrome/browser/resources/webui_js_error/BUILD.gn
chrome/browser/safe_browsing/BUILD.gn
chrome/browser/ui/BUILD.gn
chrome/browser/ui/color/BUILD.gn
chrome/browser/ui/views/accelerator_table.cc
chrome/browser/ui/webui/BUILD.gn
chrome/browser/web_applications/BUILD.gn
chrome/chrome_paks.gni
chrome/common/BUILD.gn
chrome/common/extensions/api/api_sources.gni
chrome/common/features.gni
chrome/common/importer/BUILD.gn
chrome/common/safe_browsing/BUILD.gn
chrome/services/file_util/BUILD.gn
chrome/services/file_util/public/cpp/BUILD.gn
chrome/services/file_util/public/features.gni
chrome/services/printing/BUILD.gn
chrome/services/printing/public/mojom/BUILD.gn
chrome/services/system_signals/BUILD.gn
chrome/utility/BUILD.gn
components/crash/core/app/BUILD.gn
components/crash/core/common/BUILD.gn
components/device_signals/core/browser/BUILD.gn
components/device_signals/core/common/BUILD.gn
components/device_signals/core/system_signals/BUILD.gn
components/metrics/BUILD.gn
components/policy/BUILD.gn
components/policy/tools/generate_policy_source.py
components/sync_device_info/BUILD.gn
device/bluetooth/BUILD.gn
extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_api.cc
extensions/browser/api/system_cpu/BUILD.gn
extensions/buildflags/buildflags.gni
headless/BUILD.gn
headless/lib/browser/headless_browser_main_parts_linux.cc
packaging/chromium-efl.spec
pdf/BUILD.gn
printing/BUILD.gn
printing/mojom/BUILD.gn
services/resource_coordinator/public/mojom/BUILD.gn
third_party/content_analysis_sdk/BUILD.gn
third_party/cpuinfo/BUILD.gn
third_party/cpuinfo/src/src/init.c
third_party/crashpad/crashpad/client/BUILD.gn
third_party/pdfium/core/fxge/BUILD.gn
third_party/ruy/BUILD.gn
tizen_src/build/gn_chromiumefl.sh
ui/base/ui_features.gni
ui/views/controls/webview/BUILD.gn