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

Side by Side Diff: ios/web/shell/test/BUILD.gn

Issue 2740783002: Rename ShellBaseTestCase as WebShellTestCase. (Closed)
Patch Set: 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/web/shell/test/context_menu_egtest.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 import("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/third_party/earl_grey/ios_eg_test.gni") 6 import("//ios/third_party/earl_grey/ios_eg_test.gni")
7 7
8 group("all_tests") { 8 group("all_tests") {
9 testonly = true 9 testonly = true
10 deps = [ 10 deps = [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 70
71 sources = [ 71 sources = [
72 "app/navigation_test_util.h", 72 "app/navigation_test_util.h",
73 "app/navigation_test_util.mm", 73 "app/navigation_test_util.mm",
74 "app/web_shell_test_util.h", 74 "app/web_shell_test_util.h",
75 "app/web_shell_test_util.mm", 75 "app/web_shell_test_util.mm",
76 "app/web_view_interaction_test_util.h", 76 "app/web_view_interaction_test_util.h",
77 "app/web_view_interaction_test_util.mm", 77 "app/web_view_interaction_test_util.mm",
78 "earl_grey/shell_actions.h", 78 "earl_grey/shell_actions.h",
79 "earl_grey/shell_actions.mm", 79 "earl_grey/shell_actions.mm",
80 "earl_grey/shell_base_test_case.h",
81 "earl_grey/shell_base_test_case.mm",
82 "earl_grey/shell_earl_grey.h", 80 "earl_grey/shell_earl_grey.h",
83 "earl_grey/shell_earl_grey.mm", 81 "earl_grey/shell_earl_grey.mm",
84 "earl_grey/shell_matchers.h", 82 "earl_grey/shell_matchers.h",
85 "earl_grey/shell_matchers.mm", 83 "earl_grey/shell_matchers.mm",
84 "earl_grey/web_shell_test_case.h",
85 "earl_grey/web_shell_test_case.mm",
86 ] 86 ]
87 87
88 configs += [ "//build/config/compiler:enable_arc" ] 88 configs += [ "//build/config/compiler:enable_arc" ]
89 } 89 }
90 90
91 bundle_data("bundle") { 91 bundle_data("bundle") {
92 visibility = [ ":ios_web_shell_egtests" ] 92 visibility = [ ":ios_web_shell_egtests" ]
93 sources = [ 93 sources = [
94 "http_server_files/basic_navigation_test.html", 94 "http_server_files/basic_navigation_test.html",
95 "http_server_files/tall_page.html", 95 "http_server_files/tall_page.html",
96 "http_server_files/testpage.pdf", 96 "http_server_files/testpage.pdf",
97 ] 97 ]
98 outputs = [ 98 outputs = [
99 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" + 99 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" +
100 "{{source_file_part}}", 100 "{{source_file_part}}",
101 ] 101 ]
102 } 102 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/shell/test/context_menu_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698