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

Side by Side Diff: android_webview/test/BUILD.gn

Issue 2154883003: Make ContentVideoView progress view visible in WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Java continuation lines identation Created 4 years, 4 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # Mark all targets as test only. 8 # Mark all targets as test only.
9 testonly = true 9 testonly = true
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "//third_party/icu:icu_assets", 67 "//third_party/icu:icu_assets",
68 "//v8:v8_external_startup_data_assets", 68 "//v8:v8_external_startup_data_assets",
69 ] 69 ]
70 sources = [ 70 sources = [
71 "shell/assets/asset_file.html", 71 "shell/assets/asset_file.html",
72 "shell/assets/asset_icon.png", 72 "shell/assets/asset_icon.png",
73 "shell/assets/cookie_test.html", 73 "shell/assets/cookie_test.html",
74 "shell/assets/full_screen_video.js", 74 "shell/assets/full_screen_video.js",
75 "shell/assets/full_screen_video_inside_div_test.html", 75 "shell/assets/full_screen_video_inside_div_test.html",
76 "shell/assets/full_screen_video_test.html", 76 "shell/assets/full_screen_video_test.html",
77 "shell/assets/full_screen_video_test_not_preloaded.html",
77 "shell/assets/multiple_videos_test.html", 78 "shell/assets/multiple_videos_test.html",
78 "shell/assets/platform-media-codec-test.html", 79 "shell/assets/platform-media-codec-test.html",
79 "shell/assets/video.3gp", 80 "shell/assets/video.3gp",
80 "shell/assets/video.webm", 81 "shell/assets/video.webm",
81 "shell/assets/visual_state_during_fullscreen_test.html", 82 "shell/assets/visual_state_during_fullscreen_test.html",
82 "shell/assets/visual_state_on_page_commit_visible_test.html", 83 "shell/assets/visual_state_on_page_commit_visible_test.html",
83 "shell/assets/visual_state_waits_for_js_detached_test.html", 84 "shell/assets/visual_state_waits_for_js_detached_test.html",
84 "shell/assets/visual_state_waits_for_js_test.html", 85 "shell/assets/visual_state_waits_for_js_test.html",
85 ] 86 ]
86 } 87 }
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 ] 279 ]
279 } 280 }
280 281
281 # GYP: //android_webview/android_webview_tests.gypi:libdrawgl 282 # GYP: //android_webview/android_webview_tests.gypi:libdrawgl
282 shared_library("libdrawgl") { 283 shared_library("libdrawgl") {
283 sources = [ 284 sources = [
284 "shell/src/draw_gl/draw_gl.cc", 285 "shell/src/draw_gl/draw_gl.cc",
285 ] 286 ]
286 configs -= [ "//build/config/android:hide_native_jni_exports" ] 287 configs -= [ "//build/config/android:hide_native_jni_exports" ]
287 } 288 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698