OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |