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

Unified Diff: android_webview/glue/android_webview_glue_common.gypi

Issue 802453002: [android_webview] Split out an apk folder from the glue folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/glue/android_webview_glue.gypi ('k') | android_webview/glue/java/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/glue/android_webview_glue_common.gypi
diff --git a/android_webview/glue/android_webview_glue_common.gypi b/android_webview/glue/android_webview_glue_common.gypi
deleted file mode 100644
index 1490cab3ad4c1a76db26912c5b987e362a60389e..0000000000000000000000000000000000000000
--- a/android_webview/glue/android_webview_glue_common.gypi
+++ /dev/null
@@ -1,43 +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.
-{
- 'type': 'none',
- 'dependencies': [
- '<(DEPTH)/android_webview/android_webview.gyp:libwebviewchromium',
- '<(DEPTH)/android_webview/android_webview.gyp:android_webview_java',
- '<(DEPTH)/android_webview/android_webview.gyp:android_webview_pak',
- ],
- 'variables': {
- 'android_sdk_jar': '<(DEPTH)/third_party/android_platform/webview/frameworks_1622219.jar',
- 'java_in_dir': 'java',
- 'native_lib_target': 'libwebviewchromium',
- 'never_lint': 1,
- 'resource_dir': 'java/res',
- 'R_package': 'com.android.webview.chromium',
- 'R_package_relpath': 'com/android/webview/chromium',
- 'extensions_to_not_compress': 'pak',
- 'asset_location': '<(PRODUCT_DIR)/android_webview_assets',
- 'proguard_enabled': 'true',
- 'proguard_flags_paths': ['java/proguard.flags'],
- # TODO: crbug.com/405035 Find a better solution for WebView .pak files.
- 'additional_input_paths': [
- '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
- '<(PRODUCT_DIR)/android_webview_assets/en-US.pak',
- ],
- 'conditions': [
- ['icu_use_data_file_flag==1', {
- 'additional_input_paths': [
- '<(PRODUCT_DIR)/icudtl.dat',
- ],
- }],
- ['v8_use_external_startup_data==1', {
- 'additional_input_paths': [
- '<(PRODUCT_DIR)/natives_blob.bin',
- '<(PRODUCT_DIR)/snapshot_blob.bin',
- ],
- }],
- ],
- },
- 'includes': [ '../../build/java_apk.gypi' ],
-}
« no previous file with comments | « android_webview/glue/android_webview_glue.gypi ('k') | android_webview/glue/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698