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

Side by Side Diff: components/reading_list/ios/BUILD.gn

Issue 2568023002: Fix inheritance in Reading List (Closed)
Patch Set: clean includes 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_model_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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("ios") { 5 source_set("ios") {
6 sources = [ 6 sources = [
7 "offline_url_utils.cc", 7 "offline_url_utils.cc",
8 "offline_url_utils.h", 8 "offline_url_utils.h",
9 "reading_list_entry.cc", 9 "reading_list_entry.cc",
10 "reading_list_entry.h", 10 "reading_list_entry.h",
11 "reading_list_model.cc", 11 "reading_list_model.cc",
12 "reading_list_model.h", 12 "reading_list_model.h",
13 "reading_list_model_bridge_observer.h", 13 "reading_list_model_bridge_observer.h",
14 "reading_list_model_bridge_observer.mm", 14 "reading_list_model_bridge_observer.mm",
15 "reading_list_model_impl.cc", 15 "reading_list_model_impl.cc",
16 "reading_list_model_impl.h", 16 "reading_list_model_impl.h",
17 "reading_list_model_observer.h", 17 "reading_list_model_observer.h",
18 "reading_list_model_storage.cc",
18 "reading_list_model_storage.h", 19 "reading_list_model_storage.h",
19 "reading_list_pref_names.cc", 20 "reading_list_pref_names.cc",
20 "reading_list_pref_names.h", 21 "reading_list_pref_names.h",
21 "reading_list_store.cc", 22 "reading_list_store.cc",
22 "reading_list_store.h", 23 "reading_list_store.h",
23 "reading_list_store_delegate.h", 24 "reading_list_store_delegate.h",
24 ] 25 ]
25 deps = [ 26 deps = [
26 "//base", 27 "//base",
27 "//components/keyed_service/core", 28 "//components/keyed_service/core",
(...skipping 19 matching lines...) Expand all
47 deps = [ 48 deps = [
48 ":ios", 49 ":ios",
49 "//base", 50 "//base",
50 "//base/test:test_support", 51 "//base/test:test_support",
51 "//components/sync", 52 "//components/sync",
52 "//components/sync:test_support_model", 53 "//components/sync:test_support_model",
53 "//testing/gtest", 54 "//testing/gtest",
54 "//url", 55 "//url",
55 ] 56 ]
56 } 57 }
OLDNEW
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698