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 03de7eef578d9a0a647cb82d64d67273c29bba55..a1372af101999a522be3daeef4db16e21dcb96fb 100644 |
--- a/chrome/browser/android/vr_shell/BUILD.gn |
+++ b/chrome/browser/android/vr_shell/BUILD.gn |
@@ -20,6 +20,10 @@ if (current_cpu == "arm" || current_cpu == "arm64") { |
"animation.h", |
"easing.cc", |
"easing.h", |
+ "gltf_asset.cc", |
+ "gltf_asset.h", |
+ "gltf_parser.cc", |
+ "gltf_parser.h", |
"mailbox_to_surface_bridge.cc", |
"mailbox_to_surface_bridge.h", |
"non_presenting_gvr_delegate.cc", |
@@ -102,6 +106,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") { |
if (enable_webvr) { |
test("vr_shell_unittests") { |
sources = [ |
+ "gltf_parser_unittest.cc", |
"ui_elements_unittest.cc", |
"ui_scene_unittest.cc", |
] |