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

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

Issue 2596553003: Implements Touch calibrator controller and a skeleton for touch calibrator view. (Closed)
Patch Set: Resolved comments 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index d85c0a596379b476cda53dcb19b07a12b8b96791..0a65e623f5ed5c4ef834c95b815d5fe90079a14b 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -359,6 +359,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",
@@ -1449,6 +1453,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",
« no previous file with comments | « no previous file | chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698