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

Unified Diff: ash/BUILD.gn

Issue 2361563002: chromeos: Laser tool blocks events from propagating. (Closed)
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index d6642dd24088ed5dc7127f72d2c63d5b7d126917..246578b77f960d43c06bb9b6564b44e0d1f431ab 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -124,6 +124,17 @@ component("ash") {
data = [
"display/test_data/",
]
+
+ sources += [
+ "laser/laser_pointer_controller.cc",
+ "laser/laser_pointer_controller.h",
+ "laser/laser_pointer_points.cc",
+ "laser/laser_pointer_points.h",
+ "laser/laser_pointer_view.cc",
+ "laser/laser_pointer_view.h",
+ "magnifier/partial_magnification_controller.cc",
+ "magnifier/partial_magnification_controller.h",
+ ]
} else {
sources -= [
"accelerators/key_hold_detector.cc",
@@ -238,6 +249,13 @@ static_library("test_support") {
"//chromeos",
"//ui/display",
]
+
+ sources += [
+ "laser/laser_pointer_controller_test_api.cc",
+ "laser/laser_pointer_controller_test_api.h",
+ "laser/laser_pointer_points_test_api.cc",
+ "laser/laser_pointer_points_test_api.h",
+ ]
}
}
@@ -420,7 +438,6 @@ test("ash_unittests") {
# Can't resize on Windows Ash. http://crbug.com/165962
"autoclick/autoclick_unittest.cc",
"magnifier/magnification_controller_unittest.cc",
- "magnifier/partial_magnification_controller_unittest.cc",
"sticky_keys/sticky_keys_overlay_unittest.cc",
"virtual_keyboard_controller_unittest.cc",
"wm/workspace/workspace_window_resizer_unittest.cc",
@@ -433,7 +450,11 @@ test("ash_unittests") {
sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
}
if (is_chromeos) {
- sources += [ "first_run/first_run_helper_unittest.cc" ]
+ sources += [
+ "first_run/first_run_helper_unittest.cc",
+ "laser/laser_pointer_controller_unittest.cc",
+ "magnifier/partial_magnification_controller_unittest.cc"
+ ]
deps += [
"//chromeos",
"//chromeos:power_manager_proto",
« no previous file with comments | « no previous file | ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698