[M120 Migration] Possible fix for crash during shutdown insideSelectionControllerEfl...
[platform/framework/web/chromium-efl.git] / tizen_src / chromium_impl / content / 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 static_library("android_content_detection") {
6   set_sources_assignment_filter([])
7   sources = [
8     "//content/renderer/android/disambiguation_popup_helper.cc",
9     "//content/renderer/android/disambiguation_popup_helper.h",
10     "//content/renderer/android/renderer_date_time_picker.cc",
11     "//content/renderer/android/renderer_date_time_picker.h",
12   ]
13
14   deps = [
15     "//mojo/public/cpp/bindings:bindings",
16     "//third_party/blink/public:blink",
17     "//third_party/icu:icui18n",
18     "//third_party/libphonenumber:libphonenumber",
19   ]
20 }