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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 1824143004: Allow WebView to force MediaPlayer for unsupported containers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't concat strings. Created 4 years, 8 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 | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/PlatformMediaCodecTest.java » ('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 # 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
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)/platform-media-codec-test.html',
38 '<(asset_location)/video.3gp',
37 '<(asset_location)/video.webm', 39 '<(asset_location)/video.webm',
38 '<(asset_location)/visual_state_during_fullscreen_test.html', 40 '<(asset_location)/visual_state_during_fullscreen_test.html',
39 '<(asset_location)/visual_state_waits_for_js_test.html', 41 '<(asset_location)/visual_state_waits_for_js_test.html',
40 '<(asset_location)/visual_state_waits_for_js_detached_test.html', 42 '<(asset_location)/visual_state_waits_for_js_detached_test.html',
41 '<(asset_location)/visual_state_on_page_commit_visible_test.html', 43 '<(asset_location)/visual_state_on_page_commit_visible_test.html',
42 '<@(snapshot_additional_input_paths)', 44 '<@(snapshot_additional_input_paths)',
43 ], 45 ],
44 'conditions': [ 46 'conditions': [
45 ['icu_use_data_file_flag==1', { 47 ['icu_use_data_file_flag==1', {
46 'additional_input_paths': [ 48 'additional_input_paths': [
47 '<(asset_location)/icudtl.dat', 49 '<(asset_location)/icudtl.dat',
48 ], 50 ],
49 }], 51 }],
50 ], 52 ],
51 'includes': [ 'snapshot_copying.gypi' ], 53 'includes': [ 'snapshot_copying.gypi' ],
52 }, 54 },
53 'copies': [ 55 'copies': [
54 { 56 {
55 'destination': '<(asset_location)', 57 'destination': '<(asset_location)',
56 'files': [ 58 'files': [
57 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak', 59 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
58 '<(java_in_dir)/assets/asset_file.html', 60 '<(java_in_dir)/assets/asset_file.html',
59 '<(java_in_dir)/assets/asset_icon.png', 61 '<(java_in_dir)/assets/asset_icon.png',
60 '<(java_in_dir)/assets/cookie_test.html', 62 '<(java_in_dir)/assets/cookie_test.html',
61 '<(java_in_dir)/assets/full_screen_video.js', 63 '<(java_in_dir)/assets/full_screen_video.js',
62 '<(java_in_dir)/assets/full_screen_video_test.html', 64 '<(java_in_dir)/assets/full_screen_video_test.html',
63 '<(java_in_dir)/assets/full_screen_video_inside_div_test.html', 65 '<(java_in_dir)/assets/full_screen_video_inside_div_test.html',
64 '<(java_in_dir)/assets/multiple_videos_test.html', 66 '<(java_in_dir)/assets/multiple_videos_test.html',
67 '<(java_in_dir)/assets/platform-media-codec-test.html',
68 '<(java_in_dir)/assets/video.3gp',
65 '<(java_in_dir)/assets/video.webm', 69 '<(java_in_dir)/assets/video.webm',
66 '<(java_in_dir)/assets/visual_state_during_fullscreen_test.html', 70 '<(java_in_dir)/assets/visual_state_during_fullscreen_test.html',
67 '<(java_in_dir)/assets/visual_state_waits_for_js_test.html', 71 '<(java_in_dir)/assets/visual_state_waits_for_js_test.html',
68 '<(java_in_dir)/assets/visual_state_waits_for_js_detached_test.html' , 72 '<(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 ', 73 '<(java_in_dir)/assets/visual_state_on_page_commit_visible_test.html ',
70 '<@(snapshot_copy_files)', 74 '<@(snapshot_copy_files)',
71 ], 75 ],
72 'conditions': [ 76 'conditions': [
73 ['icu_use_data_file_flag==1', { 77 ['icu_use_data_file_flag==1', {
74 'files': [ 78 'files': [
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 ], 270 ],
267 'sources': [ 271 'sources': [
268 'android_webview_unittests_apk.isolate', 272 'android_webview_unittests_apk.isolate',
269 ], 273 ],
270 }, 274 },
271 ] 275 ]
272 } 276 }
273 ], 277 ],
274 ] 278 ]
275 } 279 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/PlatformMediaCodecTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698