blob: 8239901fb53dff60c341c6f5991f6970766896d1 [file] [log] [blame]
# Copyright 2019 The Chromium Authors. 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")
assert(is_linux || is_chromeos)
component("common") {
output_name = "platform_window_common"
defines = [ "IS_PLATFORM_WINDOW_COMMON_IMPL" ]
public_deps = [ "//base" ]
sources = [
"platform_window_defaults.cc",
"platform_window_defaults.h",
]
}