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

Side by Side Diff: mandoline/ui/desktop_ui/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 unified diff | Download patch
« no previous file with comments | « mandoline/ui/aura/window_tree_host_mojo.cc ('k') | mandoline/ui/desktop_ui/browser_window.h » ('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 21 matching lines...) Expand all
32 "find_bar_view.h", 32 "find_bar_view.h",
33 "toolbar_view.cc", 33 "toolbar_view.cc",
34 "toolbar_view.h", 34 "toolbar_view.h",
35 ] 35 ]
36 36
37 deps = [ 37 deps = [
38 "public/interfaces", 38 "public/interfaces",
39 "//base", 39 "//base",
40 "//components/web_view/public/cpp", 40 "//components/web_view/public/cpp",
41 "//components/web_view/public/interfaces", 41 "//components/web_view/public/interfaces",
42 "//mandoline/ui/aura",
43 "//mojo/application/public/cpp:sources", 42 "//mojo/application/public/cpp:sources",
44 "//mojo/common:common_base", 43 "//mojo/common:common_base",
45 "//mojo/converters/geometry", 44 "//mojo/converters/geometry",
46 "//mojo/services/tracing/public/cpp", 45 "//mojo/services/tracing/public/cpp",
47 "//mojo/services/tracing/public/interfaces", 46 "//mojo/services/tracing/public/interfaces",
48 "//skia", 47 "//skia",
49 "//third_party/mojo/src/mojo/public/cpp/bindings", 48 "//third_party/mojo/src/mojo/public/cpp/bindings",
50 "//ui/gfx", 49 "//ui/gfx",
51 "//ui/gfx/geometry", 50 "//ui/gfx/geometry",
52 "//ui/mojo/events:interfaces", 51 "//ui/mojo/events:interfaces",
53 "//ui/views", 52 "//ui/views",
53 "//ui/views/mus",
54 "//url", 54 "//url",
55 ] 55 ]
56 } 56 }
57 57
58 mojo_native_application("mandoline_browser_apptests") { 58 mojo_native_application("mandoline_browser_apptests") {
59 testonly = true 59 testonly = true
60 60
61 sources = [ 61 sources = [
62 "browser_apptest.cc", 62 "browser_apptest.cc",
63 ] 63 ]
64 64
65 deps = [ 65 deps = [
66 "//mandoline/ui/desktop_ui/public/interfaces", 66 "//mandoline/ui/desktop_ui/public/interfaces",
67 "//mojo/application/public/cpp:sources", 67 "//mojo/application/public/cpp:sources",
68 "//mojo/application/public/cpp:test_support", 68 "//mojo/application/public/cpp:test_support",
69 ] 69 ]
70 70
71 data_deps = [ 71 data_deps = [
72 ":desktop_ui", 72 ":desktop_ui",
73 ] 73 ]
74 } 74 }
OLDNEW
« no previous file with comments | « mandoline/ui/aura/window_tree_host_mojo.cc ('k') | mandoline/ui/desktop_ui/browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698