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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 868673003: [WebView] Repack the .pak files for all the locales. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inline android_webview_locales_rename_paks.gypi Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/apk/system_webview_apk_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'android_webview_apk', 7 'target_name': 'android_webview_apk',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 'libstandalonelibwebviewchromium', 10 'libstandalonelibwebviewchromium',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '<(PRODUCT_DIR)/snapshot_blob.bin', 43 '<(PRODUCT_DIR)/snapshot_blob.bin',
44 ], 44 ],
45 }], 45 }],
46 ], 46 ],
47 }, 47 },
48 'copies': [ 48 'copies': [
49 { 49 {
50 'destination': '<(PRODUCT_DIR)/android_webview_apk/assets', 50 'destination': '<(PRODUCT_DIR)/android_webview_apk/assets',
51 'files': [ 51 'files': [
52 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak', 52 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
53 '<(PRODUCT_DIR)/android_webview_assets/en-US.pak', 53 '<(PRODUCT_DIR)/android_webview_assets/locales/en-US.pak',
54 '<(java_in_dir)/assets/asset_file.html', 54 '<(java_in_dir)/assets/asset_file.html',
55 '<(java_in_dir)/assets/asset_icon.png', 55 '<(java_in_dir)/assets/asset_icon.png',
56 '<(java_in_dir)/assets/cookie_test.html', 56 '<(java_in_dir)/assets/cookie_test.html',
57 '<(java_in_dir)/assets/full_screen_video.js', 57 '<(java_in_dir)/assets/full_screen_video.js',
58 '<(java_in_dir)/assets/full_screen_video_test.html', 58 '<(java_in_dir)/assets/full_screen_video_test.html',
59 '<(java_in_dir)/assets/full_screen_video_inside_div_test.html', 59 '<(java_in_dir)/assets/full_screen_video_inside_div_test.html',
60 '<(java_in_dir)/assets/multiple_videos_test.html', 60 '<(java_in_dir)/assets/multiple_videos_test.html',
61 '<(java_in_dir)/assets/video.mp4', 61 '<(java_in_dir)/assets/video.mp4',
62 ], 62 ],
63 'conditions': [ 63 'conditions': [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 ], 204 ],
205 }, 205 },
206 { 206 {
207 'target_name': 'libstandalonelibwebviewchromium', 207 'target_name': 'libstandalonelibwebviewchromium',
208 'includes': [ 208 'includes': [
209 'libwebviewchromium.gypi', 209 'libwebviewchromium.gypi',
210 ], 210 ],
211 }, 211 },
212 ], 212 ],
213 } 213 }
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/apk/system_webview_apk_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698