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

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

Issue 2604773002: Create distiller files for Reading List. (Closed)
Patch Set: feedback Created 3 years, 11 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 unified diff | Download patch
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 "favicon_web_state_dispatcher.h",
7 "offline_url_utils.cc", 8 "offline_url_utils.cc",
8 "offline_url_utils.h", 9 "offline_url_utils.h",
9 "reading_list_entry.cc", 10 "reading_list_entry.cc",
10 "reading_list_entry.h", 11 "reading_list_entry.h",
11 "reading_list_model.cc", 12 "reading_list_model.cc",
12 "reading_list_model.h", 13 "reading_list_model.h",
13 "reading_list_model_bridge_observer.h", 14 "reading_list_model_bridge_observer.h",
14 "reading_list_model_bridge_observer.mm", 15 "reading_list_model_bridge_observer.mm",
15 "reading_list_model_impl.cc", 16 "reading_list_model_impl.cc",
16 "reading_list_model_impl.h", 17 "reading_list_model_impl.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 deps = [ 49 deps = [
49 ":ios", 50 ":ios",
50 "//base", 51 "//base",
51 "//base/test:test_support", 52 "//base/test:test_support",
52 "//components/sync", 53 "//components/sync",
53 "//components/sync:test_support_model", 54 "//components/sync:test_support_model",
54 "//testing/gtest", 55 "//testing/gtest",
55 "//url", 56 "//url",
56 ] 57 ]
57 } 58 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698