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

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

Issue 2488833005: Remove support for old naming convention for EarlGrey tests on iOS. (Closed)
Patch Set: Created 4 years, 1 month 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 | « ios/build/tools/convert_gn_xcodeproj.py ('k') | no next file » | 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 ios_eg_test("ios_web_shell_egtests") { 8 ios_eg_test("ios_web_shell_egtests") {
9 # TODO(crbug.com/662404): Remove when downstream have been changed to use
10 # the new name for the xctest app bundles.
11 use_new_naming_convention = true
12
13 sources = [ 9 sources = [
14 "context_menu_egtest.mm", 10 "context_menu_egtest.mm",
15 "meta_tags_egtest.mm", 11 "meta_tags_egtest.mm",
16 "navigation_egtest.mm", 12 "navigation_egtest.mm",
17 "page_state_egtest.mm", 13 "page_state_egtest.mm",
18 "pdf_egtest.mm", 14 "pdf_egtest.mm",
19 "plugin_placeholder_egtest.mm", 15 "plugin_placeholder_egtest.mm",
20 "redirect_egtest.mm", 16 "redirect_egtest.mm",
21 ] 17 ]
22 18
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 sources = [ 85 sources = [
90 "http_server_files/basic_navigation_test.html", 86 "http_server_files/basic_navigation_test.html",
91 "http_server_files/tall_page.html", 87 "http_server_files/tall_page.html",
92 "http_server_files/testpage.pdf", 88 "http_server_files/testpage.pdf",
93 ] 89 ]
94 outputs = [ 90 outputs = [
95 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" + 91 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" +
96 "{{source_file_part}}", 92 "{{source_file_part}}",
97 ] 93 ]
98 } 94 }
OLDNEW
« no previous file with comments | « ios/build/tools/convert_gn_xcodeproj.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698