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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 1465803003: mus: Let clients set the cursor of their window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix WindowTreeAppTest.SetCursor. Created 5 years 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
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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 8
9 source_set("lib") { 9 source_set("lib") {
10 sources = [ 10 sources = [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "//components/mus/public/interfaces", 69 "//components/mus/public/interfaces",
70 "//components/mus/surfaces", 70 "//components/mus/surfaces",
71 "//mojo/application/public/cpp", 71 "//mojo/application/public/cpp",
72 "//mojo/common:common_base", 72 "//mojo/common:common_base",
73 "//mojo/converters/geometry", 73 "//mojo/converters/geometry",
74 "//mojo/converters/ime", 74 "//mojo/converters/ime",
75 "//mojo/converters/input_events", 75 "//mojo/converters/input_events",
76 "//mojo/converters/surfaces", 76 "//mojo/converters/surfaces",
77 "//mojo/public/cpp/bindings:callback", 77 "//mojo/public/cpp/bindings:callback",
78 "//mojo/services/tracing/public/cpp", 78 "//mojo/services/tracing/public/cpp",
79 "//ui/base",
79 "//ui/events", 80 "//ui/events",
80 "//ui/events/platform", 81 "//ui/events/platform",
81 "//ui/gfx", 82 "//ui/gfx",
82 "//ui/gfx/geometry", 83 "//ui/gfx/geometry",
83 "//ui/gl", 84 "//ui/gl",
84 "//ui/mojo/geometry:interfaces", 85 "//ui/mojo/geometry:interfaces",
85 "//ui/platform_window", 86 "//ui/platform_window",
86 "//ui/platform_window:platform_impls", 87 "//ui/platform_window:platform_impls",
87 ] 88 ]
88 } 89 }
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "//ui/gfx:test_support", 185 "//ui/gfx:test_support",
185 "//ui/gfx/geometry", 186 "//ui/gfx/geometry",
186 "//ui/mojo/geometry:interfaces", 187 "//ui/mojo/geometry:interfaces",
187 "//ui/mojo/geometry:util", 188 "//ui/mojo/geometry:util",
188 ] 189 ]
189 190
190 data_deps = [ 191 data_deps = [
191 ":lib", 192 ":lib",
192 ] 193 ]
193 } 194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698