| Index: mojo/views/BUILD.gn
|
| diff --git a/mojo/views/BUILD.gn b/mojo/views/BUILD.gn
|
| deleted file mode 100644
|
| index b609524e514488298ed179beeb194248792746db..0000000000000000000000000000000000000000
|
| --- a/mojo/views/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,43 +0,0 @@
|
| -# Copyright 2014 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(use_aura)
|
| -
|
| -# GYP version: mojo/mojo.gyp:mojo_views_support
|
| -static_library("views") {
|
| - sources = [
|
| - "input_method_mojo_linux.cc",
|
| - "input_method_mojo_linux.h",
|
| - "native_widget_mojo.cc",
|
| - "native_widget_mojo.h",
|
| - "native_widget_view_manager.cc",
|
| - "native_widget_view_manager.h",
|
| - "views_init.cc",
|
| - "views_init.h",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//mojo/aura",
|
| - "//mojo/converters/geometry",
|
| - "//mojo/services/view_manager/public/cpp",
|
| - "//skia",
|
| - "//ui/base",
|
| - "//ui/views",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//base:i18n",
|
| - "//base/third_party/dynamic_annotations",
|
| - "//skia",
|
| - "//third_party/icu",
|
| - "//ui/aura",
|
| - "//ui/base",
|
| - "//ui/gfx",
|
| - "//ui/native_theme:native_theme",
|
| - "//ui/wm",
|
| - ]
|
| -}
|
|
|