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", |