# 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("//tizen_src/build/config/tizen_features.gni") group("chromium_efl_all") { testonly = true deps = [ "//tizen_src/ewk/efl_webview_app:efl_webview_app", "//tizen_src/ewk/ubrowser:ubrowser", ] if (build_chrome) { deps += [ "//chrome:chrome" ] } if (is_tizen) { deps += [ "//tizen_src/downloadable:chromium-efl-install" ] } }