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

Side by Side Diff: ios/showcase/BUILD.gn

Issue 2936773003: [ios clean] Toolbar accessibility and showcase egtests (Closed)
Patch Set: Rename A11y string Created 3 years, 6 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 import("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 import("//ios/build/chrome_build.gni") 6 import("//ios/build/chrome_build.gni")
7 import("//ios/build/config.gni") 7 import("//ios/build/config.gni")
8 import("//ios/third_party/earl_grey/ios_eg_test.gni") 8 import("//ios/third_party/earl_grey/ios_eg_test.gni")
9 9
10 ios_app_bundle("showcase") { 10 ios_app_bundle("showcase") {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 ":features", 53 ":features",
54 "//ios/showcase/core:main", 54 "//ios/showcase/core:main",
55 55
56 # Add all eg_tests targets below. 56 # Add all eg_tests targets below.
57 "//ios/showcase/content_suggestions:eg_tests", 57 "//ios/showcase/content_suggestions:eg_tests",
58 "//ios/showcase/core:eg_tests", 58 "//ios/showcase/core:eg_tests",
59 "//ios/showcase/payments:eg_tests", 59 "//ios/showcase/payments:eg_tests",
60 "//ios/showcase/root:eg_tests", 60 "//ios/showcase/root:eg_tests",
61 "//ios/showcase/tab:eg_tests", 61 "//ios/showcase/tab:eg_tests",
62 "//ios/showcase/tab_grid:eg_tests", 62 "//ios/showcase/tab_grid:eg_tests",
63 "//ios/showcase/toolbar:eg_tests",
63 64
64 # All shared libraries must have the sanitizer deps to properly link in 65 # All shared libraries must have the sanitizer deps to properly link in
65 # asan mode (this target will be empty in other cases). 66 # asan mode (this target will be empty in other cases).
66 "//build/config:exe_and_shlib_deps", 67 "//build/config:exe_and_shlib_deps",
67 ] 68 ]
68 bundle_deps = [ "//ios/showcase/core/resources" ] 69 bundle_deps = [ "//ios/showcase/core/resources" ]
69 assert_no_deps = ios_assert_no_deps 70 assert_no_deps = ios_assert_no_deps
70 } 71 }
OLDNEW
« no previous file with comments | « ios/clean/chrome/browser/ui/toolbar/toolbar_button+factory.mm ('k') | ios/showcase/toolbar/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698