| 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",
|
|
|