| 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 1720c52038d08ba2baf54d77b450adcd9bab12f1..4e3aa4f40cbe69406a441e0b2e214cc85cf9af50 100644
|
| --- a/chrome/browser/android/vr_shell/BUILD.gn
|
| +++ b/chrome/browser/android/vr_shell/BUILD.gn
|
| @@ -48,6 +48,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",
|
| @@ -162,6 +164,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",
|
| @@ -172,6 +175,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",
|
|
|