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 # GN: //android_webview/test:android_webview_apk | 6 # GN: //android_webview/test:android_webview_apk |
7 { | 7 { |
8 'target_name': 'android_webview_apk', | 8 'target_name': 'android_webview_apk', |
9 'type': 'none', | 9 'type': 'none', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 16 matching lines...) Expand all Loading... |
27 'snapshot_copy_files': '<(snapshot_copy_files)', | 27 'snapshot_copy_files': '<(snapshot_copy_files)', |
28 'additional_input_paths': [ | 28 'additional_input_paths': [ |
29 '<(asset_location)/webviewchromium.pak', | 29 '<(asset_location)/webviewchromium.pak', |
30 '<(asset_location)/asset_file.html', | 30 '<(asset_location)/asset_file.html', |
31 '<(asset_location)/cookie_test.html', | 31 '<(asset_location)/cookie_test.html', |
32 '<(asset_location)/asset_icon.png', | 32 '<(asset_location)/asset_icon.png', |
33 '<(asset_location)/full_screen_video.js', | 33 '<(asset_location)/full_screen_video.js', |
34 '<(asset_location)/full_screen_video_test.html', | 34 '<(asset_location)/full_screen_video_test.html', |
35 '<(asset_location)/full_screen_video_inside_div_test.html', | 35 '<(asset_location)/full_screen_video_inside_div_test.html', |
36 '<(asset_location)/multiple_videos_test.html', | 36 '<(asset_location)/multiple_videos_test.html', |
37 '<(asset_location)/video.mp4', | 37 '<(asset_location)/video.webm', |
38 '<(asset_location)/visual_state_during_fullscreen_test.html', | 38 '<(asset_location)/visual_state_during_fullscreen_test.html', |
39 '<(asset_location)/visual_state_waits_for_js_test.html', | 39 '<(asset_location)/visual_state_waits_for_js_test.html', |
40 '<(asset_location)/visual_state_waits_for_js_detached_test.html', | 40 '<(asset_location)/visual_state_waits_for_js_detached_test.html', |
41 '<(asset_location)/visual_state_on_page_commit_visible_test.html', | 41 '<(asset_location)/visual_state_on_page_commit_visible_test.html', |
42 '<@(snapshot_additional_input_paths)', | 42 '<@(snapshot_additional_input_paths)', |
43 ], | 43 ], |
44 'conditions': [ | 44 'conditions': [ |
45 ['icu_use_data_file_flag==1', { | 45 ['icu_use_data_file_flag==1', { |
46 'additional_input_paths': [ | 46 'additional_input_paths': [ |
47 '<(asset_location)/icudtl.dat', | 47 '<(asset_location)/icudtl.dat', |
48 ], | 48 ], |
49 }], | 49 }], |
50 ], | 50 ], |
51 'includes': [ 'snapshot_copying.gypi' ], | 51 'includes': [ 'snapshot_copying.gypi' ], |
52 }, | 52 }, |
53 'copies': [ | 53 'copies': [ |
54 { | 54 { |
55 'destination': '<(asset_location)', | 55 'destination': '<(asset_location)', |
56 'files': [ | 56 'files': [ |
57 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak', | 57 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak', |
58 '<(java_in_dir)/assets/asset_file.html', | 58 '<(java_in_dir)/assets/asset_file.html', |
59 '<(java_in_dir)/assets/asset_icon.png', | 59 '<(java_in_dir)/assets/asset_icon.png', |
60 '<(java_in_dir)/assets/cookie_test.html', | 60 '<(java_in_dir)/assets/cookie_test.html', |
61 '<(java_in_dir)/assets/full_screen_video.js', | 61 '<(java_in_dir)/assets/full_screen_video.js', |
62 '<(java_in_dir)/assets/full_screen_video_test.html', | 62 '<(java_in_dir)/assets/full_screen_video_test.html', |
63 '<(java_in_dir)/assets/full_screen_video_inside_div_test.html', | 63 '<(java_in_dir)/assets/full_screen_video_inside_div_test.html', |
64 '<(java_in_dir)/assets/multiple_videos_test.html', | 64 '<(java_in_dir)/assets/multiple_videos_test.html', |
65 '<(java_in_dir)/assets/video.mp4', | 65 '<(java_in_dir)/assets/video.webm', |
66 '<(java_in_dir)/assets/visual_state_during_fullscreen_test.html', | 66 '<(java_in_dir)/assets/visual_state_during_fullscreen_test.html', |
67 '<(java_in_dir)/assets/visual_state_waits_for_js_test.html', | 67 '<(java_in_dir)/assets/visual_state_waits_for_js_test.html', |
68 '<(java_in_dir)/assets/visual_state_waits_for_js_detached_test.html'
, | 68 '<(java_in_dir)/assets/visual_state_waits_for_js_detached_test.html'
, |
69 '<(java_in_dir)/assets/visual_state_on_page_commit_visible_test.html
', | 69 '<(java_in_dir)/assets/visual_state_on_page_commit_visible_test.html
', |
70 '<@(snapshot_copy_files)', | 70 '<@(snapshot_copy_files)', |
71 ], | 71 ], |
72 'conditions': [ | 72 'conditions': [ |
73 ['icu_use_data_file_flag==1', { | 73 ['icu_use_data_file_flag==1', { |
74 'files': [ | 74 'files': [ |
75 '<(PRODUCT_DIR)/icudtl.dat', | 75 '<(PRODUCT_DIR)/icudtl.dat', |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 ], | 266 ], |
267 'sources': [ | 267 'sources': [ |
268 'android_webview_unittests_apk.isolate', | 268 'android_webview_unittests_apk.isolate', |
269 ], | 269 ], |
270 }, | 270 }, |
271 ] | 271 ] |
272 } | 272 } |
273 ], | 273 ], |
274 ] | 274 ] |
275 } | 275 } |
OLD | NEW |