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

Unified Diff: android_webview/android_webview_shell.gyp

Issue 1545763002: Port android_webview_shell.gyp to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webview-tests-3
Patch Set: add target comments Created 5 years 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 | « BUILD.gn ('k') | android_webview/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_shell.gyp
diff --git a/android_webview/android_webview_shell.gyp b/android_webview/android_webview_shell.gyp
index c9bf96ef9370f4a9527159411656d2948e999369..0af0dbea239f42ed81b6adc4c5a94366f6ba95be 100644
--- a/android_webview/android_webview_shell.gyp
+++ b/android_webview/android_webview_shell.gyp
@@ -3,6 +3,7 @@
# found in the LICENSE file.
{
'targets': [
+ # GN: //android_webview/tools:system_webview_shell_apk
{
'target_name': 'system_webview_shell_apk',
'type': 'none',
@@ -27,6 +28,7 @@
],
'includes': [ '../build/apk_fake_jar.gypi' ],
},
+ # GN: //android_webview/tools:system_webview_shell_page_cycler_apk
{
'target_name': 'system_webview_shell_page_cycler_apk',
'type': 'none',
@@ -49,6 +51,7 @@
'../build/android/test_runner.gypi',
],
},
+ # GN: //android_webview/tools:system_webview_shell_layout_test_apk
{
'target_name': 'system_webview_shell_layout_test_apk',
'type': 'none',
« no previous file with comments | « BUILD.gn ('k') | android_webview/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698