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

Side by Side Diff: ios/chrome/app/spotlight/BUILD.gn

Issue 2698473004: Split FaviconService and FaviconServiceImpl. (Closed)
Patch Set: Revert changes in ios/.../history_collection_view_controller_unittest.mm Created 3 years, 10 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("spotlight") { 5 source_set("spotlight") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "actions_spotlight_manager.h", 8 "actions_spotlight_manager.h",
9 "actions_spotlight_manager.mm", 9 "actions_spotlight_manager.mm",
10 "base_spotlight_manager.h", 10 "base_spotlight_manager.h",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 testonly = true 54 testonly = true
55 sources = [ 55 sources = [
56 "spotlight_manager_unittest.mm", 56 "spotlight_manager_unittest.mm",
57 ] 57 ]
58 deps = [ 58 deps = [
59 ":spotlight", 59 ":spotlight",
60 "//base", 60 "//base",
61 "//components/bookmarks/browser", 61 "//components/bookmarks/browser",
62 "//components/bookmarks/test", 62 "//components/bookmarks/test",
63 "//components/favicon/core", 63 "//components/favicon/core",
64 "//components/favicon/core/test:test_support",
64 "//components/favicon_base", 65 "//components/favicon_base",
65 "//ios/chrome/browser/bookmarks", 66 "//ios/chrome/browser/bookmarks",
66 "//ios/public/provider/chrome/browser", 67 "//ios/public/provider/chrome/browser",
67 "//ios/public/provider/chrome/browser/spotlight", 68 "//ios/public/provider/chrome/browser/spotlight",
68 "//net", 69 "//net",
69 "//testing/gtest", 70 "//testing/gtest",
70 ] 71 ]
71 libs = [ "CoreSpotlight.framework" ] 72 libs = [ "CoreSpotlight.framework" ]
72 } 73 }
OLDNEW
« no previous file with comments | « components/ntp_tiles/icon_cacher_impl_unittest.cc ('k') | ios/chrome/app/spotlight/spotlight_manager_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698