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

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

Issue 2761753002: Cleanup ContentSuggestions cells (Closed)
Patch Set: Fix tests 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
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/app_icon_placeholder.png", 7 "resources/app_icon_placeholder.png",
8 "resources/app_icon_placeholder@2x.png", 8 "resources/app_icon_placeholder@2x.png",
9 "resources/app_icon_placeholder@3x.png", 9 "resources/app_icon_placeholder@3x.png",
10 "resources/encryption_error.png", 10 "resources/encryption_error.png",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "//ios/chrome/browser/sync", 155 "//ios/chrome/browser/sync",
156 "//ios/chrome/browser/translate", 156 "//ios/chrome/browser/translate",
157 "//ios/chrome/browser/ui", 157 "//ios/chrome/browser/ui",
158 "//ios/chrome/browser/ui/alert_coordinator", 158 "//ios/chrome/browser/ui/alert_coordinator",
159 "//ios/chrome/browser/ui/authentication", 159 "//ios/chrome/browser/ui/authentication",
160 "//ios/chrome/browser/ui/authentication:authentication_arc", 160 "//ios/chrome/browser/ui/authentication:authentication_arc",
161 "//ios/chrome/browser/ui/autofill/cells", 161 "//ios/chrome/browser/ui/autofill/cells",
162 "//ios/chrome/browser/ui/collection_view", 162 "//ios/chrome/browser/ui/collection_view",
163 "//ios/chrome/browser/ui/colors", 163 "//ios/chrome/browser/ui/colors",
164 "//ios/chrome/browser/ui/commands", 164 "//ios/chrome/browser/ui/commands",
165 "//ios/chrome/browser/ui/content_suggestions", 165 "//ios/chrome/browser/ui/content_suggestions/cells",
166 "//ios/chrome/browser/ui/contextual_search", 166 "//ios/chrome/browser/ui/contextual_search",
167 "//ios/chrome/browser/ui/icons", 167 "//ios/chrome/browser/ui/icons",
168 "//ios/chrome/browser/ui/keyboard", 168 "//ios/chrome/browser/ui/keyboard",
169 "//ios/chrome/browser/ui/material_components", 169 "//ios/chrome/browser/ui/material_components",
170 "//ios/chrome/browser/ui/settings/cells", 170 "//ios/chrome/browser/ui/settings/cells",
171 "//ios/chrome/browser/ui/settings/utils", 171 "//ios/chrome/browser/ui/settings/utils",
172 "//ios/chrome/browser/ui/sync", 172 "//ios/chrome/browser/ui/sync",
173 "//ios/chrome/browser/voice", 173 "//ios/chrome/browser/voice",
174 "//ios/chrome/common", 174 "//ios/chrome/common",
175 "//ios/public/provider/chrome/browser", 175 "//ios/public/provider/chrome/browser",
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "//ios/web:test_support", 370 "//ios/web:test_support",
371 "//net", 371 "//net",
372 "//ui/base", 372 "//ui/base",
373 "//url", 373 "//url",
374 ] 374 ]
375 libs = [ 375 libs = [
376 "UIKit.framework", 376 "UIKit.framework",
377 "XCTest.framework", 377 "XCTest.framework",
378 ] 378 ]
379 } 379 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698