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

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

Issue 2902393002: [vr] Bail on unhandled code points. (Closed)
Patch Set: histograms 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..60809a5f95656797bc61f5df95e836a251cebafd 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -82,6 +82,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"ui_scene.h",
"ui_scene_manager.cc",
"ui_scene_manager.h",
+ "ui_unsupported_mode.h",
"vr_browser_interface.h",
"vr_compositor.cc",
"vr_compositor.h",
@@ -160,6 +161,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",

Powered by Google App Engine
This is Rietveld 408576698