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

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: 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
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 8505ae43f18d6ca4e643fe041953c3d12e64b77e..9d8a8be156c97a081aad8b3b4b51734986f36896 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',
@@ -101,6 +103,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': [

Powered by Google App Engine
This is Rietveld 408576698