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

Unified Diff: components/sync_driver/BUILD.gn

Issue 1966023002: [Sync] Move DataTypeErrorHandler to //sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Found an unsaved buffer :( 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/change_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/BUILD.gn
diff --git a/components/sync_driver/BUILD.gn b/components/sync_driver/BUILD.gn
index fd199a1c9773c950616e87f315c25635e741c3d0..15a460abb2e680e409bcc7779f8de877b3f87b71 100644
--- a/components/sync_driver/BUILD.gn
+++ b/components/sync_driver/BUILD.gn
@@ -19,7 +19,6 @@ source_set("sync_driver") {
"data_type_controller.h",
"data_type_encryption_handler.cc",
"data_type_encryption_handler.h",
- "data_type_error_handler.h",
"data_type_manager.cc",
"data_type_manager.h",
"data_type_manager_impl.cc",
@@ -166,8 +165,6 @@ source_set("test_support") {
"change_processor_mock.h",
"data_type_controller_mock.cc",
"data_type_controller_mock.h",
- "data_type_error_handler_mock.cc",
- "data_type_error_handler_mock.h",
"data_type_manager_mock.cc",
"data_type_manager_mock.h",
"fake_data_type_controller.cc",
« no previous file with comments | « components/sync_driver.gypi ('k') | components/sync_driver/change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698