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

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

Issue 2902783002: VR: Add URL bar security-related coloring and emphasis. (Closed)
Patch Set: Another test case for HTTPS + not secure. Created 3 years, 7 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
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 8d5f36c67f1b3128699c0476f1bf5b85b4b9d7c8..ecdc5587bfacc98380ce80ade740d6fa97fa2457 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -46,6 +46,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"textures/insecure_content_transient_texture.h",
"textures/loading_indicator_texture.cc",
"textures/loading_indicator_texture.h",
+ "textures/render_text_wrapper.cc",
+ "textures/render_text_wrapper.h",
"textures/system_indicator_texture.cc",
"textures/system_indicator_texture.h",
"textures/ui_texture.cc",
@@ -160,6 +162,7 @@ test("vr_shell_unittests") {
"test/paths.cc",
"test/paths.h",
"textures/close_button_texture_unittest.cc",
+ "textures/url_bar_texture_unittest.cc",
"ui_elements/ui_element_unittest.cc",
"ui_scene_manager_unittest.cc",
"ui_scene_unittest.cc",
@@ -170,6 +173,7 @@ test("vr_shell_unittests") {
"//base/test:run_all_unittests",
"//base/test:test_support",
"//chrome/browser",
+ "//components/url_formatter",
"//testing/gmock",
"//testing/gtest",
"//third_party/WebKit/public:blink",

Powered by Google App Engine
This is Rietveld 408576698