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

Side by Side Diff: mandoline/ui/desktop_ui/BUILD.gn

Issue 1344573002: Mandoline: Rename components/view_manager to components/mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « mandoline/ui/aura/window_tree_host_mojo.cc ('k') | mandoline/ui/desktop_ui/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
8 8
9 mojo_native_application("desktop_ui") { 9 mojo_native_application("desktop_ui") {
10 sources = [ 10 sources = [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 mojo_native_application("mandoline_browser_apptests") { 53 mojo_native_application("mandoline_browser_apptests") {
54 testonly = true 54 testonly = true
55 55
56 sources = [ 56 sources = [
57 "browser_apptest.cc", 57 "browser_apptest.cc",
58 ] 58 ]
59 59
60 deps = [ 60 deps = [
61 "//base", 61 "//base",
62 "//base/test:test_config", 62 "//base/test:test_config",
63 "//components/view_manager/public/cpp", 63 "//components/mus/public/cpp",
64 "//mandoline/ui/desktop_ui:lib", 64 "//mandoline/ui/desktop_ui:lib",
65 "//mojo/application/public/cpp:sources", 65 "//mojo/application/public/cpp:sources",
66 "//mojo/application/public/cpp:test_support", 66 "//mojo/application/public/cpp:test_support",
67 ] 67 ]
68 } 68 }
OLDNEW
« no previous file with comments | « mandoline/ui/aura/window_tree_host_mojo.cc ('k') | mandoline/ui/desktop_ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698