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

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

Issue 2774653002: Support for parsing external file references in a glTF resource. (Closed)
Patch Set: Safer code for relative paths. Created 3 years, 9 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 c5af37cd32e71d9b311c3da00aaf5b74176aca82..a91c2537c569e360d4170dff44818ad10b80c5c4 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -125,6 +125,8 @@ if (enable_webvr) {
data = [
"test/data/sample_inline.gltf",
+ "test/data/sample_external.gltf",
+ "test/data/sample.bin",
]
}
}
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/gltf_parser.h » ('j') | chrome/browser/android/vr_shell/gltf_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698