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

Side by Side Diff: ios/chrome/browser/reading_list/BUILD.gn

Issue 2506993002: Create offline_url_utils (Closed)
Patch Set: feedback Created 4 years, 1 month 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 | ios/chrome/browser/reading_list/offline_url_utils.h » ('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("reading_list") { 5 source_set("reading_list") {
6 sources = [ 6 sources = [
7 "offline_url_utils.cc",
8 "offline_url_utils.h",
7 "reading_list_download_service.cc", 9 "reading_list_download_service.cc",
8 "reading_list_download_service.h", 10 "reading_list_download_service.h",
9 "reading_list_download_service_factory.cc", 11 "reading_list_download_service_factory.cc",
10 "reading_list_download_service_factory.h", 12 "reading_list_download_service_factory.h",
11 "reading_list_entry.cc", 13 "reading_list_entry.cc",
12 "reading_list_entry.h", 14 "reading_list_entry.h",
13 "reading_list_model.cc", 15 "reading_list_model.cc",
14 "reading_list_model.h", 16 "reading_list_model.h",
15 "reading_list_model_bridge_observer.h", 17 "reading_list_model_bridge_observer.h",
16 "reading_list_model_bridge_observer.mm", 18 "reading_list_model_bridge_observer.mm",
(...skipping 25 matching lines...) Expand all
42 "//url", 44 "//url",
43 ] 45 ]
44 public_deps = [ 46 public_deps = [
45 "//ios/chrome/browser/dom_distiller", 47 "//ios/chrome/browser/dom_distiller",
46 ] 48 ]
47 } 49 }
48 50
49 source_set("unit_tests") { 51 source_set("unit_tests") {
50 testonly = true 52 testonly = true
51 sources = [ 53 sources = [
54 "offline_url_utils_unittest.cc",
52 "reading_list_entry_unittest.cc", 55 "reading_list_entry_unittest.cc",
53 "reading_list_model_storage_unittest.mm", 56 "reading_list_model_storage_unittest.mm",
54 "reading_list_model_unittest.cc", 57 "reading_list_model_unittest.cc",
55 "url_downloader_unittest.cc", 58 "url_downloader_unittest.cc",
56 ] 59 ]
57 deps = [ 60 deps = [
58 ":reading_list", 61 ":reading_list",
59 "//base", 62 "//base",
60 "//base/test:test_support", 63 "//base/test:test_support",
61 "//ios/chrome/browser", 64 "//ios/chrome/browser",
62 "//ios/chrome/browser/dom_distiller", 65 "//ios/chrome/browser/dom_distiller",
63 "//ios/web:test_support", 66 "//ios/web:test_support",
64 "//testing/gtest", 67 "//testing/gtest",
68 "//url",
65 ] 69 ]
66 } 70 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/offline_url_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698