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

Unified Diff: android_webview/android_webview_shell.gyp

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 | « BUILD.gn ('k') | android_webview/system_webview_shell_test_apk.isolate » ('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 0af0dbea239f42ed81b6adc4c5a94366f6ba95be..f5a20d8593cb64fb33ad57ad80423995cdc6a8c0 100644
--- a/android_webview/android_webview_shell.gyp
+++ b/android_webview/android_webview_shell.gyp
@@ -9,9 +9,9 @@
'type': 'none',
'variables': {
'apk_name': 'SystemWebViewShell',
- 'java_in_dir': 'tools/WebViewShell',
- 'resource_dir': 'tools/WebViewShell/res',
- 'android_manifest_path': 'tools/WebViewShell/AndroidManifest.xml', # for lint
+ 'java_in_dir': 'tools/system_webview_shell/apk',
+ 'resource_dir': 'tools/system_webview_shell/apk/res',
+ 'android_manifest_path': 'tools/system_webview_shell/apk/AndroidManifest.xml', # for lint
},
'includes': [
'../build/java_apk.gypi',
@@ -41,10 +41,10 @@
],
'variables': {
'apk_name': 'SystemWebViewShellPageCycler',
- 'java_in_dir': '../android_webview/tools/PageCycler',
+ 'java_in_dir': '../android_webview/tools/system_webview_shell/page_cycler',
'is_test_apk': 1,
'test_type': 'instrumentation',
- 'android_manifest_path': '../android_webview/tools/PageCycler/AndroidManifest.xml',
+ 'android_manifest_path': '../android_webview/tools/system_webview_shell/page_cycler/AndroidManifest.xml',
},
'includes': [
'../build/java_apk.gypi',
@@ -63,11 +63,11 @@
],
'variables': {
'apk_name': 'SystemWebViewShellLayoutTest',
- 'java_in_dir': '../android_webview/tools/WebViewShellTest',
+ 'java_in_dir': '../android_webview/tools/system_webview_shell/layout_tests',
'is_test_apk': 1,
'test_type': 'instrumentation',
'isolate_file': 'system_webview_shell_test_apk.isolate',
- 'android_manifest_path': '../android_webview/tools/WebViewShellTest/AndroidManifest.xml',
+ 'android_manifest_path': '../android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml',
},
'includes': [
'../build/java_apk.gypi',
« no previous file with comments | « BUILD.gn ('k') | android_webview/system_webview_shell_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698