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 16 matching lines...) Expand all Loading... |
27 '<(asset_location)/asset_file.html', | 27 '<(asset_location)/asset_file.html', |
28 '<(asset_location)/cookie_test.html', | 28 '<(asset_location)/cookie_test.html', |
29 '<(asset_location)/asset_icon.png', | 29 '<(asset_location)/asset_icon.png', |
30 '<(asset_location)/full_screen_video.js', | 30 '<(asset_location)/full_screen_video.js', |
31 '<(asset_location)/full_screen_video_test.html', | 31 '<(asset_location)/full_screen_video_test.html', |
32 '<(asset_location)/full_screen_video_inside_div_test.html', | 32 '<(asset_location)/full_screen_video_inside_div_test.html', |
33 '<(asset_location)/multiple_videos_test.html', | 33 '<(asset_location)/multiple_videos_test.html', |
34 '<(asset_location)/video.mp4', | 34 '<(asset_location)/video.mp4', |
35 '<(asset_location)/visual_state_during_fullscreen_test.html', | 35 '<(asset_location)/visual_state_during_fullscreen_test.html', |
36 '<(asset_location)/visual_state_waits_for_js_test.html', | 36 '<(asset_location)/visual_state_waits_for_js_test.html', |
| 37 '<(asset_location)/visual_state_waits_for_js_detached_test.html', |
37 '<(asset_location)/visual_state_on_page_commit_visible_test.html', | 38 '<(asset_location)/visual_state_on_page_commit_visible_test.html', |
38 '<@(snapshot_additional_input_paths)', | 39 '<@(snapshot_additional_input_paths)', |
39 ], | 40 ], |
40 'conditions': [ | 41 'conditions': [ |
41 ['icu_use_data_file_flag==1', { | 42 ['icu_use_data_file_flag==1', { |
42 'additional_input_paths': [ | 43 'additional_input_paths': [ |
43 '<(asset_location)/icudtl.dat', | 44 '<(asset_location)/icudtl.dat', |
44 ], | 45 ], |
45 }], | 46 }], |
46 ], | 47 ], |
47 'includes': [ 'snapshot_copying.gypi' ], | 48 'includes': [ 'snapshot_copying.gypi' ], |
48 }, | 49 }, |
49 'copies': [ | 50 'copies': [ |
50 { | 51 { |
51 'destination': '<(asset_location)', | 52 'destination': '<(asset_location)', |
52 'files': [ | 53 'files': [ |
53 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak', | 54 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak', |
54 '<(java_in_dir)/assets/asset_file.html', | 55 '<(java_in_dir)/assets/asset_file.html', |
55 '<(java_in_dir)/assets/asset_icon.png', | 56 '<(java_in_dir)/assets/asset_icon.png', |
56 '<(java_in_dir)/assets/cookie_test.html', | 57 '<(java_in_dir)/assets/cookie_test.html', |
57 '<(java_in_dir)/assets/full_screen_video.js', | 58 '<(java_in_dir)/assets/full_screen_video.js', |
58 '<(java_in_dir)/assets/full_screen_video_test.html', | 59 '<(java_in_dir)/assets/full_screen_video_test.html', |
59 '<(java_in_dir)/assets/full_screen_video_inside_div_test.html', | 60 '<(java_in_dir)/assets/full_screen_video_inside_div_test.html', |
60 '<(java_in_dir)/assets/multiple_videos_test.html', | 61 '<(java_in_dir)/assets/multiple_videos_test.html', |
61 '<(java_in_dir)/assets/video.mp4', | 62 '<(java_in_dir)/assets/video.mp4', |
62 '<(java_in_dir)/assets/visual_state_during_fullscreen_test.html', | 63 '<(java_in_dir)/assets/visual_state_during_fullscreen_test.html', |
63 '<(java_in_dir)/assets/visual_state_waits_for_js_test.html', | 64 '<(java_in_dir)/assets/visual_state_waits_for_js_test.html', |
| 65 '<(java_in_dir)/assets/visual_state_waits_for_js_detached_test.html'
, |
64 '<(java_in_dir)/assets/visual_state_on_page_commit_visible_test.html
', | 66 '<(java_in_dir)/assets/visual_state_on_page_commit_visible_test.html
', |
65 '<@(snapshot_copy_files)', | 67 '<@(snapshot_copy_files)', |
66 ], | 68 ], |
67 'conditions': [ | 69 'conditions': [ |
68 ['icu_use_data_file_flag==1', { | 70 ['icu_use_data_file_flag==1', { |
69 'files': [ | 71 'files': [ |
70 '<(PRODUCT_DIR)/icudtl.dat', | 72 '<(PRODUCT_DIR)/icudtl.dat', |
71 ], | 73 ], |
72 }], | 74 }], |
73 ], | 75 ], |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 ], | 254 ], |
253 'sources': [ | 255 'sources': [ |
254 'android_webview_unittests_apk.isolate', | 256 'android_webview_unittests_apk.isolate', |
255 ], | 257 ], |
256 }, | 258 }, |
257 ] | 259 ] |
258 } | 260 } |
259 ], | 261 ], |
260 ] | 262 ] |
261 } | 263 } |
OLD | NEW |