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

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

Issue 2834543006: Hook up insecure content warnings for http webVR presentation. (Closed)
Patch Set: rebase 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 e43695690b91c397f7bc3f06a1e3e73121ea614e..5c9e0f87562843abcbaf8737ab435cdc28683138 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -36,8 +36,14 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"textures/insecure_content_transient_texture.h",
"textures/ui_texture.cc",
"textures/ui_texture.h",
- "ui_element.cc",
- "ui_element.h",
+ "ui_elements/permanent_security_warning.cc",
+ "ui_elements/permanent_security_warning.h",
+ "ui_elements/textured_element.cc",
+ "ui_elements/textured_element.h",
+ "ui_elements/transient_security_warning.cc",
+ "ui_elements/transient_security_warning.h",
+ "ui_elements/ui_element.cc",
+ "ui_elements/ui_element.h",
"ui_interface.cc",
"ui_interface.h",
"ui_scene.cc",
@@ -116,7 +122,7 @@ if (enable_vr) {
"gltf_parser_unittest.cc",
"test/paths.cc",
"test/paths.h",
- "ui_element_unittest.cc",
+ "ui_elements/ui_element_unittest.cc",
"ui_scene_unittest.cc",
]
« 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