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

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

Issue 2721343002: Make publisher information RTL friendly (Closed)
Patch Set: Fix dependency Created 3 years, 9 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm » ('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("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_identifier.h", 10 "content_suggestion_identifier.h",
(...skipping 22 matching lines...) Expand all
33 "content_suggestions_text_item_actions.h", 33 "content_suggestions_text_item_actions.h",
34 "content_suggestions_view_controller.h", 34 "content_suggestions_view_controller.h",
35 "content_suggestions_view_controller.mm", 35 "content_suggestions_view_controller.mm",
36 "expandable_item.h", 36 "expandable_item.h",
37 ] 37 ]
38 deps = [ 38 deps = [
39 "//base", 39 "//base",
40 "//ios/chrome/browser/ui", 40 "//ios/chrome/browser/ui",
41 "//ios/chrome/browser/ui/collection_view", 41 "//ios/chrome/browser/ui/collection_view",
42 "//ios/chrome/browser/ui/colors", 42 "//ios/chrome/browser/ui/colors",
43 "//ios/chrome/browser/ui/util",
43 "//ios/third_party/material_roboto_font_loader_ios", 44 "//ios/third_party/material_roboto_font_loader_ios",
44 "//ui/base", 45 "//ui/base",
45 "//url", 46 "//url",
46 ] 47 ]
47 public_deps = [ 48 public_deps = [
48 "//ios/third_party/material_components_ios", 49 "//ios/third_party/material_components_ios",
49 ] 50 ]
50 } 51 }
51 52
52 source_set("unit_tests") { 53 source_set("unit_tests") {
53 configs += [ "//build/config/compiler:enable_arc" ] 54 configs += [ "//build/config/compiler:enable_arc" ]
54 testonly = true 55 testonly = true
55 sources = [ 56 sources = [
56 "content_suggestion_identifier_unittest.mm", 57 "content_suggestion_identifier_unittest.mm",
57 "content_suggestions_article_item_unittest.mm", 58 "content_suggestions_article_item_unittest.mm",
58 "content_suggestions_expandable_item_unittest.mm", 59 "content_suggestions_expandable_item_unittest.mm",
59 "content_suggestions_favicon_item_unittest.mm", 60 "content_suggestions_favicon_item_unittest.mm",
60 "content_suggestions_stack_item_unittest.mm", 61 "content_suggestions_stack_item_unittest.mm",
61 "content_suggestions_text_item_unittest.mm", 62 "content_suggestions_text_item_unittest.mm",
62 ] 63 ]
63 deps = [ 64 deps = [
64 ":content_suggestions", 65 ":content_suggestions",
65 "//base", 66 "//base",
66 "//ios/chrome/browser/ui/collection_view", 67 "//ios/chrome/browser/ui/collection_view",
67 "//testing/gtest", 68 "//testing/gtest",
68 "//third_party/ocmock", 69 "//third_party/ocmock",
69 "//url", 70 "//url",
70 ] 71 ]
71 } 72 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/content_suggestions/content_suggestions_article_item.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698