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

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

Issue 2167533002: [ios] EarlGrey test for scroll position restoration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comment 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 | « no previous file | ios/web/public/test/earl_grey/web_view_matchers.h » ('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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '-Xlinker', '-rpath', '-Xlinker', '@executable_path/Frameworks', 55 '-Xlinker', '-rpath', '-Xlinker', '@executable_path/Frameworks',
56 '-Xlinker', '-rpath', '-Xlinker', '@loader_path/Frameworks' 56 '-Xlinker', '-rpath', '-Xlinker', '@loader_path/Frameworks'
57 ] 57 ]
58 }, 58 },
59 'dependencies': [ 59 'dependencies': [
60 'ios_web_shell_earl_grey_test_support', 60 'ios_web_shell_earl_grey_test_support',
61 '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey', 61 '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey',
62 ], 62 ],
63 'sources': [ 63 'sources': [
64 'shell/test/web_shell_navigation_egtest.mm', 64 'shell/test/web_shell_navigation_egtest.mm',
65 'shell/test/web_shell_page_state_egtest.mm',
65 ], 66 ],
66 'actions': [{ 67 'actions': [{
67 'action_name': 'copy_test_data', 68 'action_name': 'copy_test_data',
68 'variables': { 69 'variables': {
69 'test_data_files': [ 70 'test_data_files': [
70 '../../ios/web/shell/test/http_server_files', 71 '../../ios/web/shell/test/http_server_files',
71 ], 72 ],
72 # Files are copied to .app/<test_data_prefix>/<test_data_files>. 73 # Files are copied to .app/<test_data_prefix>/<test_data_files>.
73 # Since the test_data_files are two levels up, the test_data_prefix 74 # Since the test_data_files are two levels up, the test_data_prefix
74 # needs to be two levels deep so the files end up in the .app bundle 75 # needs to be two levels deep so the files end up in the .app bundle
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'shell/test/app/web_shell_test_util.h', 115 'shell/test/app/web_shell_test_util.h',
115 'shell/test/app/web_shell_test_util.mm', 116 'shell/test/app/web_shell_test_util.mm',
116 'shell/test/app/web_view_interaction_test_util.h', 117 'shell/test/app/web_view_interaction_test_util.h',
117 'shell/test/app/web_view_interaction_test_util.mm', 118 'shell/test/app/web_view_interaction_test_util.mm',
118 'shell/test/earl_grey/shell_matchers.h', 119 'shell/test/earl_grey/shell_matchers.h',
119 'shell/test/earl_grey/shell_matchers.mm', 120 'shell/test/earl_grey/shell_matchers.mm',
120 ], 121 ],
121 }, 122 },
122 ], 123 ],
123 } 124 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/test/earl_grey/web_view_matchers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698