# Copyright 2019 The Chromium Authors | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
import("//build/config/ozone.gni") | |
import("//build/config/ui.gni") | |
assert(use_ozone) | |
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", | |
] | |
} |