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

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 1921673005: mus: Add PointerWatcher for passively observing mouse and touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « mash/wm/window_manager_unittest.cc ('k') | ui/views/mus/window_manager_connection.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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "../run_all_unittests.cc", 146 "../run_all_unittests.cc",
147 "../run_all_unittests.h", 147 "../run_all_unittests.h",
148 "../test/native_widget_factory_mus.cc", 148 "../test/native_widget_factory_mus.cc",
149 "../view_targeter_unittest.cc", 149 "../view_targeter_unittest.cc",
150 "../widget/native_widget_unittest.cc", 150 "../widget/native_widget_unittest.cc",
151 "../widget/widget_unittest.cc", 151 "../widget/widget_unittest.cc",
152 "native_widget_mus_unittest.cc", 152 "native_widget_mus_unittest.cc",
153 "platform_test_helper_mus.cc", 153 "platform_test_helper_mus.cc",
154 "run_all_unittests_mus.cc", 154 "run_all_unittests_mus.cc",
155 "screen_mus_unittest.cc", 155 "screen_mus_unittest.cc",
156 "window_manager_connection_unittest.cc",
156 ] 157 ]
157 158
158 deps = [ 159 deps = [
159 ":mus", 160 ":mus",
160 "//base", 161 "//base",
161 "//base:i18n", 162 "//base:i18n",
162 "//base/test:test_support", 163 "//base/test:test_support",
163 "//cc", 164 "//cc",
164 "//components/mus/public/cpp", 165 "//components/mus/public/cpp",
165 "//components/mus/public/interfaces", 166 "//components/mus/public/interfaces",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 } 240 }
240 241
241 group("for_component") { 242 group("for_component") {
242 public_deps = [ 243 public_deps = [
243 ":mus", 244 ":mus",
244 ] 245 ]
245 deps = [ 246 deps = [
246 "//mojo/gles2", 247 "//mojo/gles2",
247 ] 248 ]
248 } 249 }
OLDNEW
« no previous file with comments | « mash/wm/window_manager_unittest.cc ('k') | ui/views/mus/window_manager_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698