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

Unified Diff: build/gn_migration.gypi

Issue 1785283005: [WebView] Reorganize all of the WebView Shell apks into their own dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gn_migration.gypi
diff --git a/build/gn_migration.gypi b/build/gn_migration.gypi
index 05bd91d4c7080871eaec58bc9d4157538910b656..e9992b00ba26358491c0711f3da61786eae5fa28 100644
--- a/build/gn_migration.gypi
+++ b/build/gn_migration.gypi
@@ -253,6 +253,9 @@
}],
['OS=="android" and chromecast==0', {
'dependencies': [
+ '../android_webview/android_webview_shell.gyp:system_webview_shell_apk',
+ '../android_webview/android_webview_shell.gyp:system_webview_shell_layout_test_apk',
+ '../android_webview/android_webview_shell.gyp:system_webview_shell_page_cycler_apk',
'../chrome/android/chrome_apk.gyp:chrome_public_apk',
'../chrome/android/chrome_apk.gyp:chrome_public_test_apk',
'../chrome/android/chrome_apk.gyp:chrome_sync_shell_apk',
@@ -771,9 +774,6 @@
'../android_webview/android_webview.gyp:android_webview_test_apk',
'../android_webview/android_webview.gyp:android_webview_unittests',
'../android_webview/android_webview.gyp:android_webview_unittests_apk',
- '../android_webview/android_webview_shell.gyp:system_webview_shell_apk',
- '../android_webview/android_webview_shell.gyp:system_webview_shell_layout_test_apk',
- '../android_webview/android_webview_shell.gyp:system_webview_shell_page_cycler_apk',
],
}],
['OS=="android" and chromecast==0 and use_webview_internal_framework==0', {
« no previous file with comments | « android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698