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

Side by Side Diff: ios/web/ios_web_shell_tests.gyp

Issue 2190153002: [ios] Implemented redirect EG tests for web shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@http_server_util
Patch Set: Addressed review comments Created 4 years, 4 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/BUILD.gn » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'dependencies': [ 61 'dependencies': [
62 'ios_web_shell_earl_grey_test_support', 62 'ios_web_shell_earl_grey_test_support',
63 '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey', 63 '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey',
64 ], 64 ],
65 'sources': [ 65 'sources': [
66 'shell/test/meta_tags_egtest.mm', 66 'shell/test/meta_tags_egtest.mm',
67 'shell/test/navigation_egtest.mm', 67 'shell/test/navigation_egtest.mm',
68 'shell/test/page_state_egtest.mm', 68 'shell/test/page_state_egtest.mm',
69 'shell/test/pdf_egtest.mm', 69 'shell/test/pdf_egtest.mm',
70 'shell/test/plugin_placeholder_egtest.mm', 70 'shell/test/plugin_placeholder_egtest.mm',
71 'shell/test/redirect_egtest.mm',
71 ], 72 ],
72 'actions': [{ 73 'actions': [{
73 'action_name': 'copy_test_data', 74 'action_name': 'copy_test_data',
74 'variables': { 75 'variables': {
75 'test_data_files': [ 76 'test_data_files': [
76 '../../ios/web/shell/test/http_server_files', 77 '../../ios/web/shell/test/http_server_files',
77 ], 78 ],
78 # Files are copied to .app/<test_data_prefix>/<test_data_files>. 79 # Files are copied to .app/<test_data_prefix>/<test_data_files>.
79 # Since the test_data_files are two levels up, the test_data_prefix 80 # Since the test_data_files are two levels up, the test_data_prefix
80 # needs to be two levels deep so the files end up in the .app bundle 81 # needs to be two levels deep so the files end up in the .app bundle
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'shell/test/app/web_view_interaction_test_util.h', 124 'shell/test/app/web_view_interaction_test_util.h',
124 'shell/test/app/web_view_interaction_test_util.mm', 125 'shell/test/app/web_view_interaction_test_util.mm',
125 'shell/test/earl_grey/shell_base_test_case.h', 126 'shell/test/earl_grey/shell_base_test_case.h',
126 'shell/test/earl_grey/shell_base_test_case.mm', 127 'shell/test/earl_grey/shell_base_test_case.mm',
127 'shell/test/earl_grey/shell_matchers.h', 128 'shell/test/earl_grey/shell_matchers.h',
128 'shell/test/earl_grey/shell_matchers.mm', 129 'shell/test/earl_grey/shell_matchers.mm',
129 ], 130 ],
130 }, 131 },
131 ], 132 ],
132 } 133 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/shell/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698