Chromium Code Reviews| Index: components/reading_list/ios/BUILD.gn |
| diff --git a/components/reading_list/ios/BUILD.gn b/components/reading_list/ios/BUILD.gn |
| index 3f1f0a445d2deba7587675178818af8733366d37..5ac54ad157c6d3258bb7d47ceb2041ca7b7b591b 100644 |
| --- a/components/reading_list/ios/BUILD.gn |
| +++ b/components/reading_list/ios/BUILD.gn |
| @@ -5,54 +5,12 @@ |
| source_set("ios") { |
| sources = [ |
| "favicon_web_state_dispatcher.h", |
| - "offline_url_utils.cc", |
| - "offline_url_utils.h", |
| - "reading_list_entry.cc", |
| - "reading_list_entry.h", |
| - "reading_list_model.cc", |
| - "reading_list_model.h", |
| "reading_list_model_bridge_observer.h", |
| "reading_list_model_bridge_observer.mm", |
| - "reading_list_model_impl.cc", |
| - "reading_list_model_impl.h", |
| - "reading_list_model_observer.h", |
| - "reading_list_model_storage.cc", |
| - "reading_list_model_storage.h", |
| - "reading_list_pref_names.cc", |
| - "reading_list_pref_names.h", |
| - "reading_list_store.cc", |
| - "reading_list_store.h", |
| - "reading_list_store_delegate.h", |
| ] |
| deps = [ |
| "//base", |
| - "//components/keyed_service/core", |
| - "//components/prefs", |
| "//components/reading_list/core", |
| - "//components/sync", |
| - "//net", |
| - "//url", |
| - ] |
| - public_deps = [ |
| - "//components/reading_list/ios/proto", |
| - ] |
| -} |
| - |
| -source_set("unit_tests") { |
| - testonly = true |
| - sources = [ |
| - "offline_url_utils_unittest.cc", |
| - "reading_list_entry_unittest.cc", |
| - "reading_list_model_unittest.cc", |
| - "reading_list_store_unittest.cc", |
| - ] |
| - deps = [ |
| - ":ios", |
| - "//base", |
| - "//base/test:test_support", |
| - "//components/sync", |
| - "//components/sync:test_support_model", |
| - "//testing/gtest", |
| - "//url", |
| + "//components/reading_list/core:flags", |
|
gambard
2017/03/22 13:56:22
I am not sure you need this.
Olivier
2017/03/22 14:09:24
Done.
|
| ] |
| } |