[M120 Migration] Dummy Implementation for EWK APIs
[platform/framework/web/chromium-efl.git] / tizen_src / ewk / BUILD.gn
1 # Copyright (c) 2015 Samsung Electronics. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//tizen_src/build/config/tizen_features.gni")
6
7 group("chromium_efl_all") {
8   testonly = true
9   deps = [
10     "//tizen_src/ewk/efl_webview_app:efl_webview_app",
11     "//tizen_src/ewk/ubrowser:ubrowser",
12   ]
13   if (build_chrome) {
14     deps += [ "//chrome:chrome" ]
15   }
16   if (is_tizen) {
17     deps += [ "//tizen_src/downloadable:chromium-efl-install" ]
18   }
19 }