Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: mandoline/ui/aura/BUILD.gn

Issue 1402213002: Moves mandoline/ui/aura to ui/views/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable presubmit Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/mus/example/common/mus_views_init.cc ('k') | mandoline/ui/aura/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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" ]
- }
-}
« no previous file with comments | « components/mus/example/common/mus_views_init.cc ('k') | mandoline/ui/aura/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698