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

Side by Side Diff: ios/chrome/browser/ui/content_suggestions/BUILD.gn

Issue 2708623002: Add an ID to the ContentSuggestion (Closed)
Patch Set: 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("content_suggestions") { 5 source_set("content_suggestions") {
6 configs += [ "//build/config/compiler:enable_arc" ] 6 configs += [ "//build/config/compiler:enable_arc" ]
7 sources = [ 7 sources = [
8 "content_suggestion.h", 8 "content_suggestion.h",
9 "content_suggestion.mm", 9 "content_suggestion.mm",
10 "content_suggestion_id.h",
11 "content_suggestion_id.mm",
10 "content_suggestions_article_item.h", 12 "content_suggestions_article_item.h",
11 "content_suggestions_article_item.mm", 13 "content_suggestions_article_item.mm",
12 "content_suggestions_collection_updater.h", 14 "content_suggestions_collection_updater.h",
13 "content_suggestions_collection_updater.mm", 15 "content_suggestions_collection_updater.mm",
14 "content_suggestions_commands.h", 16 "content_suggestions_commands.h",
15 "content_suggestions_data_sink.h", 17 "content_suggestions_data_sink.h",
16 "content_suggestions_data_source.h", 18 "content_suggestions_data_source.h",
17 "content_suggestions_expandable_item.h", 19 "content_suggestions_expandable_item.h",
18 "content_suggestions_expandable_item.mm", 20 "content_suggestions_expandable_item.mm",
19 "content_suggestions_favicon_internal_cell.h", 21 "content_suggestions_favicon_internal_cell.h",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ] 59 ]
58 deps = [ 60 deps = [
59 ":content_suggestions", 61 ":content_suggestions",
60 "//base", 62 "//base",
61 "//ios/chrome/browser/ui/collection_view", 63 "//ios/chrome/browser/ui/collection_view",
62 "//testing/gtest", 64 "//testing/gtest",
63 "//third_party/ocmock", 65 "//third_party/ocmock",
64 "//url", 66 "//url",
65 ] 67 ]
66 } 68 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698