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

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

Issue 2170243002: [ios] Implemented Meta Tags EarlGrey tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rename-tests
Patch Set: Added missing dependency. Created 4 years, 5 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 | « ios/web/ios_web_shell_tests.gyp ('k') | ios/web/shell/test/meta_tags_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 ios_eg_test("ios_web_shell_test") { 8 ios_eg_test("ios_web_shell_test") {
9 sources = [ 9 sources = [
10 "meta_tags_egtest.mm",
10 "navigation_egtest.mm", 11 "navigation_egtest.mm",
11 "page_state_egtest.mm", 12 "page_state_egtest.mm",
12 ] 13 ]
13 14
14 deps = [ 15 deps = [
15 "//base", 16 "//base",
17 "//base/test:test_support",
16 "//ios/web:test_support", 18 "//ios/web:test_support",
17 "//ios/web/shell", 19 "//ios/web/shell",
18 "//ios/web/shell/test:earl_grey_test_support", 20 "//ios/web/shell/test:earl_grey_test_support",
19 21
20 # All shared libraries must have the sanitizer deps to properly link in 22 # All shared libraries must have the sanitizer deps to properly link in
21 # asan mode (this target will be empty in other cases). 23 # asan mode (this target will be empty in other cases).
22 "//build/config/sanitizers:deps", 24 "//build/config/sanitizers:deps",
23 ] 25 ]
24 26
25 bundle_deps = [ ":bundle" ] 27 bundle_deps = [ ":bundle" ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 visibility = [ ":ios_web_shell_test_host" ] 64 visibility = [ ":ios_web_shell_test_host" ]
63 sources = [ 65 sources = [
64 "http_server_files/basic_navigation_test.html", 66 "http_server_files/basic_navigation_test.html",
65 "http_server_files/tall_page.html", 67 "http_server_files/tall_page.html",
66 ] 68 ]
67 outputs = [ 69 outputs = [
68 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" + 70 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" +
69 "{{source_file_part}}", 71 "{{source_file_part}}",
70 ] 72 ]
71 } 73 }
OLDNEW
« no previous file with comments | « ios/web/ios_web_shell_tests.gyp ('k') | ios/web/shell/test/meta_tags_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698