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

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

Issue 2622403005: Use correct Info.plist for web shell EarlGrey tests. (Closed)
Patch Set: Created 3 years, 11 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 | 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 group("all_tests") { 8 group("all_tests") {
9 testonly = true 9 testonly = true
10 deps = [ 10 deps = [
11 ":ios_web_shell_egtests", 11 ":ios_web_shell_egtests",
12 ] 12 ]
13 } 13 }
14 14
15 ios_eg_test("ios_web_shell_egtests") { 15 ios_eg_test("ios_web_shell_egtests") {
16 info_plist = "//ios/web/shell/Info.plist"
16 sources = [ 17 sources = [
17 "context_menu_egtest.mm", 18 "context_menu_egtest.mm",
18 "meta_tags_egtest.mm", 19 "meta_tags_egtest.mm",
19 "navigation_egtest.mm", 20 "navigation_egtest.mm",
20 "page_state_egtest.mm", 21 "page_state_egtest.mm",
21 "pdf_egtest.mm", 22 "pdf_egtest.mm",
22 "plugin_placeholder_egtest.mm", 23 "plugin_placeholder_egtest.mm",
23 "redirect_egtest.mm", 24 "redirect_egtest.mm",
24 ] 25 ]
25 26
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 sources = [ 93 sources = [
93 "http_server_files/basic_navigation_test.html", 94 "http_server_files/basic_navigation_test.html",
94 "http_server_files/tall_page.html", 95 "http_server_files/tall_page.html",
95 "http_server_files/testpage.pdf", 96 "http_server_files/testpage.pdf",
96 ] 97 ]
97 outputs = [ 98 outputs = [
98 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" + 99 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" +
99 "{{source_file_part}}", 100 "{{source_file_part}}",
100 ] 101 ]
101 } 102 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698