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

Unified Diff: android_webview/glue/android_webview_glue.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
Index: android_webview/glue/android_webview_glue.gypi
diff --git a/android_webview/glue/android_webview_glue.gypi b/android_webview/glue/android_webview_glue.gypi
deleted file mode 100644
index f862519fe18051fd18ff731662b2afcb438a75e2..0000000000000000000000000000000000000000
--- a/android_webview/glue/android_webview_glue.gypi
+++ /dev/null
@@ -1,35 +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.
-{
- 'targets': [
- {
- 'target_name': 'system_webview_apk',
- 'variables': {
- 'apk_name': 'SystemWebView',
- 'shared_resources': 1,
- },
- 'includes': [ 'android_webview_glue_common.gypi' ],
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)/android_webview_assets',
- 'files': [],
- 'conditions': [
- ['icu_use_data_file_flag==1', {
- 'files': [
- '<(PRODUCT_DIR)/icudtl.dat',
- ],
- }],
- ['v8_use_external_startup_data==1', {
- 'files': [
- '<(PRODUCT_DIR)/natives_blob.bin',
- '<(PRODUCT_DIR)/snapshot_blob.bin',
- ],
- }],
- ],
- },
- ],
- },
- ],
-}
-
« no previous file with comments | « android_webview/apk/system_webview_apk_common.gypi ('k') | android_webview/glue/android_webview_glue_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698