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

Unified Diff: android_webview/android_webview_shell.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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/android_webview.gyp ('k') | android_webview/android_webview_tests.gypi » ('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
deleted file mode 100644
index f5a20d8593cb64fb33ad57ad80423995cdc6a8c0..0000000000000000000000000000000000000000
--- a/android_webview/android_webview_shell.gyp
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-{
- 'targets': [
- # GN: //android_webview/tools:system_webview_shell_apk
- {
- 'target_name': 'system_webview_shell_apk',
- 'type': 'none',
- 'variables': {
- 'apk_name': 'SystemWebViewShell',
- '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',
- ],
- },
- {
- # android_webview_apk creates a .jar as a side effect. Any java
- # targets that need that .jar in their classpath should depend on this
- # target. For more details see the content_shell_apk_java target.
- 'target_name': 'system_webview_shell_apk_java',
- 'type': 'none',
- 'dependencies': [
- 'system_webview_shell_apk',
- ],
- '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',
- 'dependencies': [
- '../base/base.gyp:base_java_test_support',
- '../content/content_shell_and_tests.gyp:content_java_test_support',
- '../testing/android/on_device_instrumentation.gyp:broker_java',
- '../testing/android/on_device_instrumentation.gyp:require_driver_apk',
- 'system_webview_shell_apk_java',
- ],
- 'variables': {
- 'apk_name': 'SystemWebViewShellPageCycler',
- 'java_in_dir': '../android_webview/tools/system_webview_shell/page_cycler',
- 'is_test_apk': 1,
- 'test_type': 'instrumentation',
- 'android_manifest_path': '../android_webview/tools/system_webview_shell/page_cycler/AndroidManifest.xml',
- },
- 'includes': [
- '../build/java_apk.gypi',
- '../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',
- 'dependencies': [
- '../base/base.gyp:base_java_test_support',
- '../testing/android/on_device_instrumentation.gyp:broker_java',
- '../testing/android/on_device_instrumentation.gyp:require_driver_apk',
- 'system_webview_shell_apk_java',
- ],
- 'variables': {
- 'apk_name': 'SystemWebViewShellLayoutTest',
- '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/system_webview_shell/layout_tests/AndroidManifest.xml',
- },
- 'includes': [
- '../build/java_apk.gypi',
- '../build/android/test_runner.gypi',
- ]
- },
- ],
-}
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698