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

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

Issue 2787503002: Move FaviconAttributes to UI (Closed)
Patch Set: Move to different targets Created 3 years, 8 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 bundle_data("resources") { 5 bundle_data("resources") {
6 sources = [ 6 sources = [
7 "resources/distillation_fail.png", 7 "resources/distillation_fail.png",
8 "resources/distillation_fail@2x.png", 8 "resources/distillation_fail@2x.png",
9 "resources/distillation_fail@3x.png", 9 "resources/distillation_fail@3x.png",
10 "resources/distillation_success.png", 10 "resources/distillation_success.png",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//ios/chrome/app/strings", 65 "//ios/chrome/app/strings",
66 "//ios/chrome/browser", 66 "//ios/chrome/browser",
67 "//ios/chrome/browser/browser_state", 67 "//ios/chrome/browser/browser_state",
68 "//ios/chrome/browser/favicon", 68 "//ios/chrome/browser/favicon",
69 "//ios/chrome/browser/reading_list", 69 "//ios/chrome/browser/reading_list",
70 "//ios/chrome/browser/tabs", 70 "//ios/chrome/browser/tabs",
71 "//ios/chrome/browser/ui", 71 "//ios/chrome/browser/ui",
72 "//ios/chrome/browser/ui/alert_coordinator", 72 "//ios/chrome/browser/ui/alert_coordinator",
73 "//ios/chrome/browser/ui/collection_view/cells", 73 "//ios/chrome/browser/ui/collection_view/cells",
74 "//ios/chrome/browser/ui/colors", 74 "//ios/chrome/browser/ui/colors",
75 "//ios/chrome/browser/ui/favicon",
76 "//ios/chrome/browser/ui/favicon:favicon_ui",
75 "//ios/chrome/browser/ui/keyboard", 77 "//ios/chrome/browser/ui/keyboard",
76 "//ios/chrome/browser/ui/material_components", 78 "//ios/chrome/browser/ui/material_components",
77 "//ios/chrome/browser/ui/side_swipe", 79 "//ios/chrome/browser/ui/side_swipe",
78 "//ios/chrome/browser/ui/static_content", 80 "//ios/chrome/browser/ui/static_content",
79 "//ios/chrome/browser/ui/util", 81 "//ios/chrome/browser/ui/util",
80 "//ios/chrome/common", 82 "//ios/chrome/common",
81 "//ios/third_party/material_components_ios", 83 "//ios/third_party/material_components_ios",
82 "//ios/third_party/material_roboto_font_loader_ios", 84 "//ios/third_party/material_roboto_font_loader_ios",
83 "//ios/web", 85 "//ios/web",
84 "//ios/web:reload_type", 86 "//ios/web:reload_type",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "//ios/testing/earl_grey:earl_grey_support", 146 "//ios/testing/earl_grey:earl_grey_support",
145 "//ios/third_party/earl_grey", 147 "//ios/third_party/earl_grey",
146 "//ios/third_party/material_components_ios", 148 "//ios/third_party/material_components_ios",
147 "//ios/web:test_support", 149 "//ios/web:test_support",
148 ] 150 ]
149 libs = [ 151 libs = [
150 "UIKit.framework", 152 "UIKit.framework",
151 "XCTest.framework", 153 "XCTest.framework",
152 ] 154 ]
153 } 155 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698