| # 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) | |
| 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", | |
| ] | |
| } |