| Index: mandoline/ui/aura/BUILD.gn
|
| diff --git a/mandoline/ui/aura/BUILD.gn b/mandoline/ui/aura/BUILD.gn
|
| deleted file mode 100644
|
| index 425f20717c9d1e5a677b97cea28a31b70f7b25c1..0000000000000000000000000000000000000000
|
| --- a/mandoline/ui/aura/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,64 +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.
|
| -
|
| -# GYP version: mojo/mojo.gyp:mojo_aura_support
|
| -source_set("aura") {
|
| - sources = [
|
| - "aura_init.cc",
|
| - "aura_init.h",
|
| - "input_method_mandoline.cc",
|
| - "input_method_mandoline.h",
|
| - "native_widget_view_manager.cc",
|
| - "native_widget_view_manager.h",
|
| - "surface_binding.cc",
|
| - "surface_binding.h",
|
| - "surface_context_factory.cc",
|
| - "surface_context_factory.h",
|
| - "window_tree_host_mojo.cc",
|
| - "window_tree_host_mojo.h",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//components/mus/public/cpp",
|
| - ]
|
| - deps = [
|
| - "//base",
|
| - "//base:i18n",
|
| - "//base/third_party/dynamic_annotations",
|
| - "//cc",
|
| - "//cc/surfaces",
|
| - "//components/mus/gles2:lib",
|
| - "//components/mus/public/cpp",
|
| - "//components/mus/public/interfaces",
|
| - "//components/resource_provider/public/cpp",
|
| - "//components/resource_provider/public/interfaces",
|
| - "//skia",
|
| - "//mojo/application/public/cpp",
|
| - "//mojo/application/public/interfaces",
|
| - "//mojo/converters/geometry",
|
| - "//mojo/converters/ime",
|
| - "//mojo/converters/input_events",
|
| - "//mojo/converters/surfaces",
|
| - "//third_party/mojo/src/mojo/public/c/gles2",
|
| - "//third_party/icu",
|
| - "//ui/aura",
|
| - "//ui/compositor",
|
| - "//ui/events",
|
| - "//ui/events:events_base",
|
| - "//ui/gl",
|
| - "//ui/mojo/ime:interfaces_cpp_sources",
|
| - "//ui/mojo/init",
|
| - "//ui/views",
|
| - "//ui/wm",
|
| - ]
|
| -
|
| - data_deps = [
|
| - "//components/resource_provider",
|
| - ]
|
| -
|
| - if (is_linux && !is_android) {
|
| - deps += [ "//components/font_service/public/cpp" ]
|
| - data_deps += [ "//components/font_service" ]
|
| - }
|
| -}
|
|
|