| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 source_set("reading_list") { | 5 source_set("reading_list") { |
| 6 configs += [ "//build/config/compiler:enable_arc" ] | 6 configs += [ "//build/config/compiler:enable_arc" ] |
| 7 sources = [ | 7 sources = [ |
| 8 "favicon_web_state_dispatcher_impl.h", | 8 "favicon_web_state_dispatcher_impl.h", |
| 9 "favicon_web_state_dispatcher_impl.mm", | 9 "favicon_web_state_dispatcher_impl.mm", |
| 10 "offline_url_utils.cc", | 10 "offline_url_utils.cc", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 "//components/browser_sync", | 30 "//components/browser_sync", |
| 31 "//components/dom_distiller/ios", | 31 "//components/dom_distiller/ios", |
| 32 "//components/favicon/core", | 32 "//components/favicon/core", |
| 33 "//components/favicon/ios", | 33 "//components/favicon/ios", |
| 34 "//components/google/core/browser", | 34 "//components/google/core/browser", |
| 35 "//components/keyed_service/core", | 35 "//components/keyed_service/core", |
| 36 "//components/keyed_service/ios", | 36 "//components/keyed_service/ios", |
| 37 "//components/pref_registry", | 37 "//components/pref_registry", |
| 38 "//components/prefs", | 38 "//components/prefs", |
| 39 "//components/reading_list/core", | 39 "//components/reading_list/core", |
| 40 "//components/reading_list/core:flags", | |
| 41 "//components/reading_list/ios", | 40 "//components/reading_list/ios", |
| 42 "//components/sync", | 41 "//components/sync", |
| 43 "//ios/chrome/browser", | 42 "//ios/chrome/browser", |
| 44 "//ios/chrome/browser/bookmarks", | 43 "//ios/chrome/browser/bookmarks", |
| 45 "//ios/chrome/browser/browser_state", | 44 "//ios/chrome/browser/browser_state", |
| 46 "//ios/chrome/browser/favicon", | 45 "//ios/chrome/browser/favicon", |
| 47 "//ios/chrome/browser/history", | 46 "//ios/chrome/browser/history", |
| 48 "//ios/chrome/common", | 47 "//ios/chrome/common", |
| 49 "//ios/web", | 48 "//ios/web", |
| 50 "//ios/web:reload_type", | 49 "//ios/web:reload_type", |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "//ios/chrome/browser/dom_distiller", | 88 "//ios/chrome/browser/dom_distiller", |
| 90 "//ios/testing:ios_test_support", | 89 "//ios/testing:ios_test_support", |
| 91 "//ios/web", | 90 "//ios/web", |
| 92 "//ios/web:reload_type", | 91 "//ios/web:reload_type", |
| 93 "//ios/web:test_support", | 92 "//ios/web:test_support", |
| 94 "//net", | 93 "//net", |
| 95 "//testing/gtest", | 94 "//testing/gtest", |
| 96 "//url", | 95 "//url", |
| 97 ] | 96 ] |
| 98 } | 97 } |
| OLD | NEW |