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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2596553003: Implements Touch calibrator controller and a skeleton for touch calibrator view. (Closed)
Patch Set: Implements Touch calibrator controller and a skeleton for touch calibrator view. Created 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index b4360410a1e5ae567daa76f579bc463231c63dab..ddc5223e4beec07c1c1d8fd4375c94e69fec35c3 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -357,6 +357,10 @@ source_set("chromeos") {
"display/overscan_calibrator.h",
"display/quirks_manager_delegate_impl.cc",
"display/quirks_manager_delegate_impl.h",
+ "display/touch_calibrator/touch_calibrator_controller.cc",
+ "display/touch_calibrator/touch_calibrator_controller.h",
+ "display/touch_calibrator/touch_calibrator_view.cc",
+ "display/touch_calibrator/touch_calibrator_view.h",
"drive/debug_info_collector.cc",
"drive/debug_info_collector.h",
"drive/download_handler.cc",
@@ -1446,6 +1450,7 @@ source_set("unit_tests") {
"certificate_provider/certificate_provider_service_unittest.cc",
"customization/customization_document_unittest.cc",
"display/display_preferences_unittest.cc",
+ "display/touch_calibrator/touch_calibrator_controller_unittest.cc",
"drive/download_handler_unittest.cc",
"drive/drive_file_stream_reader_unittest.cc",
"drive/drive_integration_service_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698