1 # Copyright 2014 The Chromium Authors. 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.
5 import("//build/config/ui.gni")
7 source_set("platform_window") {
9 "platform_ime_controller.h",
11 "platform_window_delegate.h",
12 "text_input_state.cc",
23 group("platform_impls") {
25 "//ui/platform_window/stub",
29 "//ui/platform_window/android",
30 "//ui/platform_window/android:jni_headers",
33 deps += [ "//ui/platform_window/x11" ]
35 deps += [ "//ui/platform_window/win" ]