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

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2818553002: Rendering Insecure WebVR Warnings into a texture with Skia. (Closed)
Patch Set: Adding comments Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/BUILD.gn
diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
index 4902ba6a0b7a9d5561eff55406aad3496507de3c..d47cd445a6ea8b0314d15ec12d6cd399bf7204e4 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -30,6 +30,12 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"mailbox_to_surface_bridge.h",
"non_presenting_gvr_delegate.cc",
"non_presenting_gvr_delegate.h",
+ "textures/insecure_content_permanent_texture.cc",
+ "textures/insecure_content_permanent_texture.h",
+ "textures/insecure_content_transient_texture.cc",
+ "textures/insecure_content_transient_texture.h",
+ "textures/ui_texture.cc",
+ "textures/ui_texture.h",
"ui_element.cc",
"ui_element.h",
"ui_interface.cc",
@@ -89,6 +95,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"//ui/display",
"//ui/gl",
"//ui/gl/init",
+ "//ui/vector_icons",
]
libs = [
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698