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

Unified Diff: ios/web/ios_web_shell_tests.gyp

Issue 2173493002: Convert ios_web_shell_test to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@eg-tests-deps
Patch Set: Sync //ios/web/shell/test:earl_grey_test_support with gyp. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/third_party/earl_grey/ios_eg_test.gni ('k') | ios/web/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web_shell_tests.gyp
diff --git a/ios/web/ios_web_shell_tests.gyp b/ios/web/ios_web_shell_tests.gyp
index de75264273a3f323443ea67165cb23ffb717dcc3..feda9b30c912bf388fb1305c8e2f5fc60905907e 100644
--- a/ios/web/ios_web_shell_tests.gyp
+++ b/ios/web/ios_web_shell_tests.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //ios/web/shell/test:ios_web_shell_test
'target_name': 'ios_web_shell_test',
'type': 'loadable_module',
'mac_xctest_bundle': 1,
@@ -40,6 +41,7 @@
{
# Create a test host for earl grey tests, so Xcode 7.3 and above
# doesn't contaminate the app structure.
+ # GN version: //ios/web/shell/test:ios_web_shell_test_host
'target_name': 'ios_web_shell_test_host',
'includes': [
'ios_web_shell_exe.gypi',
@@ -102,6 +104,7 @@
{
# TODO(crbug.com/606815): Refactor out code that is common across Chrome
# and the web shell.
+ # GN version: //ios/web/shell/test:earl_grey_test_support
'target_name': 'ios_web_shell_earl_grey_test_support',
'type': 'static_library',
'dependencies': [
« no previous file with comments | « ios/third_party/earl_grey/ios_eg_test.gni ('k') | ios/web/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698