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

Unified Diff: ui/views/mus/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 | « ui/PRESUBMIT.py ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/mandoline/ui/aura/BUILD.gn b/ui/views/mus/BUILD.gn
similarity index 88%
rename from mandoline/ui/aura/BUILD.gn
rename to ui/views/mus/BUILD.gn
index 425f20717c9d1e5a677b97cea28a31b70f7b25c1..6a477035aed8aff6ca5869557efbfecf8d5a5ddc 100644
--- a/mandoline/ui/aura/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -2,21 +2,20 @@
# 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") {
+source_set("mus") {
sources = [
"aura_init.cc",
"aura_init.h",
- "input_method_mandoline.cc",
- "input_method_mandoline.h",
+ "input_method_mus.cc",
+ "input_method_mus.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",
+ "window_tree_host_mus.cc",
+ "window_tree_host_mus.h",
]
public_deps = [
« no previous file with comments | « ui/PRESUBMIT.py ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698