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

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

Issue 2661473004: Adding a11y test coverage for passwords edit page. (Closed)
Patch Set: Added a todo 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 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 ] 323 ]
324 } 324 }
325 325
326 source_set("eg_tests") { 326 source_set("eg_tests") {
327 testonly = true 327 testonly = true
328 sources = [ 328 sources = [
329 "accounts_collection_egtest.mm", 329 "accounts_collection_egtest.mm",
330 "autofill_settings_egtest.mm", 330 "autofill_settings_egtest.mm",
331 "block_popups_egtest.mm", 331 "block_popups_egtest.mm",
332 "clear_browsing_data_egtest.mm", 332 "clear_browsing_data_egtest.mm",
333 "password_settings_egtest.mm",
333 "settings_egtest.mm", 334 "settings_egtest.mm",
334 "translate_ui_egtest.mm", 335 "translate_ui_egtest.mm",
335 ] 336 ]
336 337
337 deps = [ 338 deps = [
338 ":settings", 339 ":settings",
339 "//base", 340 "//base",
340 "//components/browsing_data/core", 341 "//components/browsing_data/core",
341 "//components/content_settings/core/browser", 342 "//components/content_settings/core/browser",
342 "//components/metrics", 343 "//components/metrics",
(...skipping 19 matching lines...) Expand all
362 "//ios/web:test_support", 363 "//ios/web:test_support",
363 "//net", 364 "//net",
364 "//ui/base", 365 "//ui/base",
365 "//url", 366 "//url",
366 ] 367 ]
367 libs = [ 368 libs = [
368 "UIKit.framework", 369 "UIKit.framework",
369 "XCTest.framework", 370 "XCTest.framework",
370 ] 371 ]
371 } 372 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698