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

Unified Diff: android_webview/apk/system_webview_apk_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/android_webview_tests.gypi ('k') | android_webview/apk/system_webview_glue_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/apk/system_webview_apk_common.gypi
diff --git a/android_webview/apk/system_webview_apk_common.gypi b/android_webview/apk/system_webview_apk_common.gypi
deleted file mode 100644
index b3966523b657b1f7d6ae591f45329d6e16f0ceaf..0000000000000000000000000000000000000000
--- a/android_webview/apk/system_webview_apk_common.gypi
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2014 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.
-#
-# When making changes remember that this is shared with the internal .apk
-# build rules.
-{
- 'type': 'none',
- 'dependencies': [
- '<(DEPTH)/android_webview/android_webview.gyp:libwebviewchromium',
- ],
- 'variables': {
- 'native_lib_target': 'libwebviewchromium',
- 'native_lib_version_name': '<(version_full)',
- 'shared_resources': 1,
- 'extensions_to_not_compress': '.lpak,.pak,.bin,.dat',
- 'asset_location': '<(INTERMEDIATE_DIR)/assets/',
- 'snapshot_copy_files': '<(snapshot_copy_files)',
- 'jinja_inputs': ['<(android_manifest_template_path)'],
- 'jinja_output': '<(INTERMEDIATE_DIR)/AndroidManifest.xml',
- 'jinja_variables': [ '<@(android_manifest_template_vars)' ],
- 'android_manifest_template_vars': [ ],
- 'android_manifest_template_path': '<(DEPTH)/android_webview/apk/java/AndroidManifest.xml',
- 'android_manifest_path': '<(jinja_output)',
- 'proguard_enabled': 'true',
- 'proguard_flags_paths': ['<(DEPTH)/android_webview/apk/java/proguard.flags'],
- # TODO: crbug.com/405035 Find a better solution for WebView .pak files.
- 'additional_input_paths': [
- '<(asset_location)/webviewchromium.pak',
- '<(asset_location)/webview_licenses.notice',
- '<@(snapshot_additional_input_paths)',
- ],
- 'includes': [
- '../../build/util/version.gypi',
- '../snapshot_copying.gypi',
- ],
- 'conditions': [
- ['icu_use_data_file_flag==1', {
- 'additional_input_paths': [
- '<(asset_location)/icudtl.dat',
- ],
- }],
- ],
- },
- 'copies': [
- {
- 'destination': '<(asset_location)',
- 'files': [
- '<(webview_licenses_path)',
- '<(webview_chromium_pak_path)',
- '<@(snapshot_copy_files)',
- ],
- 'conditions': [
- ['icu_use_data_file_flag==1', {
- 'files': [
- '<(PRODUCT_DIR)/icudtl.dat',
- ],
- }],
- ],
- },
- ],
- 'includes': [
- 'system_webview_paks.gypi',
- '../../build/java_apk.gypi',
- '../../build/android/jinja_template.gypi',
- ],
-}
« no previous file with comments | « android_webview/android_webview_tests.gypi ('k') | android_webview/apk/system_webview_glue_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698