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

Unified Diff: android_webview/apk/system_webview_glue_common.gypi

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/apk/system_webview_apk_common.gypi ('k') | android_webview/apk/system_webview_paks.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/system_webview_glue_common.gypi
diff --git a/android_webview/apk/system_webview_glue_common.gypi b/android_webview/apk/system_webview_glue_common.gypi
deleted file mode 100644
index 829fe4eb2f4af4cec3509f2a171b96b3719ab9d1..0000000000000000000000000000000000000000
--- a/android_webview/apk/system_webview_glue_common.gypi
+++ /dev/null
@@ -1,41 +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.
-#
-# This is shared between system_webview_glue_java and system_webview_glue_next_java
-{
- 'type': 'none',
- 'dependencies': [
- '<(DEPTH)/android_webview/android_webview.gyp:android_webview_java',
- '<(DEPTH)/android_webview/android_webview.gyp:android_webview_pak',
- ],
- 'variables': {
- 'resource_rewriter_package': 'com.android.webview.chromium',
- 'resource_rewriter_dir': '<(intermediate_dir)/resource_rewriter',
- 'resource_rewriter_path': '<(resource_rewriter_dir)/com/android/webview/chromium/ResourceRewriter.java',
- 'additional_input_paths': ['<(resource_rewriter_path)'],
- 'generated_src_dirs': ['<(resource_rewriter_dir)'],
- },
- 'actions': [
- # Generate ResourceRewriter.java
- {
- 'action_name': 'generate_resource_rewriter',
- 'message': 'generate ResourceRewriter for <(_target_name)',
- 'inputs':[
- '<(DEPTH)/build/android/gyp/util/build_utils.py',
- '<(DEPTH)/build/android/gyp/generate_resource_rewriter.py',
- '>@(dependencies_res_zip_paths)',
- ],
- 'outputs': [
- '<(resource_rewriter_path)',
- ],
- 'action': [
- 'python', '<(DEPTH)/build/android/gyp/generate_resource_rewriter.py',
- '--package-name', '<(resource_rewriter_package)',
- '--dep-packages', '>(additional_res_packages)',
- '--output-dir', '<(resource_rewriter_dir)',
- ],
- },
- ],
- 'includes': [ '../../build/java.gypi' ],
-}
« no previous file with comments | « android_webview/apk/system_webview_apk_common.gypi ('k') | android_webview/apk/system_webview_paks.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698