# Copyright (c) 2015 Samsung Electronics. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/config/ui.gni") declare_args() { gcc_version = 49 use_wayland = false linux_use_gold_flags = false # no use of this variable, if removing then revome from gn_chromiumefl.sh also deps_lib_path = "" disable_fatal_linker_warnings = true # no use of this variable, if removing then revome from gn_chromiumefl.sh also python_ver = "2.5" # no use of this variable, if removing then revome from gn_chromiumefl.sh also depth = "" # no use of this variable, if removing then revome from gn_chromiumefl.sh also outdir = "" use_cairo = false use_pango = false tizen_multimedia_support = false werror = false # declared from BUILDCONFIG.gn #is_clang = false xwalk_link_against_chromium_ewk = false tizen_mobile = false building_for_tizen_tv = false building_for_tizen_mobile = false if (is_tizen && tizen_multimedia_support) { tizen_multimedia_eme_support = true } else { tizen_multimedia_eme_support = false } exe_dir = "/usr/lib/chromium-efl/" edje_dir = "/usr/share/chromium-efl/themes/" tizen_data_dir = "/usr/share/chromium-efl/" locale_dir = "/usr/share/chromium-efl/locale/" prebuilt_ld_gold_dir = "" chromium_efl_tizen_version = 24 tizen_tbm_support = false building_for_tizen = false } werror = false # This file should contain gn code that is supposed to be common # for all build targets we have in chromium-ewk. Things specific only to one # component should go to appropriate gni file included below. use_gstreamer_fft = false use_aura = false ewk_bringup = true wayland_bringup = use_wayland building_strategy = "ewk" # 'ewk', 'libs' and 'crosswalk-bin' compile_suid_client = true compile_credentials = true edje_compiler = "edje_cc" grit_additional_defines = "-Duse_aura" if (use_ozone) { # Declared from the //build/config/ui.gni #use_glib = true external_ozone_platforms = [ "efl" ] } if (xwalk_link_against_chromium_ewk) { import("//tizen_src/ewk/efl_integration/link_xwalk_against_chromium_efl.gni") } is_official_build = false treat_warnings_as_errors = werror use_x11 = false