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

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

Issue 2678433003: media: Require SecureContext for EME APIs (Closed)
Patch Set: rebase only Created 3 years, 10 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/full_screen_video_test_not_preloaded.html",
78 "shell/assets/key-system-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 }
87 88
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java", 287 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java",
287 ] 288 ]
288 } 289 }
289 290
290 shared_library("libdrawgl") { 291 shared_library("libdrawgl") {
291 sources = [ 292 sources = [
292 "shell/src/draw_gl/draw_gl.cc", 293 "shell/src/draw_gl/draw_gl.cc",
293 ] 294 ]
294 configs -= [ "//build/config/android:hide_native_jni_exports" ] 295 configs -= [ "//build/config/android:hide_native_jni_exports" ]
295 } 296 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698