# 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 gcc_ver = "" 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 = "" lto_level = "" use_cairo = false use_pango = false tizen_multimedia_eme_support = false tizen_multimedia_support = false werror = false tizen_clang_base_path = "//tizen_src/buildtools/llvm" tizen_product_tv = 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/" tizen_version = 0 tizen_version_major = 0 tizen_version_minor = 0 tizen_version_patch = 0 tizen_tbm_support = false } if (is_tizen && tizen_multimedia_support) { tizen_multimedia_eme_support = true } else { tizen_multimedia_eme_support = 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 ewk_bringup = true wayland_bringup = use_wayland compile_suid_client = true compile_credentials = true edje_compiler = "edje_cc" if (use_ozone) { # Declared from the //build/config/ui.gni #use_glib = true external_ozone_platforms = [ "efl" ] }